Hello, I want to do a BLAT alignment on the SNPs I got in my analysis. My VarScan output is in vcf format. Any hints at how to convert a vcf file to one amenable to input in BLAT? Thanks, G.
Hello, I want to do a BLAT alignment on the SNPs I got in my analysis. My VarScan output is in vcf format. Any hints at how to convert a vcf file to one amenable to input in BLAT? Thanks, G.
I don't know BLAT, what shall it look like ? I'm just reading/converting the 1000 genomes/.../omni vcf-files
testing how to post here
--------edit-------------
OK, http://en.wikipedia.org/wiki/BLAT_(bioinformatics)
------------------edit------------------
blat - Standalone BLAT v. 33x5 fast sequence search command line tool usage: blat database query [-ooc=11.ooc] output.psl where: database and query are each either a .fa , .nib or .2bit file,
so, convert .vcf to fasta ? that's what I'm currently doing ... (but considering the SNP positions only to reduce the size)
but why align the fasta with blat then ? It should be aligned, - same positions for the sequences in the vcf
... unless you want to merge two vcfs with different positions ?!?
One possible solution to this is:
You extract flanking sequences of all your SNVs in your VCF file with the BEDtools, and then do a BLAT alignment on the flanking sequences.
I want to identify alignments to paralogous genes and eliminate these, to filter out potential false positive calls in my analysis. Thanks for your help. G.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
You might want to consider explaining why you need to align variant calls to a reference genome. Are you trying to visualize the location of your variants? If so, you might consider using something like IGV and loading your aligned reads and vcf.
I want to identify alignments to paralogous genes and eliminate these, to filter out potential false positive calls in my analysis.