-
Notifications
You must be signed in to change notification settings - Fork 9
Examples
Shraddha Pai edited this page May 3, 2019
·
1 revision
This page contains R vignettes showing use cases for netDx.
- Run 10-fold cross-validation for binary classification: This vignette shows the building blocks for feature selection and sample classification. Two types of input data are used, gene expression and copy number variants, the latter being an extremely sparse form of genomic data.
- Perform 4-way classification of a tumour with gene-level networks: This vignette shows an example of classifying a medulloblastoma tumour as one of four known subtypes based on its gene signature profile.
- Run nested cross-validation for binary classification: This R notebook shows you how to run nested cross-validation with multiple datatypes and similarity metrics, with one simple function call.
- Plot predictor results: This R notebook shows you how to visualize the results of a predictor run, including Cytoscape-driven network visualizations of selected features, of patient similarity.
- Notebook doing the same thing in one function call.
R scripts to run the vignettes are available under examples/
in the netDx repository.