Create an Assay5
object from a feature expression matrix;
the expected format of the matrix is features x cells
CreateAssay5Object(
counts = NULL,
data = NULL,
min.cells = 0,
min.features = 0,
csum = NULL,
fsum = NULL,
...
)
An Assay5
object
A two-dimensional expression matrix
Optional prenormalized data matrix
Include features detected in at least this many cells; will subset the counts matrix as well. To reintroduce excluded features, create a new object with a lower cutoff
Include cells where at least this many features are detected
Function for calculating cell sums
Function for calculating feature sums
Arguments passed to other methods