extract_colData | R Documentation |
Return colData from a result-list
extract_colData(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 colData. As the comparisons and models within a dataset are all based off the same colData, the return value is 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.