View source: R/pri_target_graph.R
AssignTargetCluster | R Documentation |
Try to find optimal cluster number fro fuzzy k meansand make plots for k selection
AssignTargetCluster(
normalize_matrix,
select.k = 7,
group.label,
p.cutoff = 0.05
)
normalize_matrix |
A matrix from Run_LINE() |
select.k |
A numeric for k numbers to use |
group.label |
A factor vector subtype label for the samples |
p.cutoff |
A numeric variable indicating the p-value cutoff when assigning clusters to groups |
A list in which GeneList shows targets genes to each group, Label stores the group assigned to each cluster
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.