View source: R/sc_atac_tfidf.R
sc_atac_tfidf | R Documentation |
Takes the binary matrix and generate a TF-IDF so the clutering can take place on the reduced dimentions.
sc_atac_tfidf(binary.mat, output_folder = NULL)
binary.mat |
The final, filtered feature matrix in binary format |
output_folder |
The path of the output folder |
None (invisible 'NULL')
## Not run:
sc_atac_tfidf(binary.mat = final_binary_matrix)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.