get_analysis_catalogs: A list of all the analysis catalogs in the current project....

View source: R/analysis-catalog_services.R

get_analysis_catalogsR Documentation

A list of all the analysis catalogs in the current project. Optionally scope results to a given phenotype name.

Description

A list of all the analysis catalogs in the current project. Optionally scope results to a given phenotype name.

Usage

get_analysis_catalogs(conn, phenotype_name = NULL)

Arguments

conn

gor connection structure, create it using platform_connect

phenotype_name

optional: Only fetch analysis catalogs that relate to a given phenotype name

Value

List of analysis catalogs

Examples

## Not run: 
api_key <- Sys.getenv("GOR_API_KEY")
project <- Sys.getenv("GOR_PROJECT")
conn <- platform_connect(api_key, project)
catalogs <- get_analysis_catalogs(conn, limit=5)

## End(Not run)

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