| clean_iterNMF | R Documentation | 
We will only get grouping info for now
clean_iterNMF(inmf_res, rawdata, cor.method = "spearman", cor.thresh = 0.9, ctriod.topN = 5000, ctroid.math = "mean", return.all = FALSE)
| rawdata | gene count table for calculating centroids based on the clustering results | 
| cor.method | method for correlation calculation, default: spearman correlation | 
| cor.thresh | correlation threshold for merging subclusters | 
| ctroid.math | method for getting centroid, default: mean | 
| iter_nmf | vairous NMF res in a list format | 
| ctroid.topN | number of top Genes to extract for centroid comparison | 
clean_iterNMF(inmf_res, rawdata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.