From 19a4d4896f365b45f8a7f9f61f99d066afc4a029 Mon Sep 17 00:00:00 2001 From: Avik Datta Date: Wed, 20 Sep 2023 20:46:05 +0100 Subject: [PATCH] fix --- analysis_pipelines.md | 34 +++++++++++++--------------------- 1 file changed, 13 insertions(+), 21 deletions(-) diff --git a/analysis_pipelines.md b/analysis_pipelines.md index 32d44ab..22ca010 100644 --- a/analysis_pipelines.md +++ b/analysis_pipelines.md @@ -39,7 +39,6 @@ TODO: Intro geomxngspipeline Active - ChIP-Seq alignment, peak calling and QC nf-core/chipseq @@ -80,11 +79,11 @@ TODO: Intro nf-core/ampliseq Untested - --> +

Snakemake RNA-Seq workflow

@@ -105,14 +104,12 @@ TODO: Intro Required inputs: -

- We need following details to configure and run this pipeline: +

We need following details to configure and run this pipeline:

-

Click here for more information

Reference genome

@@ -122,27 +119,22 @@ TODO: Intro
  • Genome build tag (e.g., GRCh38)
  • Sample metadata

    - Simple metadata:
    sample_id,condition
    -    IGF001,untreated
    -    IGF002,treated
    - Complex metadata:
    -  sample_id,treatment_1,treatment_2
    +          Simple metadata:
      sample_id,condition
    +  IGF001,untreated
    +  IGF002,treated
    + Complex metadata:
      sample_id,treatment_1,treatment_2
       IGF001,untreated,untreated
       IGF002,untreated,treated
       IGF003,untreated,treated

    Sample group info

    - Simple group: - Check this example -
    
    -  Group: treated-vs-untreated
    -    variable_of_interest: condition
    -    level_of_interest: treated
    -          
    - Complex group: - Check this example -
    Group: treatment_1_alone
    +          Simple group: Check this example
    +          
      Group: treated-vs-untreated
    +      variable_of_interest: condition
    +      level_of_interest: treated
    + Complex group: Check this example +
      Group: treatment_1_alone
         variable_of_interest: treatment_1
    -    level_of_interest: treated
    + Slevel_of_interest: treated