I got these two files genecounts_888 genecounts_888.summary without -t gene
Is this correct ?
I have download Saccharomyces cerevisiae (Yeast) genome and annotation from Ensembl R64-1-1.
code as:
featureCounts ./Saccharomyces_cerevisiae/Ensembl/R64-1-1/Annotation/Archives/archive-2015-07-17-14-36-40/Genes/genes.gtf -o genecounts_888 -t gene -p -g Name .exprnasamout/SRX3084888.bam
There is the mistake :
Failed to open the annotation file /datc/wangjc/Saccharomyces_cerevisiae/Ensembl/R64-1-1/Annotation/Archives/archive-2015-07-17-14-36-40/Genes/genes.gtf, or its format is incorrect, or it contains no 'gene' features.
Is there other Saccharomyces cerevisiae (Yeast) genome and annotation sources?
Usually you count on the exon feature level, which is grouped on gene level. The gene feature which you are specifying with -t gene is not a standard feature (see here) and may be not included in your file.
Nevertheless, you'll get a table with the read count per gene if you leave the -t parameter to its default value.
I got these two files genecounts_888 genecounts_888.summary without -t gene
Is this correct ?
Log in to answer this question.
Give a picture of
head -n 20 genes.gtfplease. Also, input files (at least in the most recent version) need to be indicated by-a.Ok, looks like a normal file. Use: