powered by
generateRead returns a list with the noisy read, the true sequence, the path, and the phred quality score.
generateRead
generateRead(seq = "ATGCGGATCG", qv = NULL, seed = NULL, paramgphmm = initializeGphmm())
- character vector of true sequence.
- integer, wanted phred quality score for the read.
- integer, seed for reproducibility.
- list of parameters.
# NOT RUN { generateRead('ACGTGCA') generateRead('ACGTGCA', qv = 10, seed = 1416) # }
Run the code above in your browser using DataLab