Generate new DNA sequences by randomly sampling bases from a guide sequence with replacement. Perfect for bootstrap analysis and simulation.
Sample DNA randomly selects bases from a guide sequence with replacement to construct new sequences. Each base from the guide can be selected multiple times, creating bootstrap samples for statistical analysis.
Generate sampled sequences easily:
This tool is useful when you need to:
Common use cases:
Sample Length: 200 bp
Number of Samples: 10
Format: FASTA Click Example for a demo.
Sampled sequences in FASTA:
>Sample_1_length_200
ATGCGATCGATCGATGCTAGC...
>Sample_2_length_200
GCTAGCTAGCTAGCGATCGAT... Each sampled from guide with replacement.
Q: What is sampling with replacement?
A: Each base can be selected multiple times from the guide sequence.
Q: Maximum sample length?
A: Up to 100,000 base pairs per sample.