openCVE {CVE} | R Documentation |
The openCVE function opens the CVE Shiny app. The function to supplement the R package with the Shiny app was suggested by Dean Attali (http://deanattali.com). Currently, the only extension available is a melanoma co-expression network (WGCNAmelanoma).
openCVE(x, sample_names = NULL, extension = FALSE)
x |
A dataframe (for single file) or list (for multiple oncotator output files) |
sample_names |
A character vector with sample name(s) |
extension |
A character vector of extention name |
openCVE(crcCase,"case study") openCVE(melanomaCase,"case study WGCNA",extension="WGCNAmelanoma")