import.ace.from.counts | R Documentation |
Constructs an 'SingleCellExeriment' object from count matrix, gene names, and sample_metadata
import.ace.from.counts(
counts_mat,
feature_metadata = NULL,
sample_metadata = NULL,
prefilter = FALSE,
...
)
counts_mat |
Matrix of counts.mat |
feature_metadata |
Vector or data frame of annotations for features (rows of the count matrix) |
sample_metadata |
Vector or data frame of annotations for samples (columns of the count matrix) |
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.count.matrix(counts.mat.mat, gene_names, prefilter=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.