Description Usage Arguments Details Value Examples
View source: R/salmon-wrapper.R
After generating transcript/feature abundance results using Salmon for a
batch of samples, read these abundance values into an SCESet
object.
1 2 | readSalmonResults(Salmon_log = NULL, samples = NULL, directories = NULL,
logExprsOffset = 1, verbose = TRUE)
|
Salmon_log |
list, generated by |
samples |
character vector providing a set of sample names to use for the abundance results. |
directories |
character vector providing a set of directories containing Salmon abundance results to be read in. |
logExprsOffset |
numeric scalar, providing the offset used when doing
log2-transformations of expression data to avoid trying to take logs of zero.
Default offset value is |
verbose |
logical, should function provide output about progress? |
This function expects to find only one set of Salmon abundance results per directory; multiple adundance results in a given directory will be problematic.
an SCESet object
1 2 3 4 5 6 7 | ## Not run:
## Define output directories in a vector called here "Salmon_dirs"
## and sample names as "Salmon_samples"
sceset <- readSalmonResults(samples = Salmon_samples,
directories = Salmon_dirs)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.