extract_pca_x | R Documentation |
Return PCA-projected data from a result-list
extract_pca_x(object, dataset)
object |
The list of results returned by get_result |
dataset |
The name of the dataset you want to extract the PC coordinates - optional, and if omitted all datasets will be reported. |
Traverse an object returned by get_result, and extract the expression projected onto PC space. The models, and comparisons within those, should all have the same projections, so the results are aggregated to the level of 'dataset'
A DataFrame of PC coordinates for each dataset specified
Gavin Kelly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.