deepblue_extract_ids: extract_ids

Description Usage Arguments Value See Also Examples

View source: R/helperFunctions.R

Description

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

Usage

1

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

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

MPIIComputationalEpigenetics/DeepBlueR documentation built on Aug. 11, 2021, 4:12 p.m.