Closed standage closed 5 months ago
In particular, I don't see any way to adjust the lengths of the reads generated.
Hi!
InSilicoSeq is aimed at simulating reads from whole metagenomes. For amplicons you could try biogrinder.
While less realistic in quality, grinder has some nice amplicons features, such as adding chimeras.
Concerning the read length it'd be easy to add an argument but I'd prefer have an error profile for MiSeq 250. Do you have a good public dataset in mind? I'm happy to build and add the profile to the defaults.
It makes sense that we would want to train an error model using reads of the desired length. I'll let you know if I find a relevant data set.
implemented in 2.0.0
Greetings! I have a Fasta file containing a few dozen amplicon sequences, and I would like to use InSilicoSeq to simulate targeted sequencing of these amplicons. I had originally used
--mode kde --model MiSeq
, but this resulted in a read length error. I'm currently trying out other configuration options, but in the mean time do you have any recommendations for simulating amplicon sequencing?