load10X | R Documentation |
Loads unfiltered 10X data from each data-set and identifies which droplets are cells using the cellranger defaults.
load10X( dataDir, cellIDs = NULL, channelName = NULL, readArgs = list(), includeFeatures = c("Gene Expression"), verbose = TRUE, ... )
dataDir |
Top level cellranger output directory (the directory that contains the |
cellIDs |
Barcodes of droplets that contain cells. If NULL, use the default cellranger set. |
channelName |
The name of the channel to store. If NULL set to either |
readArgs |
A list of extra parameters passed to |
includeFeatures |
If multiple feature types are present, keep only the types mentioned here and collapse to a single matrix. |
verbose |
Be verbose? |
... |
Extra parameters passed to |
A SoupChannel object containing the count tables for the 10X dataset.
SoupChannel estimateSoup
sc = load10X(system.file('extdata','toyData',package='SoupX'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.