View source: R/create_SiFINeT_object.R
create_SiFINeT_object | R Documentation |
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
)
counts |
count matrix |
gene.name |
name of the features |
meta.data |
data.frame of meta data |
data.name |
name of dataset |
sparse |
whether the count matrix should be analyzed as sparse matrix |
rowfeature |
whether the count matrix is feature (row) by cell (column) |
a SiFINeT object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.