Hi,
I did differential gene expression by using this protocol Transcript-level expression analysis of RNA-seq experiments with HISAT, StringTie and Ballgown I have gene list file after using the ballgown the gene id in this files is as id
MSTRG.28632
MSTRG.3615
MSTRG.7507
MSTRG.70532
MSTRG.49954
MSTRG.60656
I want to perform gene ontology next by using tool AgriGo. these gene ids are not recognized in any database. i have to use the tool bioDBnet to convert these ids into ensembl gene id .but not found result. Kindly suggest me how can i replace with ensembl id.
Thanks Jean elbers.
Can you tell me which file contains these sequences? Because i have run the string-tie tool and ballgown.and i have not seen any file contain the sequence of genes.
The "sequences" are stored as intervals in your GFF files from StringTie. You need use something like
gffread
to extract the sequences (i.e., transcript sequences) from the GFF file. See http://ccb.jhu.edu/software/stringtie/gff.shtml#gffread_ex