import.ace.from.10X | R Documentation |
A simple wrapper to import data from a 10X experiment folder (v2 or v3) and constructs an 'SingleCellExeriment' object
import.ace.from.10X(input_path, version = 3, prefilter = FALSE, ...)
input_path |
Folder containing input files |
version |
2 or 3 |
prefilter |
Whether to prefilter genes/cells based on the counts.mat |
min.cell.frac.per.gene |
Minimum fraction of cells capturing a gene for it to be retained, if prefilter=TRUE (default=0.005) |
min.genes.per.cell |
Minimum number of required captured genes per cell, if prefilter=TRUE (default=500) |
'SingleCellExeriment' object
ace = import.ace.from.10X(input_path, prefilter=TRUE, min_feats_per_cell = 500)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.