import.ace.from.table | R Documentation |
Constructs an 'SingleCellExeriment' object from a full count matrix file
import.ace.from.table(fname, sep = "\t", prefilter = FALSE, ...)
fname |
Full path to the count matrix file |
sep |
Column-separator used in count matrix file (default='\t') |
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.table(file_name, prefilter=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.