simulate_fastq: Simulate FASTQ File

View source: R/discovery.R

simulate_fastqR Documentation

Simulate FASTQ File

Description

Generates a dummy FASTQ dataset.

Usage

simulate_fastq(
  n_reads = 5,
  read_len = 100,
  gc = NULL,
  type = "DNA",
  file = NULL
)

Arguments

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

Value

A dataframe of simulated reads


baseq documentation built on March 12, 2026, 1:07 a.m.