Skip to content

Commit e6aa936

Browse files
Merge pull request #23 from asaravia-butler/patch-3
Update GL-DPPD-7115.md
2 parents 0388ec8 + 979ac1c commit e6aa936

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

RNAseq/Pipeline_GL-DPPD-7115_Versions/GL-DPPD-7115.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Differences from the [eukaryotic pipeline, GL-DPPD-7101-G](../Pipeline_GL-DPPD-7
3030
- Bowtie2 is used for alignment instead of STAR
3131
- featureCounts is used for gene quantification instead of RSEM
3232
- 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
3434

3535

3636
---
@@ -760,7 +760,6 @@ featureCounts -p \
760760
-P \
761761
-B \
762762
-T NumberOfThreads \
763-
-G /path/to/genome/fasta/file \
764763
-a /path/to/annotation/gtf/file \
765764
-t ${GTF_FEATURES} \
766765
-s 1 \
@@ -774,10 +773,9 @@ featureCounts -p \
774773
- `--countReadPairs` – specifies that fragments should be counted for paired-end data (omit for single-end data)
775774
- `-d` – minimum fragment length (omit for single-end data)
776775
- `-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)
778777
- `-B` – specifies that only fragments with both ends successfully aligned should be considered for counting (omit for single-end data)
779778
- `-T` – number of threads to use
780-
- `-G` – path to genome fasta file
781779
- `-a` – path to genome annotation GTF file
782780
- `-t` – specifies the feature types to be counted, e.g. gene, exon, intron, etc.
783781
- `-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 \
786784

787785
**Input Data:**
788786

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)
790787
- *.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)
791788
- *_sorted.bam (sorted mapping to genome file, output from [Step 4c](#4c-sort-aligned-reads))
792789
- *_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

Comments
 (0)