
Logistic regression of metastatic propensity based on INCOMMON classes.
Source:R/met_propensity.R
met_propensity.Rd
Logistic regression of metastatic propensity based on INCOMMON classes.
Examples
# First load example classified data
data(MSK_PAAD_output)
# Estimate the metastatic propensity associated with mutant TP53 with vs without CNA in BRCA.
MSK_PAAD_output = met_propensity(x = MSK_PAAD_output, tumor_type = 'BRCA', gene = 'TP53')
#> Joining with `by = join_by(id)`