IPSSMprocess | R Documentation |
Process clinical and molecular user-defined variables to model-based variables.
IPSSMprocess( patientInput, genesRes = c("BCOR", "BCORL1", "CEBPA", "ETNK1", "GATA2", "GNB1", "IDH1", "NF1", "PHF6", "PPM1D", "PRPF8", "PTPN11", "SETBP1", "STAG2", "WT1"), maxvafloh = 0.55, Nref = 0.388 )
patientInput |
a patient |
genesRes |
a |
maxvafloh |
maximum variant allele frequency (vaf) threshold to determine theres Loss of Heterozigosity (LOH). |
Nref |
the average reference value for min(Nres,2) where Nres is the number of mutated residual genes. |
A processed patient data.frame
, same number of rows/patients as in patientInput
, and with the processed variables as additional columns.
dd <- read.csv(system.file("extdata", "IPSSMexample.csv", package = "ipssm"), header = TRUE) dd.process <- IPSSMprocess(patientInput = dd) print(dd.process)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.