View source: R/scAPAtrap_funlib.R
setTools | R Documentation |
setTools sets tool names with full path for running scAPAtrap and checks the validity.
setTools(tools, check = TRUE, ...)
tools |
A list providing full path of four tools: samtools, umitools, featureCounts, star. |
check |
Whether to check the validity of values (default is TRUE). |
... |
Arguments passed to other methods and/or advanced arguments. Advanced arguments:
|
A list with tool names as the names of the list.
tools=list(samtools='/home/dell/miniconda3/envs/scAPA/bin/samtools',
umitools='/home/dell/miniconda3/envs/scAPA/bin/umi_tools',
featureCounts="/home/dell/miniconda3/envs/scAPA/bin/featureCounts",
star='/home/dell/miniconda3/envs/scAPA/bin/STAR')
## Not run:
tools=setTools(tools)
## End(Not run)
tools=setTools(tools, check=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.