Learn R Programming

IMPCdata (version 1.6.0)

printAlleles: Method "printAlleles"

Description

Prints out alleles (MGI IDs or temporary IDs if the MGI is not assigned yet and symbols) that are processed for a specified combination of parameter, procedure, pipeline and phenotyping center. Temporary allele ID starts with "NULL".

Usage

printAlleles(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 alleles; optional argument

Value

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

Examples

Run this code
    printAlleles("WTSI","MGP_001","IMPC_CBC_001","IMPC_CBC_003_001")

Run the code above in your browser using DataLab