cellHTS
object.
templateDescriptionFile(filename="Description.txt", path, force=FALSE)
filename
.filename
exists.
If force
is TRUE
, the function overwrites filename
, otherwise it casts an error.MIAME
class and also additional entries specific for the
cellHTS
class, which should be edited and completed by the user.This file, which we call Screen description file, is required to configure the cellHTS
object via function configure
. It is intended to contain general information about the screen, such as its title, its goal, when and how it was
performed, which organism, which library, type of assay, references, and any other information that is pertinent to the
biological interpretation of the experiments.
configure
out <- templateDescriptionFile("Description.txt", path=tempdir())
out
readLines(out)
Run the code above in your browser using DataLab