print.cellHTS {cellHTS} | R Documentation |
Print an object of the class 'cellHTS'.
## S3 method for class 'cellHTS': print(x, ...)
x |
object of class cellHTS . |
... |
optional arguments to print methods. |
Shows the information about the cellHTS object x
, namely, its name, state, and the number of plates, wells, replicates and channels.
Wolfgang Huber huber@ebi.ac.uk, Ligia Braz ligia@ebi.ac.uk
datadir = system.file("KcViabSmall", package = "cellHTS") x = readPlateData("Platelist.txt", "KcViabSmall", path=datadir) print(x) confFile = system.file("KcViabSmall", "Plateconf.txt", package="cellHTS") logFile = system.file("KcViabSmall", "Screenlog.txt", package="cellHTS") descripFile = system.file("KcViabSmall", "DESCRIPTION.txt", package="cellHTS") x = configure(x, confFile, logFile, descripFile) print(x) geneIDFile = system.file("KcViabSmall", "GeneIDs.txt", package="cellHTS") x = annotate(x, geneIDFile) print(x)