deepblue_extract_ids {DeepBlueR}R Documentation

extract_ids

Description

A utility command that returns a list of IDs extracted from a data frame of ID and names.

Usage

deepblue_extract_ids(df = NULL)

Arguments

df

- A array of IDs and names

Value

ids - A vector containing the extracted IDs)

See Also

Other Utilities for connecting operations: deepblue_extract_names

Examples

deepblue_extract_ids(
    df = data.frame(id = c("a124", "a1235"),
    name = c("Annotation 1", "Annotation 2")))


[Package DeepBlueR version 1.18.0 Index]