View source: R/add.feature.score.R
add.feature.score | R Documentation |
Produces a module score per cell for the supplied genes
add.cell.cycle(object = obj, assay = 'RAW', slot = 'counts')
object |
IBRAP S4 class object |
assay |
A character string containing indicating which assay to use |
slot |
String indicating which slot within the assay should be sourced |
transform |
Boolean. If raw counts are supplied, this must be TRUE to normalise data |
features |
A character vector of genes to be scored |
column.name |
Character naming the column containing the scores in the metadata dataframe |
verbose |
Logical should function messages be printed? |
seed |
Numerical What seed should be set. Default = 1234 |
IBRAP S4 class object containing module scores for each cell in the metadata
# object <- add.feature.score(object = object,
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.