You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should include a molecularProfileIds input.
But even with a molecularProfileId, it returns an empty dataset.
suppressPackageStartupMessages({
library(cBioPortalData)
})
cbio_api<- cBioPortal()
study<-"aml_ohsu_2018"samples<- c("aml_ohsu_2018_16-00374", "aml_ohsu_2018_16-00783")
cBioPortalData(
api=cbio_api,
by="hugoGeneSymbol",
molecularProfileIds="aml_ohsu_2018_rna_seq_mrna",
studyId=study,
sampleIds=samples,
genePanelId="Agilent"
)
#> Warning: No data found for molecularProfileId: aml_ohsu_2018_rna_seq_mrna#> Error in .checkFixSampleMap(sampleMap): 'sampleMap' does not have required columns
Hi! I'm getting the below error for my query:
What are the required columns?
Here is the session info:
The text was updated successfully, but these errors were encountered: