has.stages {TRONCO} | R Documentation |
Return true if the TRONCO dataset 'x', which should be a TRONCO compliant dataset
- see is.compliant
- has stage annotations for samples. Some sample stages
might be annotated as NA, but not all.
has.stages(x)
x |
A TRONCO compliant dataset. |
TRUE if the TRONCO dataset has stage annotations for samples.
data(test_dataset) has.stages(test_dataset) data(stage) test_dataset = annotate.stages(test_dataset, stage) has.stages(test_dataset)