View source: R/find_pc_curve_elbow.R
find_pc_curve_elbow | R Documentation |
Identify and plot the elbow point of the PC curve
find_pc_curve_elbow(
object,
method = 1,
maxPC = 50,
plot = TRUE,
name = NA,
title = "Importance of PCs",
width = 6,
height = 4
)
object |
Matrix-like object with features (e.g. genes) as rows and samples as columns. |
method |
1 or 2. 1 = use |
maxPC |
maximum PCs to be considered. Default is 50. |
plot |
Logical; should plot be generated? |
name |
Name of file to create. Set to |
title |
figure title. |
width |
figure width. |
height |
figure height. |
the PC number at elbow point.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.