How to generate a mutated DNA sequence?
Hi, I'm a newbie in bioinformatics, I just want to know how to build an accurate (not random) mutated sequence of a given gene. With the mutations coming from .mafs provided by TCGA.(Just taking into account point mutations). Thanks in advance
I've been reading a lot but the more I read the less I know, so all help is welcome thanks I advance
• 1,563 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Give
mutate.shfrom BBMap suite a try. Run the command without any options to look at the in-line help.You can just use the ENSEMBL server to findout variant form of gene using BLASTN usign fasta sequence or VEP-ENSEMBL analysis using VCF file. The server will give you the result of mutated sequences derived from EMS induced mutations or even from natural variations. You would get SIFT score if you use VCF file as an input to get output from each positions of the sequence corresponding to genomic data base sequence. This may be useful: A: Allele frequency visualization