You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RNAseq/Pipeline_GL-DPPD-7115_Versions/GL-DPPD-7115.md
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Differences from the [eukaryotic pipeline, GL-DPPD-7101-G](../Pipeline_GL-DPPD-7
30
30
- Bowtie2 is used for alignment instead of STAR
31
31
- featureCounts is used for gene quantification instead of RSEM
32
32
- rRNA genes are removed from featureCounts results on a dataset-wide basis and rRNA removal logs are all reported in the same file
33
-
- Raw counts data are imported into R with the read.csv() function instead of tximport, and the dds object is created with the DESeqDataSetFromMatrix() function instead of the DESeqDataSetFromTximport() function
33
+
- Raw counts data are imported into R with the `read.csv()` function instead of tximport, and the dds object is created with the `DESeqDataSetFromMatrix()` function instead of the `DESeqDataSetFromTximport()` function
34
34
35
35
36
36
---
@@ -760,7 +760,6 @@ featureCounts -p \
760
760
-P \
761
761
-B \
762
762
-T NumberOfThreads \
763
-
-G /path/to/genome/fasta/file \
764
763
-a /path/to/annotation/gtf/file \
765
764
-t ${GTF_FEATURES} \
766
765
-s 1 \
@@ -774,10 +773,9 @@ featureCounts -p \
774
773
-`--countReadPairs` – specifies that fragments should be counted for paired-end data (omit for single-end data)
775
774
-`-d` – minimum fragment length (omit for single-end data)
776
775
-`-D` – maximum fragment length (omit for single-end data)
777
-
-`-P` – specifies that fragment length should be checked against minimum and maximum thresholds when counting reads (omit for single-end data)
776
+
-`-P` – specifies that fragment length should be checked against minimum and maximum thresholds when counting fragments (omit for single-end data)
778
777
-`-B` – specifies that only fragments with both ends successfully aligned should be considered for counting (omit for single-end data)
779
778
-`-T` – number of threads to use
780
-
-`-G` – path to genome fasta file
781
779
-`-a` – path to genome annotation GTF file
782
780
-`-t` – specifies the feature types to be counted, e.g. gene, exon, intron, etc.
783
781
-`-s` – specifies strandedness: 0=unstranded, 1=stranded (forward), 2=stranded (reverse); the `reverse` option is used if read strandedness (output from [step 6](#6a-determine-read-strandedness)) is antisense, `forward` is used with sense strandedness, and `none` is used if strandedness is half sense half antisense
@@ -786,7 +784,6 @@ featureCounts -p \
786
784
787
785
**Input Data:**
788
786
789
-
-*.fasta (genome sequence, this pipeline version uses the fasta file indicated in the `fasta` column of the [GL-DPPD-7110-A_annotations.csv](../../GeneLab_Reference_Annotations/Pipeline_GL-DPPD-7110_Versions/GL-DPPD-7110-A/GL-DPPD-7110-A_annotations.csv) GeneLab Annotations file)
790
787
-*.gtf (genome annotation, this pipeline version uses the gtf file indicated in the `gtf` column of the [GL-DPPD-7110-A_annotations.csv](../../GeneLab_Reference_Annotations/Pipeline_GL-DPPD-7110_Versions/GL-DPPD-7110-A/GL-DPPD-7110-A_annotations.csv) GeneLab Annotations file)
791
788
-*_sorted.bam (sorted mapping to genome file, output from [Step 4c](#4c-sort-aligned-reads))
792
789
-*_sorted.bam.bai (index of sorted mapping to genome file, output from [Step 4d](#4d-index-sorted-aligned-reads), although not indicated in the command, this file must be present in the same directory as the respective \*_sorted.bam file)
0 commit comments