primer design tool suggestions
Is there any tool/script that would take a vcf or bedpe/bed file generated using a structural variant caller eg, manta from illumina and design primers to validate them?
Thanks.
primer
dna
structural variant
• 2,764 views
•
link
written
by
novicebioinforesearcher •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
What is more important for Structural Variant Calling? Recall or Precision?
written by Luke •I am relatively new to structural variant calling so I apologise in advance if I seem unaware of certain things. I am currently trying to …
-
Best way to design PCR primers to differentiate fungi strains? Should I be targeting structural va…
written by Mikhail •Hello, I have four haploid fungi strains of the same species that I have conducted short-read whole genome sequencing on. I want to devise a …
-
Efficiently detect Structural Variant
written by its.roops •Dear All, I have a few VCF files (generated by unknown tools). Some of them contain short genetic variants while some contain structural variants. Is …
-
Validate VCF for structural variant
written by its.roops •Hi....I have a structural variant file in VCF format. Can you please let me know how can I validate using any tool to check whether …
-
Detect Structural varirant from VCF file
written by its.roops •Hi, I have several VCF files having structural variant. Is there any tool / tools that detect structural variants and automatically validate the vcf files …
-
compare SV results across samples - Manta, Delly
written by RichardHi folks, I have Delly and Manta results for a cohort of WGS tumour libraries. Some of the libraries are derived from the same sources …
-
Tn Seq protocol
written by liuyunxiaolyx •Hello guys. I have generated a pool of random mutant bacteria using Tn4351 (a modified Tnseq tool) and am now trying to build a mutant …
-
How to convert bedpe to bed
written by izzy.yichao.caiHi all, I've got a bedpe file via bedtools bamtobed command. Right now I want to convert the bedpe file into bed file. Do I …
-
integrate vcf files
written by BogdanDear all, any suggestions regarding a package that integrates vcf files that are generated by various callers (eg Haplotype Caller, or Platypus), or somatic mutation …
-
How To Design Snp Flanking Primers For Non Model Species
written by upendrakumar.devisetty<p>Hi, I would like to design some of the SNPs generated using <a href='http://samtools.sourceforge.net/'>Samtools</a> mpileup pipeline between two genotypes of interest and validate them using …
extract the start-end from your variants, extends this interval, get the fasta sequence with
samtools faidx, convert this fasta sequence to primer3 using awk, and pipe into primer3.or take programming/bioinformatics course (or buy biostars bioinfo handbook) before venturing out to perform steps mentioned :) thanks will see how it goes , so the bedpe file i have has co ordinates for two breakpoints how do I address this?
Local primer candidates from primer3 we usually check in addition genome-wide for uniqueness using BLAST or BLAT because SVs are often embedded in repeats.
i am aware of primer3, what I am looking for is a tool which would take list of positions and generate primers against them.