Hi All,
Long time reader, first-time posting. I have been doing RNA-seq analysis for some time now on non-model species. My pipeline was:
- Trim and filter reads with bbduk and trimmomatic
- Align to genome with HISAT2
- Generate counts with featureCounts
- Export counts table and load into R for DEG analysis in EdgeR
I currently have gene count tables that have 1 row for each gene id as it appears in the GTF file (taken from NCBI). The problem is that for one species, Chaenocephalus aceratus, all the gene IDs are really locus tags, and products are listed as hypothetical proteins. I would like to be able to compare expression across all species for common genes. But to do this I need to convert these species-specific gene IDs to more common gene symbols.
I also have a mapping file which contains the protein accession IDs. But this species isn't found on common solutions like David, Entrez, Ensemble, etc.
I also have created a fasta file which contains the genome sequences for all the CDS regions in the GTF file, organized by gene id (locus tags). But I'm unsure how I might use these to identify the genes / create a mapping list for gene ontology analysis, etc.
Any help would be greatly appreciated! I'm posting from my phone, but can provide more specific code snippets / examples as needed.
Thanks!