Description Usage Arguments Value Examples
View source: R/import_kallisto_txis.R
Automated (more or less) importation of STORM-seq and SMART-seq123 data for downstream attempts at merging, index visualization, etc. Assumes that users will quantify against ENSEMBL transcripts instead of ridiculous crap like GENCODE and similar. Default is ERCC spikes, ENSembl transcripts, and if found, intronic quantifications of the same. Everything else gets labeled as 'viruses_and_repeats' since in our transcriptomes, that's what it is. If altExps is set to FALSE, no splitting will be attempted.
1 2 3 4 5 6 7 8 9 |
runs |
a vector of .tsv file paths (usually abundance.tsv) w/names |
what |
columns to import (default: tpm, est_counts, eff_length) |
altExps |
split spliced, unspliced, spikes, viruses & repeats? (TRUE) |
asgenes |
collapse transcripts to genes? (implies altExps & t2g) |
t2g |
data.frame with tx2gene mappings (required if asgenes) |
BPPARAM |
optional BiocParallel parameter object for bplapply() |
... |
additional parameters to pass to .split_altExps |
1 | A SingleCellExperiment
|
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.