Description Usage Arguments Value
Calculates the term frequency-inverse document frequency.
1 2 3 |
object |
A SingleCellExperiment object. |
exprs_values |
String indicating which assay contains the data that should be used to calculate TF-IDF. |
features |
A character vector (of feature names), a logical vector or numeric vector (of indices) specifying the features to use for calculation The default of NULL will use all features. |
tf.method |
A character vector indicating the variant for calculating the TF. |
idf.weight |
A character vector indicating the weighting for IDF calculation. |
slot |
Determines the name of the assay in |
A SingleCellExperiment
object with modified reducedDims
slot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.