Description Usage Arguments Value
View source: R/BlacklistGroups.R
This function is used for the calculation of blacklisted medoids and groups. It calculates medoids, performs medoid correlations and creates the binary correlation table between medoids, otherwise known as the blacklist. It makes a blacklist heatmap. It makes new medoids based on blacklisted combined clusters and a new groups file based on the blacklisted combined clusters.
1 | BlacklistGroups(data, groups, rhop, centroid_flag, log_file_name)
|
data |
Processed data from CleanUpInput (or RemoveCellCycle) |
groups |
Processed groups file from CleanUpInput |
rhop |
x in mean+x*SD to determine upper cutoff for correlation in the blacklist. Default is 1. |
centroid_flag |
use centroids if data is sparse |
log_file_name |
used for saving run notes to log file |
newMedoids - new medoids data.frame for the new combined blacklisted clusters.
newGroups - new groups file containing cluster assignment based on new combined blacklisted clusters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.