R/wrap_add_expression.R
wrap_expression.RdCreate a wrapper object with expression and counts
wrap_expression(expression, counts, cell_info = NULL, feature_info = NULL, ..., id = "")
| expression | The normalised expression values with genes in columns and cells in rows |
|---|---|
| counts | The counts with genes in columns and cells in rows |
| cell_info | Optional meta-information pertaining the cells. |
| feature_info | Optional meta-information of the features, a data.frame with at least feature_id as column |
| ... | extra information to be stored in the model |
| id | A unique identifier for the data |