GetMDCInfo | R Documentation |
Retrieve plate informations stored in MDCStore database
GetMDCInfo(
SERVER = "MDCStore",
ID = "moldev",
PWD = "moldev",
rdif = c("//", "//")
)
SERVER |
the odbc connexion to MDCStore database |
ID |
the identifiant for connexion |
PWD |
the password for connexion |
rdif |
the string replacement for the mounting point of UNC image location. |
a data.frame with set of information about acquired plates
Allan Sauvat, allan.sauvat@gustaveroussy.fr
GetMDCData
#Not running
DB = GetMDCInfo(SERVER = 'MDCStore',ID = 'sa', PWD = '***')
View(DB[DB$PlateID==1,]) #Get information about plate 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.