It would be nice if `query` could accept a vector of search parameters, e.g. `query(MotifDb, c('p53','hsapiens'))`. This would be more concise than nested queries and consistent with `query()` in AnnotationHub.
It would be nice if
querycould accept a vector of search parameters, e.g.query(MotifDb, c('p53','hsapiens')).This would be more concise than nested queries and consistent with
query()in AnnotationHub.