AggregatedRanking-class: "AggregatedRanking"
Description
An object returned from one of the methods AggregateSimple
, AggregatePenalty
, AggregateMC
or AggregateSVD
.Slots
ranking
:- A numeric vector of ranks after aggregation.
type
:- The type of aggregation used (a character).
measure
:- The quantity used as basis for aggregation (a character).
method
:- The ranking method used originally, i.e. before aggregation.
Methods
- show
- Use
show(object)
for brief information. - toplist
- Use
toplist(object, k=10)
to display the top k=10
genes in the aggregated ranking.