Skip to content

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

@lianos

Description

@lianos

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions