INPUT
Stranded RNAseq, 101bp Illumina paired end reads mapped to GRCh38 release 78 using star.
COMMAND
featureCounts -a Homo_sapiens.GRCh38.78.gtf -o mySAMPLE/mySAMPLE.featureCounts -F GTF -t exon -g gene_name -s 1 -T 10 -p -P mySAMPLE/Aligned.out.sam
QUESTIONS
1. Why does it say, that 'ftp://ftp.ensembl.org/pub/release-78/gtf/homo_sapiens/Homo_sapiens.GRCh38.78.gtf.gz' has 270 chromosomes?
2. What could be the reason for the low fragment assignment, 697168 / 46248243 = 1.5%
3. Have I used wrong options?
Cheers!
Stranded RNAseq, 101bp Illumina paired end reads mapped to GRCh38 release 78 using star.
COMMAND
featureCounts -a Homo_sapiens.GRCh38.78.gtf -o mySAMPLE/mySAMPLE.featureCounts -F GTF -t exon -g gene_name -s 1 -T 10 -p -P mySAMPLE/Aligned.out.sam
QUESTIONS
1. Why does it say, that 'ftp://ftp.ensembl.org/pub/release-78/gtf/homo_sapiens/Homo_sapiens.GRCh38.78.gtf.gz' has 270 chromosomes?
2. What could be the reason for the low fragment assignment, 697168 / 46248243 = 1.5%
3. Have I used wrong options?
Cheers!
Comment