Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions topics/transcriptomics/tutorials/ref-based/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -1621,8 +1621,8 @@ DESeq2 requires to provide for each factor, counts of samples in each category.
> - {% icon param-file %} *"File to process"*: output of **Extract element identifiers** {% icon tool %}
> - In *"Replacement"*:
> - In *"1: Replacement"*
> - *"Find pattern"*: `(.*)_(.*)_(.*)_(.*)`
> - *"Replace with"*: `\1_\2_\3_\4\tgroup:\2\tgroup:\3`
> - *"Find pattern"*: `^([^_]+)_([^_]+)_([^_]+)(_.+)?$`
> - *"Replace with"*: `\1_\2_\3\4\tgroup:\2\tgroup:\3`
>
> This step creates 2 additional columns with the type of treatment and sequencing that can be used with the {% tool [Tag elements](__TAG_FROM_FILE__) %} tool
>
Expand Down
4 changes: 2 additions & 2 deletions topics/transcriptomics/tutorials/ref-based/tutorial_DE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1523,8 +1523,8 @@ DESeq2 verlangt, dass für jeden Faktor die Anzahl der Proben in jeder Kategorie
> - {% icon param-file %} *"Zu verarbeitende Datei "*: Ausgabe von **Elementbezeichner extrahieren** {% icon tool %}
> - In *"Replacement "*:
> - In *"1: Ersetzung "*
> - *"Muster finden "*: `(.*)_(.*)_(.*)`
> - *"Ersetzen durch "*: `\1_\2_\3\tgroup:\2\tgroup:\3`
> - *"Muster finden "*: `^([^_]+)_([^_]+)_([^_]+)(_.+)?$`
> - *"Ersetzen durch "*: `\1_\2_\3\4\tgroup:\2\tgroup:\3`
>
> Dieser Schritt erstellt 2 zusätzliche Spalten mit der Art der Behandlung und der Sequenzierung, die mit dem {% tool [Tag elements](__TAG_FROM_FILE__) %} tool verwendet werden können
>
Expand Down
4 changes: 2 additions & 2 deletions topics/transcriptomics/tutorials/ref-based/tutorial_ES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1530,8 +1530,8 @@ DESeq2 requiere proporcionar para cada factor, recuentos de muestras en cada cat
> - {% icon param-file %} *"Fichero a procesar "*: salida de **Extraer identificadores de elementos** {% icon tool %}
> - En *"Replacement "*:
> - En *"1: Replacement "*
> - *"Find pattern "*: `(.*)_(.*)_(.*)`
> - *"Replace with "*: `\1_\2_\3\tgroup:\2\tgroup:\3`
> - *"Find pattern "*: `^([^_]+)_([^_]+)_([^_]+)(_.+)?$`
> - *"Replace with "*: `\1_\2_\3\4\tgroup:\2\tgroup:\3`
>
> Este paso crea 2 columnas adicionales con el tipo de tratamiento y secuenciación que pueden utilizarse con la herramienta {% tool [Tag elements](__TAG_FROM_FILE__) %} tool
>
Expand Down
4 changes: 2 additions & 2 deletions topics/transcriptomics/tutorials/ref-based/tutorial_IT.md
Original file line number Diff line number Diff line change
Expand Up @@ -1517,8 +1517,8 @@ DESeq2 richiede di specificare, per ciascun fattore sperimentale, i conteggi dei
> - {% icon param-file %} *"File to process"*: output di **Extract element identifiers** {% icon tool %}
> - In *"Replacement "*:
> - In *"1: Replacement "*
> - *"Find pattern"*: `(.*)_(.*)_(.*)`
> - *"Replace with"*: `\1_\2_\3\tgroup:\2\tgroup:\3`
> - *"Find pattern"*: `^([^_]+)_([^_]+)_([^_]+)(_.+)?$`
> - *"Replace with"*: `\1_\2_\3\4\tgroup:\2\tgroup:\3`
>
> Questo passaggio crea 2 colonne aggiuntive con il tipo di trattamento e di sequenziamento che possono essere utilizzate con lo strumento {% tool [Elementi tag](__TAG_FROM_FILE__) %}
>
Expand Down