Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/templateDescriptionFile.R
This function creates a template description file for an RNAi experiment with default entries compliant with MIAME class
and with additional entries specific for a cellHTS
object.
1 | templateDescriptionFile(filename="Description.txt", path, force=FALSE)
|
filename |
the name of the output file. Default is "Description.txt". |
path |
a character of length 1 indicating the path in
which to create the screen description file.
By default, it can extract the path from |
force |
a logical value, determines the behaviour of the function
if file |
This function can be called to generate a template file for the RNAi experiment.
This file contains the fields that are compliant with the 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.
The function returns a character with the full path and name of the file that was created.
Ligia Bras ligia@ebi.ac.uk
1 2 3 | out <- templateDescriptionFile("Description.txt", path=tempdir())
out
readLines(out)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.