Last data update: 2014.03.03

R: DoppelGang S4 class
DoppelGang-classR Documentation

DoppelGang S4 class

Description

S4 class containing results of doppelgangR() function.

Objects from the Class

Objects can be created by calls of the form new(DoppelGang ...)

Slots

fullresults:

Object of class "list"

summaryresults:

Object of class "data.frame"

inputargs:

"list" object containing input arguments to doppelgangR() function.

Methods

plot

signature(x = "DoppelGang"): See ?plot,DoppelGang-method

summary

signature(object = "DoppelGang"): produces a data.frame of potential doppelgangers, with similarity measures and available phenoData for both of each potential doppelganger pair. Can be saved as a csv table and inspected carefully in a spreadsheet.

print

signature(x = "DoppelGang"): ...

show

signature(object = "DoppelGang"): ...

Author(s)

Levi Waldron and Markus Riester

See Also

plot,DoppelGang-method

Results