create_analysis_catalog: Create a new analysis catalog in the current project

View source: R/analysis-catalog_services.R

create_analysis_catalogR Documentation

Create a new analysis catalog in the current project

Description

Create a new analysis catalog in the current project

Usage

create_analysis_catalog(
  playlist_id,
  name,
  recipe_name,
  recipe_parameters,
  conn,
  covariate_phenotypes = NULL,
  excluded_pns = NULL
)

Arguments

playlist_id

The id of the playlist that contains the phenotypes to use for analysis

name

Analysis Catalog name

recipe_name

The name of the recipe to use

recipe_parameters

The parameters required to run the recipe

conn

gor connection structure, create it using platform_connect

covariate_phenotypes

The names of phenotypes to use as covariates, e.g. c("Pheno1','Pheno2')s (optional)

excluded_pns

the PNs to exclude from the analysis, e.g. c('PN1','PN2') (optional)

Value

analysis_catalog structure


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