fill_query {scOntoMatch} | R Documentation |
Get a names list of ontology and id by id
Description
Get a names list of ontology and id by id
Usage
fill_query(all, query)
Arguments
all |
all ontology id to plot tree |
query |
query ontology id to fill |
Value
a color object to fill query in onto_plot
Examples
## Not run:
fill_query(all = c("CL0000548", "CL:0000066", "CL:0000082"), query = c("CL:0000082"))
## End(Not run)
[Package scOntoMatch version 0.1.1 Index]