We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is fantastic paper a lot of things for me to learn just by looking at the analysis. I was trying to replicate the TCGA analysis
This part I tried to run but i don't see any output I would be really glad if you could let me know what is the other way of doing?
mycgds <- CGDS("http://www.cbioportal.org/public-portal/") tcgaAML <- getCancerStudies(mycgds)[1,1] cases <- getCaseLists(mycgds,tcgaAML)[8,1] g <- lapply(split(as.numeric(entrez), seq_along(entrez)%/%500), function(genes) getProfileData(mycgds,genes,getGeneticProfiles(mycgds,tcgaAML)[2,1],cases)) ## load in batches of 500 g <- do.call("cbind", g)
The text was updated successfully, but these errors were encountered:
Thanks -- perhaps the query protocol for cBio has changed in the mean time? The paper was done in 2014. What are the return values for each command?
Sorry, something went wrong.
Thank you for the quick response Dr Moritz
the output i get
The error update it
mycgds <- CGDS("http://www.cbioportal.org/public-portal/") [1] "CGDS: 0x55bcf82ce978" tcgaAML <- getCancerStudies(mycgds)[1,1] > tcgaAML [1] "<html class=\"cbioportal-frontend\">" cases <- getCaseLists(mycgds,tcgaAML)[8,1] cases [1] " <title>cBioPortal for Cancer Genomics</title>" g <- lapply(split(as.numeric(entrez), seq_along(entrez)%/%500), function(genes) getProfileData(mycgds,genes,getGeneticProfiles(mycgds,tcgaAML)[2,1],cases)) ## load in batches of 500 Error in `[.data.frame`(df, , 2) : undefined columns selected
No branches or pull requests
This is fantastic paper a lot of things for me to learn just by looking at the analysis.
I was trying to replicate the TCGA analysis
This part I tried to run but i don't see any output I would be really glad if you could let me know what is the other way of doing?
The text was updated successfully, but these errors were encountered: