as.events.in.sample {TRONCO} | R Documentation |
Return a list of events which are observed in the input samples list
as.events.in.sample(x, sample)
x |
A TRONCO compliant dataset |
sample |
Vector of sample names |
A list of events which are observed in the input samples list
data(test_dataset) as.events.in.sample(test_dataset, c('patient 1', 'patient 7'))