checkDimensions {bioCancer} | R Documentation |
Chech wich Cases and genetic profiles are available for every seleted study
checkDimensions(panel,StudyID)
panel |
panel can take to strings 'Circomics' or 'Networking' |
StudyID |
Study reference using cgdsr index |
A data frame with two column (Cases, Genetic profiles). Every row has a dimension (CNA, mRNA...). The data frame is filled with yes/no response.
cgds <- CGDS("http://www.cbioportal.org/public-portal/") ## Not run: df <- checkDimensions(panel='Networking', StudyID= "gbm_tcga_pub") ## End(Not run)