Description Usage Arguments Details Value
View source: R/import_plate_txis.R
Automated (more or less) importation of STORM-seq and SMART-seq123 data for downstream attempts at merging with droplet data, index sort visualization, and so forth.
1 2 3 4 5 6 7 8 9 |
quants |
where the quant.sf files are |
t2g |
required file with tx2gene information for TPM calcs |
type |
What type of quantifications are these? ("salmon") |
gtf |
Where an expanded GTF lives if not collapsed to gene-level |
qc |
Whether QC should be performed to toss low-quality cells |
fixrn |
Fix goofy versioned ENSEMBL gene names? (TRUE) |
... |
additional parameters to pass to tximport, if any |
FIXME: Add Kallisto support and Arkas style txome/repeatome/spikeome support. FIXME: Add in ability to support bootstraps/Gibbs samples from salmon
1 | A SingleCellExperiment with 'spliced' & 'unspliced' assays.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.