readSubset | R Documentation |
downsample
This function mainly aims at downsampling datasets to a size suitable for plotting.
readSubset(
object,
slot.use = "normData",
balance = NULL,
max.cells = 1000,
chunk = 1000,
datasets.use = NULL,
genes.use = NULL,
rand.seed = 1,
verbose = getOption("ligerVerbose", TRUE)
)
object |
liger object |
slot.use |
Only create subset from one or more of |
balance |
|
max.cells |
Max number of cells to sample from the grouping based on
|
chunk |
Integer. Number of maximum number of cells in each chunk,
Default |
datasets.use |
Index selection of datasets to consider. Default
|
genes.use |
Character vector. Subset features to this specified range.
Default |
rand.seed |
Random seed for reproducibility. Default |
verbose |
Logical. Whether to show information of the progress. Default
|
Subset of liger object
.
downsample
, subsetLiger
,
subsetLigerDataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.