phenotype_get_tags: Retrieve all tags for phenotype

View source: R/phenotype.R

phenotype_get_tagsR Documentation

Retrieve all tags for phenotype

Description

Retrieve all tags for phenotype

Usage

phenotype_get_tags(phenotype)

Arguments

phenotype

phenotype structure, create or get it using create_phenotype or get_phenotype

Value

a list of phenotype tags

Examples

## Not run: 
api_key <- Sys.getenv("GOR_API_KEY")
project <- Sys.getenv("GOR_PROJECT")
conn <- platform_connect(api_key, project)
phenotype <- get_phenotype(name="height", conn)
tags <- phenotype_get_tags(phenotype)

## End(Not run)

wuxi-nextcode/gorr documentation built on Jan. 1, 2023, 7:54 a.m.