Hello,
I'm using Rsubread version 2.0.1 and trying to run featureCounts with a BAM file produced by the align function in Rsubread. I've attached the .bam file and the .gtf file that I'm using to count against. Every time I've tried to run this command in Rstudio, the R session aborts. I'm using just one of the my 31 bam files to troubleshoot and have tried a few others but it still results in an error.
Any help would be much appreciated!
Here are the first few lines of the .gtf file:
10000048 transdecoder gene 1 514 . - . gene_id "GENE.10000048~~10000048.p1"; gene_name "ORF%20type%3A5prime_partial%20len%3A167%20%28-%29%2Cscore%3D8.24";
10000048 transdecoder mRNA 1 514 . - . transcript_id "10000048.p1"; gene_id "GENE.10000048~~10000048.p1"; transcript_name "ORF%20type%3A5prime_partial%20len%3A167%20%28-%29%2Cscore%3D8.24";
10000048 transdecoder exon 1 514 . - . gene_id "10000048.p1.exon1"; transcript_id "10000048.p1.exon1"; exon_number "1"; gene_name "ORF%20type%3A5prime_partial%20len%3A167%20%28-%29%2Cscore%3D8.24"; transcript_name "ORF%20type%3A5prime_partial%20len%3A167%20%28-%29%2Cscore%3D8.24";
10000048 transdecoder CDS 14 514 . - 0 gene_id "cds.10000048.p1"; transcript_id "cds.10000048.p1"; gene_name "ORF%20type%3A5prime_partial%20len%3A167%20%28-%29%2Cscore%3D8.24"; transcript_name "ORF%20type%3A5prime_partial%20len%3A167%20%28-%29%2Cscore%3D8.24";
10000048 transdecoder three_prime_UTR 1 13 . - . three_prime_UTR_id "10000048.p1.utr3p1"; transcript_id "10000048.p1";
";
10000534 transdecoder gene 1 299 . + . gene_id "GENE.10000534~~10000534.p2"; gene_name "ORF%20type%3Ainternal%20len%3A100%20%28%2B%29%2Cscore%3D21.72";
10000534 transdecoder mRNA 1 299 . + . transcript_id "10000534.p2"; gene_id "GENE.10000534~~10000534.p2"; transcript_name "ORF%20type%3Ainternal%20len%3A100%20%28%2B%29%2Cscore%3D21.72";
10000534 transdecoder exon 1 299 . + . gene_id "10000534.p2.exon1"; transcript_id "10000534.p2.exon1"; exon_number "1"; gene_name "ORF%20type%3Ainternal%20len%3A100%20%28%2B%29%2Cscore%3D21.72"; transcript_name "ORF%20type%3Ainternal%20len%3A100%20%28%2B%29%2Cscore%3D21.72";
10000534 transdecoder CDS 3 299 . + 0 gene_id "cds.10000534.p2"; transcript_id "cds.10000534.p2"; gene_name "ORF%20type%3Aint