Description Usage Arguments Value
View source: R/02_plot_logistic_SVD_kmeans.R
This function takes in a binary matrix, assuming that the variable names include the fingerprint name such as "Pubchem"
1 2 3 4 5 6 7 8 9 10 | plot_SVD_kmeans(
receptor_type,
log_SVD_results,
binary_data,
k = 4,
endo_ligand = FALSE,
endo_ligand_id,
additional_label = TRUE,
outcome_label = "ASSAY_OUTCOME"
)
|
receptor_type |
type of receptor for labeling plots |
log_SVD_results |
Results from the SVD to get data from for plotting |
k |
number of groups from kmeans from after viewing elbow plot or other methods of determining groups |
Plot of SVD results colored by kmeans groups
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.