Skip to content

Commit 7d24135

Browse files
committed
clarify tech reps handling
1 parent 36f43eb commit 7d24135

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

RNAseq/Pipeline_GL-DPPD-7101_Versions/GL-DPPD-7101-G.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,11 @@ RSeQC Analysis
7575
DESeq2 Analysis Workflow
7676
- Added variance-stabilizing transformation (VST) transformed counts output file, VST_Counts_GLbulkRNAseq.csv.
7777
- Account for technical replicates
78-
- For datasets without uniform technical replicates:
79-
- Only use first technical replicate in DGE analysis
80-
- For datasets with uniform technical replicates:
78+
- For datasets with uniform technical replicates (all samples have same number):
8179
- Sum counts across technical replicates using DESeq2's collapseReplicates
82-
- For datasets with varying numbers of technical replicates:
83-
- Use number of replicates matching sample with least amount
84-
- Sum counts across included technical replicates
80+
- For datasets with non-uniform technical replicates:
81+
- Keep only the first N technical replicates for each sample, where N is the smallest number of technical replicates among all samples
82+
- Sum counts across the kept technical replicates
8583
- Removed DGE and PCA output tables used for GeneLab visualization (visualization_output_table_GLbulkRNAseq.csv and visualization_PCA_table_GLbulkRNAseq.csv)
8684
- ERCC-normalized DGE analysis was removed. The following output files were removed:
8785
- ERCC_Normalized_Counts_GLbulkRNAseq.csv

0 commit comments

Comments
 (0)