compareSources: Allows comparrison of summary statistics for all loaded...

Description Usage Arguments Value Examples

View source: R/main_functions.R

Description

The function examines and compares the pathway summaries for all loaded aberration data types

Usage

1

Arguments

study

A Study object. More than one aberration data type needs to have been loaded before this function is run.

Value

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.

Examples

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)

biodev/packageDir documentation built on Nov. 4, 2019, 7:19 a.m.