Description Usage Arguments Value Examples
View source: R/transformTFIDF.R
Transform/normalize compartment calls using TF-IDF on HDF5-backed objects
1  | 
h5 | 
 SummarizedExperiment object, DelayedMatrix, or a normal matrix  | 
scale.factor | 
 Scaling factor for the term-frequency (TF)  | 
return.dense | 
 Whether to return a dense, in memory matrix  | 
return.se | 
 Whether to return the TF-IDF matrix as a new assay in the SummarizedExperiment  | 
A TF-IDF transformed matrix of the same dimensions as the input
1 2 3 4 5  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.