Description Usage Arguments Value Examples
View source: R/main_functions.R
The function examines and compares the pathway summaries for all loaded aberration data types
1 | compareSources(study)
|
study |
A |
A Study
object with a slot named, "Aberration data type comparrison"
in the results list filled with a table comparring impacts of each aberration data type for each pathway.
1 2 3 4 5 6 7 | stud = getTestStudyObject()
stud = compareSources(study=stud)
resslot = slot(object=stud, name="results")
## Not run:
View(resslot$'Aberration data type comparrison')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.