Entering edit mode
6.6 years ago
Sharon
▴
610
Hi All
I am trying to use annovar for mosue data. I used this command to create the mouseDB:
perl annotate_variation.pl -buildver mm10 -downdb -webfrom annovar refGene mousedb/
And it works fine and got he refgene db for mouse.
Now, I need to build the rest of annotation fields. something like humanDB: Something like this work on human but doesn't in mouse:
perl annotate_variation.pl -buildver mm10 -downdb -webfrom annovar dbnsfp30a mousedb/
Anyone knows the corresponding way for getting annotations for mouse?
Thanks
I am not sure that dbnsfp30a has data for mouse.
Yes, I realised that also. Thanks Kevin :)
Well, judging by their manuscript, they should have something for mouse in dbNSFP v3.0 ( https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4752381/ ) - it could just be that it is not yet implemented in ANNOVAR.
Hi there, I though you guys can help me out as you had similar issue. I want to work with specific mouse strain from ucsc browser (A/J) on my annovar. How do I download it? perl annotate_variation.pl -buildver mm10 -downdb -webfrom annovar refGene mousedb --> is for mm10 db I have tried --> perl annotate_variation.pl -buildver 16 Strains -downdb -webfrom annovar refGene mousedb. I have tried different combination of words to replace mm10 with strains but it's not working.
Thank you so much
It sounds like you will have to download the data manually. First, try to see how ANNOVAR actually functions for, e.g., hg19 - then, you will realise that one can use any file for annotation.
Actually, you may want the
retrieve_seq_from_fasta.pl
function that comes with ANNOVAR - please take a look. Either way, ANNOVAR functions in a very logical fashion when it both builds DBs and annotates data. If you take some time to see how it functions, it will open up your world to be able to annotate anything with anything.