| simulate_fastq | R Documentation |
Generates a dummy FASTQ dataset.
simulate_fastq(
n_reads = 5,
read_len = 100,
gc = NULL,
type = "DNA",
file = NULL
)
n_reads |
Number of reads |
read_len |
Length of each read |
gc |
Target GC content |
type |
"DNA" or "RNA" |
file |
Optional file path to save |
A dataframe of simulated reads
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.