vc_df | R Documentation |
Convenience function to turn vfb_connect summary results into data.frames
vc_df(x, ..., tibble = FALSE)
x |
A summary result from a |
... |
additional arguments passed to |
tibble |
Whether to return a |
vc=VfbConnect()
KC_types = vc$get_subclasses("Kenyon cell", summary=TRUE)
vc_df(KC_types)
vc$neo_query_wrapper$get_type_TermInfo(list('FBbt_00003686'), summary=TRUE) %>%
vc_df
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.