Description Usage Arguments Details Value Examples
View source: R/kallisto-wrapper.R
After generating transcript/feature abundance results using kallisto for a
batch of samples, read these abundance values into an SCESet
object.
1 2 3 |
kallisto_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 kallisto abundance results to be read in. |
read_h5 |
logical, should the bootstrap results be read in from the HDF5 objects produced by kallisto? |
kallisto_version |
character string indicating whether or not the
version of kallisto to be used is |
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 kallisto abundance results per directory; multiple adundance results in a given directory will be problematic.
an SCESet object
1 2 3 4 5 6 | ## Not run:
kallisto_log <- runKallisto("targets.txt", "transcripts.idx", single_end=FALSE,
output_prefix="output", verbose=TRUE, n_bootstrap_samples=10)
sceset <- readKallistoResults(kallisto_log)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.