How can we convert a vcf to fasta, so that I can blast some genes against that whole genome sequences?
I want to use my whole genome sequence which is in vcf format to .fa, so that I can find some genes using BLAST.
blast
fasta
vcf
gene
• 994 views
•
link
updated
by
Ram
•
written
by
Harshita •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
How to find SRA sequences of some fungal whole genome sequences if only Biosample ID is available?
written by Harshita •I am using some fungal isolates' whole genome sequences to reconstruct phylogeny with my isolates, but I am not able to find some SRA IDs …
-
How to find DNA sequence of a SNP without reference genome? (I have a .vcf file)
written by Roland •Hi. I have a "VCF" file that i've created "de novo". That is, I have NOT mapped my reads to a reference genome, but rather …
-
Change VCF File Reference Genome to a Local .FA File
written by Arda •I have a single chromosome VCF file that I want to align to a chromosome sequence I have locally in a .fa file, is it …
-
Getting gene sequence from the whole genome
written by Peerzada •Hello all , I have a whole genome sequence of a potato plant in fasta format . I need to get the sequence of some …
-
whole genome sequencing data bank
written by ali.kian.saei •i want to find whole genome sequence of kidney cancer and normal cell. which data bank can i use? and how can i find mutations …
-
Validate PCR DNA primers against whole de novel genome
written by qwzhang0601I want to test gene copy number of some genes. I designed the primer using primer3 and what to test whether the primers are specific …
-
How to get nucleotide sequence from BAM file
written by davonairos •Hi everyone! I apologize in advance for my ignorance. I'm just beginning in in a new bioinformatics project. I have a BAM file generated from …
-
Microbial Genomic BLAST
written by arghya1611 •Hi I have a draft bacterial genome sequence which i would like to BLAST in its entirety i.e. using the whole genome to find the …
-
Create genome annotation files for a personal genome
written by hyanwongI'm pretty new to genome analysis, so apologies if this is a silly question. I have a 52x coverage personal genome in BAM format which …
-
Dbsnp Vcf Data Corresponding To Hg19/Grch37 Assembly
written by Khader Shameer<p>I have done my exome alignment using hg19 release (Data downloaded from <a href='http://hgdownload.cse.ucsc.edu/goldenPath/hg19/bigZips/'>here</a>, hg19.2bit ). I have also included the chrUn and <em>random</em> data …
well you try to use FastaAlternateReferenceMaker https://gatk.broadinstitute.org/hc/en-us/articles/360037594571-FastaAlternateReferenceMaker but as your VCF was called from a reference genome do you think you'll find something new for a few variants ?
You cannot convert a VCF to a FASTA as they have vastly different information content. Please explain your process - what exactly do you want to "convert"?