seeker | R Documentation |
This function selectively performs various steps to process RNA-seq data.
See also the vignettes: browseVignettes('seeker')
.
seeker(params, parentDir = ".", dryRun = FALSE)
params |
Named list of parameters with components:
|
parentDir |
Directory in which to store the output, which will be a
directory named according to |
dryRun |
Logical indicating whether to check the validity of inputs without actually fetching or processing any data. |
Path to the output directory parentDir
/params$study
, invisibly.
fetchMetadata()
, fetch()
, trimgalore()
, fastqc()
,
salmon()
, multiqc()
, tximport()
, installSysDeps()
, seekerArray()
## Not run:
doParallel::registerDoParallel()
params = yaml::read_yaml('my_params.yaml')
seeker(params)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.