GetMDCInfo: MDCStore information Query

View source: R/GetMDCInfo.R

GetMDCInfoR Documentation

MDCStore information Query

Description

Retrieve plate informations stored in MDCStore database

Usage

GetMDCInfo(
  SERVER = "MDCStore",
  ID = "moldev",
  PWD = "moldev",
  Unix.diff = c("//", "/media/")
)

Arguments

SERVER

the odbc connexion to MDCStore database

ID

the identifiant for connexion

PWD

the password for connexion

Unix.diff

the string replacement for the mounting point of UNC image location, when accessed from linux machine

Value

a data.frame with set of information about acquired plates

Author(s)

Allan Sauvat, allan.sauvat@gustaveroussy.fr

See Also

GetMDCData

Examples

#Not running
DB = GetMDCInfo(SERVER = 'MDCStore',ID = 'sa', PWD = '***') 
View(DB[DB$PlateID==1,]) #Get information about plate 1


asauvat/MetaxpR documentation built on July 19, 2023, 1:04 p.m.