Description Usage Arguments Details Value Author(s) References See Also Examples
Annotate the gene IDs of a given cellHTS object.
1 2 3 |
x |
a cellHTS object. |
geneIDFile |
the name of the file with the gene IDs (see details).
This argument is just passed on to the |
path |
a character of length 1 indicating the path in
which to find the gene annotation file. By default,
it can extract the path from |
... |
additional parameters - ignored. |
geneIDFileThis file is expected to be a tab-delimited file with at
least three columns, and column names Plate, Well and
GeneID. The contents of Plate are expected to be
integer. Further columns are allowed.
An S3 object of class cellHTS, which extends the argument x by the following element:
geneAnno |
a |
Moreover, the processing status of the cellHTS object is updated in the slot state to x$state["annotated"]= TRUE.
There are methods print.cellHTS, configure.cellHTS and annotate.cellHTS.
Wolfgang Huber huber@ebi.ac.uk, Ligia Braz ligia@ebi.ac.uk
..
1 2 3 4 5 6 7 | ## Not run:
datadir <- system.file("KcViabSmall", package = "cellHTS")
x <- readPlateData("Platelist.txt", "KcViabSmall", path=datadir)
x <- configure(x, "Plateconf.txt", "Screenlog.txt", "Description.txt", path=datadir)
x <- annotate(x, "GeneIDs_Dm_HFAsubset_1.1.txt", path=datadir)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.