printParameters: Method "printParameters"

Description Usage Arguments Value Author(s) Examples

View source: R/PhenObjects.R

Description

Prints out the list of parameters (IMPReSS IDs and names) that are measured within specified procedure for a pipeline run by phenotyping center.

Usage

1
    printParameters(PhenCenterName=NULL,PipelineID=NULL,ProcedureID=NULL,n=NULL)

Arguments

PhenCenterName

IMPC phenotyping center; mandatory argument

PipelineID

IMPC pipeline ID; mandatory argument

ProcedureID

IMPC procedure ID; mandatory argument

n

print only first n parameters; optional argument

Value

Returns the character containing IMPC parameters (IDs and names of parameters)

Author(s)

Natalja Kurbatova, Jeremy Mason

Examples

1
    printParameters("WTSI","MGP_001","IMPC_CBC_001", n = 5)

IMPCdata documentation built on Nov. 8, 2020, 8:17 p.m.