View source: R/multiDataclean.R
data: dataframe with gene and clinical information target_clinical: which clinical information I want to analysis
1 | data = multiDataclean(data,target_clinical)
|
1 2 3 4 | data(multiDataclean,"Priscilla")
target_clinical = c("ARL4A_expr","ajcc_pathologic_m","tumor_stage","age_at_diagnosis",
"ajcc_pathologic_t","ajcc_pathologic_n","gender","OS","OStime")
data = multiDataclean(data,target_clinical)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.