deepblue_extract_names: extract_names

Description Usage Arguments Value See Also Examples

View source: R/helperFunctions.R

Description

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

Usage

1

Arguments

df

- A array of IDs and Names

Value

names - A vector containing the extracted names

See Also

Other Utilities for connecting operations: deepblue_extract_ids

Examples

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

MPIIComputationalEpigenetics/DeepBlue-R documentation built on Aug. 11, 2021, 3:18 p.m.