XhybExamples-class {XhybCasneuf} | R Documentation |
Class containing information of cross-hybridisation examples
Objects can be created by calls of the form new("XhybExamples", ...)
.
X
:"character"
contains the ID of probe set XY
:"character"
contains the ID of probe set YIVX
:"numeric"
contains the expression intensities of X in the Tissue dataset IVY
:"numeric"
contains the expression intensities of Y in the Tissue dataset IVXi
:"matrix"
contains the expression intensities of X's reporters in the Tissue dataset ai
:"numeric"
contains the alignment scores of X's reporters to Y's transcript sequencesignature(ex = "XhybExamples")
: ... Tineke Casneuf tine@ebi.ac.uk
Casneuf, Van de Peer and Huber (submitted); AtgenExpress data used: Schmid, M., Davison, T. S., Henz, S. R., Pape, U. J., Demar, M., Vingron, M. Schoelkopf, B. Weigel, D., and Lohmann, J. (2005) A gene expression map of Arabidopsis development. Nature Genetics, 37, 501-506.
data(ex1) data(ex2) data(ex3) plotExample(ex1) plotExample(ex2) plotExample(ex3)