Annotate SNPs called from Trinity transcriptome assembly using annotations from Trinotate pipeline
2
0
Entering edit mode
6.6 years ago

Hello,

I have a VCF file containing SNPs called between a Trinity reference assembly and an alignment file, generated by samtools/bcftools.

I have annotated the Trinity reference assembly using the Trinotate pipeline (blastx Trinity transcripts against swissprot, blastp TransDecoder predicted proteins from Trinity transcripts against swissprot, and HMMER TransDecoder predicted proteins from trinity transcripts against Pfam).

Now, I would like to annotate the SNPs contained in my VCF file using my annotated Trinity reference assembly. Is this possible?

My Trinity transcripts in the reference assembly are formatted like so:

>TRINITY_DN1000|c115_g5_i1 len=247 path=[31015:0-148 23018:149-246]
 AATCTTTTTTGGTATTGGCAGTACTGTGCTCTGGGTAGTGATTAGGGCAAAAGAAGACAC
 ACAATAAAGAACCAGGTGTTAGACGTCAGCAAGTCAAGGCCTTGGTTCTCAGCAGACAGA
 AGACAGCCCTTCTCAATCCTCATCCCTTCCCTGAACAGACATGTCTTCTGCAAGCTTCTC
 CAAGTCAGTTGTTCACAGGAACATCATCAGAATAAATTTGAAATTATGATTAGTATCTGA
 TAAAGCA

So I can't use a program like snpEff as that program leverages reference genomes that have a chr,pos format.

Has this been done before? Any info greatly appreciated as always. Thanks!

RNA-Seq Assembly blast • 2.3k views
ADD COMMENT
0
Entering edit mode
ADD REPLY
0
Entering edit mode
6.4 years ago

Nope, can't be done as far as I know.

If you have a reference genome you can map reads to that and call against that.

Otherwise, you could insert the SNPs into the ref transcriptome - tools are available, like "seqtk mutfa". Then use biopython etc to translate your mutated transcripts into protein.

By the way, I really like interproscan for functional annotation of tx sets.

ADD COMMENT
0
Entering edit mode
5.4 years ago
jfo • 0

Can we use SNPMeta for this? https://www.ncbi.nlm.nih.gov/pubmed/24237904

ADD COMMENT

Login before adding your answer.

Traffic: 3051 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6