Description Usage Arguments Value Examples
View source: R/functions_make.R
make_fq_dt
1 2 3 4 5 6 7 | make_fq_dt(
fastq_files,
fastq_names = basename(fastq_files),
fastq_treatments = fastq_names,
n_cores = getOption("mc.cores", 1),
cache_counts = TRUE
)
|
fastq_files |
paths to fast files (can be gzipped with .gz extension) |
fastq_names |
optional parallel vector of names for fastq files. Defaults to basename of fastq_files. Should be unique. |
fastq_treatments |
optional parallel vector of treatments. Defaults to fastq_names. May be duplicated. |
n_cores |
number of cores to use to count lines in fastq files. Defaults to mc.cores if set or 1. |
cache_counts |
logical. Should the counts be saved to *.cnt files alongside the fastq_files? Default is TRUE |
a data.table countaining fastq, count, name, and treatment attributes
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.