Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
avikdatta committed Sep 20, 2023
1 parent 19a4d48 commit 6c0ecf9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions analysis_pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,13 @@ TODO: Intro
<li>Genome build tag (e.g., GRCh38)</li>
</ul>
<p><b>Sample metadata</b></p>
Simple metadata:<pre> sample_id,condition
Simple metadata:<pre><code> sample_id,condition
IGF001,untreated
IGF002,treated</pre>
Complex metadata:<pre> sample_id,treatment_1,treatment_2
IGF002,treated</code></pre>
Complex metadata:<pre><code> sample_id,treatment_1,treatment_2
IGF001,untreated,untreated
IGF002,untreated,treated
IGF003,untreated,treated</pre>
IGF003,untreated,treated</code></pre>
<p><b>Sample group info</b></p>
Simple group: Check this <a href="https://github.com/snakemake-workflows/rna-seq-star-deseq2/blob/master/.test/config_basic/config.yaml">example</a>
<pre> Group: treated-vs-untreated
Expand Down

0 comments on commit 6c0ecf9

Please sign in to comment.