The function classifies count data based on thresholds defined by quantile regression
create_SiFINeT_object(
counts,
gene.name = NULL,
meta.data = NULL,
data.name = NULL,
sparse = FALSE,
rowfeature = TRUE
)
a SiFINeT object
count matrix
name of the features
data.frame of meta data
name of dataset
whether the count matrix should be analyzed as sparse matrix
whether the count matrix is feature (row) by cell (column)