Learn R Programming

IMPCdata (version 1.6.0)

getProcedures: Method "getProcedures"

Description

Returns the list of procedures (IMPReSS IDs) that are run for a specified phenotyping center and pipeline.

Usage

getProcedures(PhenCenterName=NULL,PipelineID=NULL)

Arguments

PhenCenterName
IMPC phenotyping center; mandatory argument
PipelineID
IMPC pipeline ID; mandatory argument

Value

Returns the list of IMPC procedures (IDS of procedures) that are run by specified phenotyping center and pipeline.

Examples

Run this code
    listProcedures  <- getProcedures("WTSI","MGP_001")
    for (procedureIndex in 1:length(listProcedures)) {
        print(paste(listProcedures[procedureIndex],"-",
                        getName("procedure_stable_id","procedure_name",listProcedures[procedureIndex])))
    }

Run the code above in your browser using DataLab