Closed jcgu closed 4 years ago
hi there,
I started using this tool recently and run into this error when checking on the simple example provided.
cbio <- cBioPortal() clinicalData(cbio, "acc_tcga")
Error in clinicalData(cbio, "acc_tcga") : Provide a valid 'studyId' from 'getStudies()'
I looked into the code and understood the logic of .checkIdValidity but I couldn't figure out why it gave a FALSE for "acc_tcga".
.checkIdValidity
FALSE
I've tried the version on bioC and also the version here on GitHub and have the same issue.
Could you look into this?
Thanks.
Hi @jcgu, This has been resolved. See #15. Please get the newest version of cBioPortalData either on GitHub 2.1.10 or Bioconductor. Best, Marcel
2.1.10
thanks, it's working with the latest on GitHub.
hi there,
I started using this tool recently and run into this error when checking on the simple example provided.
I looked into the code and understood the logic of
.checkIdValidity
but I couldn't figure out why it gave aFALSE
for "acc_tcga".I've tried the version on bioC and also the version here on GitHub and have the same issue.
Could you look into this?
Thanks.