Hi,
I downloaded the worm based gene reference database from biomart for RNAseq analysis. Now I'm trying to add one more gene in to the reference based on my interest of research, but could not find a tutorial of how to do this.
Anyone has any idea or experience on this?
Thanks!
Leran
Unless I am misinterpreting your question.
You could add it as an extra chromosome (or an extra transcript) by editing the file or simply doing
cat genome.fa gene_added.fa > new_genome.fa
(assuming your gene sequence is in fasta format in thegene_added.fa
file).If you would like to obtain counts corresponding to your "new gene(s)", you will have to edit your annotation file as well.