GetPINFO: Retrieve plate information

View source: R/GetPINFO.R

GetPINFOR Documentation

Retrieve plate information

Description

Get MX plate layout and series information

Usage

GetPINFO(
  SERVER = "MDCStore",
  ID = "moldev",
  PWD = "moldev",
  PlateID,
  IR = 1,
  HTS = FALSE
)

Arguments

SERVER

the odbc connexion to MDCStore database

ID

the identifiant for connexion

PWD

the password for connexion

PlateID

the Plate Identifier

IR

the number of rows at a time to fetch

HTS

Shall HTS info also be retrieved ?

Value

Plate information as a list

Author(s)

Allan Sauvat, allan.sauvat@gustaveroussy.fr

See Also

GetMDCInfo

Examples

#Not running
PIF = GetPINFO(SERVER = 'MDCStore',ID = 'sa', PWD = '***',PLateID=1, HTS = T)
writeLines(PIF$HTS, 'myHTS.HTS') 


Ahlallan/MetaxpR documentation built on July 9, 2023, 1:59 p.m.