get_dataset_annotations: Queries for dataset annotations

View source: R/get_dataset_annotations.R

get_dataset_annotationsR Documentation

Queries for dataset annotations

Description

Queries for dataset annotations

Usage

get_dataset_annotations(
  harmonizedOnly = FALSE,
  dataset_ids = NULL,
  evenEmptyCols = FALSE,
  DAG = NULL
)

Arguments

harmonizedOnly

(Optional) Whether you want only the annotations that are harmonized across all projects (TRUE) or a complete data set (FALSE, default).

dataset_ids

(Optional) If you want annotations for specific dataset_ids.

evenEmptyCols

(Optional) Whether you want even the empty fields in your final data frame (TRUE) or if you just want columns where there is at least one value in the resulting dataset (FALSE, default).

DAG

(Optional) A character vector containing the name(s) of the TGR data access group(s) for which to request data if you belong to multiple.

Value

Returns a data frame of annotations.

Author(s)

Amy Paguirigan


FredHutch/tgR.data documentation built on May 30, 2022, 9:30 a.m.