get_analysis_catalog_runs: A list of all the analysis catalog runs in the current...

View source: R/analysis-catalog_services.R

get_analysis_catalog_runsR Documentation

A list of all the analysis catalog runs in the current project for a given phenotype.

Description

A list of all the analysis catalog runs in the current project for a given phenotype.

Usage

get_analysis_catalog_runs(phenotype_name, conn)

Arguments

phenotype_name

Only list analysis catalog runs for a specific phenotype name

conn

gor connection structure, create it using platform_connect

Value

List of analysis catalog runs

Examples

## Not run: 
api_key <- Sys.getenv("GOR_API_KEY")
project <- Sys.getenv("GOR_PROJECT")
conn <- platform_connect(api_key, project)
catalog <- get_analysis_catalog_runs(phenotype_name = "test_pheno", conn = conn)

## End(Not run)

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