View source: R/validate_pairs.R
detect_paired | R Documentation |
Detect if experiment is pair-ended.
detect_paired(fastq_id1s)
fastq_id1s |
Character vector of first sequence identifiers from
fastq.gz files. Returned from |
boolean indicating if experiement is pair-ended (TRUE
) or
single-ended (FALSE
).
fastq_paths <- system.file("testdata", "SRR12960930.400.fastq.gz", package = "rkal" ) fastq_id1s <- get_fastq_id1s(fastq_paths) detect_paired(fastq_id1s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.