printProcedures {IMPCdata} | R Documentation |
Prints out the list of procedures (IMPReSS IDs and names) that are run for a specified phenotyping center and pipeline.
printProcedures(PhenCenterName=NULL,PipelineID=NULL,n=NULL)
PhenCenterName |
IMPC phenotyping center; mandatory argument |
PipelineID |
IMPC pipeline ID; mandatory argument |
n |
print only first n procedures; optional argument |
Returns the character containing IMPC procedures (IDs and names of procedures)
Natalja Kurbatova, Jeremy Mason
printProcedures("WTSI","MGP_001", 5)