Description Usage Arguments Value
View source: R/01_binary_clustering.R
This function takes in a binary matrix, assuming that the variable names include the fingerprint name such as "Pubchem"
1 | cluster_chem_data(receptor_type, data, rank = 3, filter_type = "Pubchem")
|
receptor_type |
Used for the kmeans plot from the SVD results, this is a characer string such as "Androgen" |
data |
matrix or dataframe that has all binary data except for possibly Name, Label_names, and Label, which are removed |
rank |
rank of the SVD that decomposes the binary molecular feature data before using the PCs in kmeans. |
Results from the logistic SVD
Plot of Kmeans for visual inspection before creating clusters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.