printStrains {IMPCdata}R Documentation

Method "printStrains"

Description

Prints out the genetic background (MGI IDs and strain name) from which the knockout mice were derived for a specific combination of pipeline, procedure and paramater for a phenotyping center.

Usage

    printStrains(PhenCenterName=NULL,PipelineID=NULL,ProcedureID=NULL,
    ParameterID=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

n

print only first n strains; optional argument

Value

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

Author(s)

Natalja Kurbatova, Jeremy Mason

Examples

    printStrains("WTSI","MGP_001","IMPC_CBC_001","IMPC_CBC_003_001")

[Package IMPCdata version 1.29.0 Index]