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

CreateOmics() fails for region collections #89

Open
gabrielodom opened this issue May 1, 2020 · 2 comments
Open

CreateOmics() fails for region collections #89

gabrielodom opened this issue May 1, 2020 · 2 comments
Assignees
Labels

Comments

@gabrielodom
Copy link
Owner

When we create a pathway collection for CpGs, the names of the "sets" will be regions instead of pathways. I need to go through the pathwayPCA code to see where I hard-coded pathway.

Fix necessary for @lxw391 work

@gabrielodom gabrielodom added the bug label May 1, 2020
@gabrielodom gabrielodom self-assigned this May 1, 2020
@gabrielodom
Copy link
Owner Author

Error message:

Error in names(pwyColl_ls$pathways) <- pathNames : 
  attempt to set an attribute on NULL

@gabrielodom
Copy link
Owner Author

@lxw391 , this fix will take quite some time, as we use the the $pathways syntax abundantly in our code. How badly do we want to be able to call the first element "regions" instead of "pathways"? Is "pathways" not generic enough?

For now, I'm going to edit the pathway collections to change their label from regions to pathways, just to continue testing the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
pathwayPCA Version 2
  
Awaiting triage
Development

No branches or pull requests

1 participant