getStudyInfo | R Documentation |
Extract information on a specific training dataset
getStudyInfo(RAVmodel, study)
RAVmodel |
A PCAGenomicSignatures object |
study |
A character for SRA study accession. |
A list with three elements: studyTitle, studySize (the number of samples from this study used in the RAVmodel building), and RAVs. 'RAVs' is a data frame with three columns - PC (1 to 20), RAV (RAV that the given PC belongs to), and Variance explained ( miniRAVmodel, which doesn't have all the PCA summary information, so the example will return only the two PCs of the study instead of all twenty.
data(miniRAVmodel)
getStudyInfo(miniRAVmodel, "SRP028155")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.