Skip to content
New issue

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

fixing a typo #137

Closed
wants to merge 1 commit into from
Closed

fixing a typo #137

wants to merge 1 commit into from

Conversation

gabora
Copy link

@gabora gabora commented Feb 15, 2023

Hi

while creating a new PharmacoSet based on the vignette, I got the error:

PharmacoGx::PharmacoSet(
    name="alabama",
    molecularProfiles = list(),
    sample = data.frame(),
    treatment = data.frame(),
    sensitivityInfo = data.frame(),
    sensitivityRaw = array(dim = c(0, 0, 0)),
    sensitivityProfiles = matrix(),
    sensitivityN = matrix(nrow = 0, ncol = 0),
    perturbationN = array(NA, dim = c(0, 0, 0)),
    curationTreatment = data.frame(),
    curationSample = data.frame(),
    curationTissue = data.frame(),
    datasetType = c("perturbation"),
    verify = TRUE
)
Error in initialize(value, ...) : 
  no slot of name "olecularProfiles" for this object of class "CoreSet"

traceback revealed this typo in the code.
best
Attila

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants