Simulation Tools To Generate Next-Generation Sequencing Reads along with their VCF
0
0
Entering edit mode
7.8 years ago

Hi,

I would like to simulate my read and i want to get both the read simulation and the positions of the simulated read in the form of VCF. I searched many tools but all the tools are simulating my reads but im not getting the vcf file.

can you suggest me some tools for read simulation along with their vcf file

VCF NGS sequencing • 2.2k views
ADD COMMENT
2
Entering edit mode

Simulated reads will not contain variants, unless they're generated from a sequence file that contains variants. You could create such a custom genome from a VCF plus reference genome with GATK's FastaAlternateReferenceMaker, then use BBMap's randomreads tool to create simulated data from the custom genome.

ADD REPLY
1
Entering edit mode

I doubt you will find such a tool unless you write it yourself. And note that VCF files do not give positions of reads; they contain positions of variants. If you want the positions of the reads, you can use BBMap's randomreads.sh tool; it annotates each read with its genomic origin in the read header.

ADD REPLY
0
Entering edit mode

Ya that what i'm trying i want to simulate the reads and i want their variant file where they have simulated.

ADD REPLY

Login before adding your answer.

Traffic: 1895 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6