deepblue_extract_ids {DeepBlueR} | R Documentation |
A utility command that returns a list of IDs extracted from a data frame of ID and names.
deepblue_extract_ids(df = NULL)
df |
- A array of IDs and names |
ids - A vector containing the extracted IDs)
Other Utilities for connecting operations: deepblue_extract_names
deepblue_extract_ids( df = data.frame(id = c("a124", "a1235"), name = c("Annotation 1", "Annotation 2")))