printGenes {IMPCdata}R Documentation

Method "printGenes"

Description

Prints out genes (MGI IDs and symbols) that are reported for a specified combination of parameter, procedure, pipeline and phenotyping center.

Usage

    printGenes(PhenCenterName=NULL,PipelineID=NULL,ProcedureID=NULL,
    ParameterID=NULL,StrainID=NULL,n=NULL)

Arguments

PhenCenterName

IMPC phenotyping center; mandatory argument

PipelineID

IMPC pipeline ID; mandatory argument

ProcedureID

IMPC procedure ID; mandatory argument

ParameterID

IMPC parameter ID; mandatory argument

StrainID

IMPC strain ID; optional argument

n

print only first n genes; optional argument

Value

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

Author(s)

Natalja Kurbatova, Jeremy Mason

Examples

    printGenes("RBRC","IMPC_001","IMPC_GRS_001","IMPC_GRS_003_001", n = 5)

[Package IMPCdata version 1.29.0 Index]