Description Usage Arguments Details Value Examples
Remove Censored Patients from A SurvivalExperiment
Object
1 2 | ## S4 method for signature 'SurvivalExperiment'
dropNotCensored(object, minDaysSurvived = 365)
|
object |
A |
minDaysSurvived |
An |
Censored means no event before end of measurement. Since we want not
censored, we keep patients who had an event before minDaysSurvived.
Therefore we keep individuals surviving > minDaysSurvived
, or who had an
event (died) before minDaysSurvived.
The SurvivalExperiment
with censored samples removed.
1 2 | data(sampleICGCmicro)
ICGCmicro <- dropNotCensored(sampleICGCmicro)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.