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

Need better error message when fetch_assay_data() is called with invalid features #11

Open
lianos opened this issue Jan 31, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@lianos
Copy link
Member

lianos commented Jan 31, 2020

This call:

library(FacileData)
fds <- exampleFacileDataSet()
fetch_assay_data(fds, "mygene")

Produces this error message

Error in melt.data.table(vals, id.vars = "rn", variable.factor = FALSE,  : 
  One or more values in 'id.vars' is invalid.

Which leaves the user to wonder what the heck just happened.

@lianos lianos added the enhancement New feature or request label Jan 31, 2020
@lianos lianos self-assigned this Jan 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant