Description Usage Arguments Value Author(s) Examples
funtion to extract projected coordinates of individuals on principal components.
1 2 |
name |
name of the OMICs object. |
groups |
one or more groups created by or supplied through "create_group()" |
integrated |
whether to extract coordinates from integrated or individual assay. |
Assay |
name of the assay if integrated = FALSE |
rand |
number of rows to be extracted randomly. |
PC |
principal component numbers. The projected informaton on this PCs will be extracted. |
groupinfo |
same as integrate_variables() |
a data frame of the extracted value.
Subhadeep Das
1 2 3 4 5 6 7 8 9 10 11 12 13 | exclude <- list(0,c(1,9))
int_PCA <- integrate_pca(Assays = c("H2az",
"H3k9ac"),
groupinfo = groupinfo,
name = multi_assay, mergetype = 2,
exclude = exclude, graph = FALSE)
name = int_PCA$int_PCA
data <- extract(name = name, PC = c(1:4),
groups = c("WE","RE"), integrated = TRUE, rand = 600,
groupinfo = groupinfo_ext)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.