View source: R/findStudiesInCluster.R
findStudiesInCluster | R Documentation |
Find the studies contributing each RAV
findStudiesInCluster(RAVmodel, ind = NULL, studyTitle = FALSE)
RAVmodel |
PCAGenomicSignatures object. |
ind |
A numeric vector containing the RAV indexes. Under the default
( |
studyTitle |
Default is |
A list of character vectors. Under the default condition
(ind = NULL
), all the RAVs will be checked for their contributing
studies and the length of the list will be same as the number of RAVs
(= metadata(x)$k
). If you provide the ind
argument, studies
associated with only the specified RAVs will be returned.
Mainly used for model building, within buildAvgLoading.
data(miniRAVmodel)
findStudiesInCluster(miniRAVmodel, 1076)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.