Tools to simulate Illumina short read sequences and ONT long reads with a reference genome
3
0
Entering edit mode
16 hours ago
PolenP • 0

Hi, I would like to ask if you can recommend me tools that I can use to simulate whole genome sequences using a reference genome which will also give me list of the variants just like wgsim?

I was able to use wgsim, but when I tried aligning the paired-reads, it's not aligning together.

reads=100000000

for i in $(seq 1 10); do
  base="sim_${i}"
  seed=$((100 + i))   # different seed for each run (arbitrary choice)
  echo "Running $base  (seed=$seed)..."
  "$wgsim" "$ref" "${base}.R1.fq" "${base}.R2.fq" -1 70 -2 70 -N $reads -S $seed -e 0.0001 > "${base}.out.log" 2>&1
  echo "$base finished (log: ${base}.out.log)"
done

of maybe I am using wgsim wrong? I hope you can help me. Thank you!

simulate reads bioinformatics short short-read • 1.1k views
ADD COMMENT
2
Entering edit mode
ADD COMMENT
0
Entering edit mode

Do you know if ART is able to generate known mutations.

ADD REPLY
0
Entering edit mode

I think only a fraction of sequencing errors can be specified. If a mix of a reference and a mutated genome is included, setting sequencing errors to 0 might give reads with fixed mutations.

ADD REPLY
2
Entering edit mode
10 hours ago

The best one I've used for ONT reads so far is badread - https://github.com/rrwick/Badread

For illumina I've used and like insilicoseq - https://insilicoseq.readthedocs.io/en/latest/

ADD COMMENT
0
Entering edit mode

which will also give me list of the variants

Do either of these packages satisfy the requirement of generating known mutations?

ADD REPLY
0
Entering edit mode
15 hours ago
GenoMax 154k

if you can recommend me tools

You can use randomreads from BBMap suite to generate short illumina reads with known mutations. A guide is available here: https://bbmap.org/tools/randomreads

ADD COMMENT

Login before adding your answer.

Traffic: 3423 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