SIGN_Aggregate {SIGN} | R Documentation |
SIGN_Aggregate is a function to reshape the list of pathway scoring, time to death, and event and return a summary list
Description
SIGN_Aggregate is a function to reshape the list of pathway scoring, time to death, and event and return a summary list
Usage
SIGN_Aggregate(ScoreList, TimeList, EventList)
Arguments
ScoreList |
List of similarity scores identified using different methodologies |
TimeList |
List of time to event (death) for different groups of patients |
EventList |
List of event vectors (death or censored) for different groups of patients |
Value
List of scores identified for each sample as well as time to death and event of that sample
[Package SIGN version 0.1.0 Index]