Description Details Slots Methods Author(s) References See Also
This class defines a structure to store the results of relevance network analysis,
using a method that was proposed by Butte et al. (2000), see the
reference below. Objects of this type are generated calling
the function relNetworkB
.
Objects of this class are produced by calling the function
relNetworkB
over an object of class maiges
to search for pairs of genes with significant correlation values in a
specific sample type, according to the method proposed by Butte et
al. (2000).
W
:numeric matrix giving the W values of the genes tested. This information is useful for doing plots representing the correlation coefficient values.
Corr
:numerical square matrix that store the correlation coefficient values between all pair of genes tested.
Pval
:numerical square matrix that store the p-value for each correlation value between the pairs of genes.
maxB
:numerical square matrix that store the maximum (in absolute value) of the correlation values calculated by permutation values, as described by Butte et al. (2000).
type
:character vector giving the name of sample type tested.
Slabel
:string with the sample label used to define the sample types tested.
Date
:character string giving the date and time that the object was generated.
V.info
:list containg three characters. The first one is a string containing the R version used when the object was created. The second is a char vector with base packages and the last one is another char vector with additional packages and version numbers.
signature(x = 'maigesRelNetB')
: image method for
maigesRelNetB
class. Display colour representation of
the correlation matrix.
signature(x = 'maigesRelNetB')
: plot method for
maigesRelNetB
class. Display a circular graph
representing the relevance network.
signature(x = 'maigesRelNetB')
: print method for
maigesRelNetB
class.
signature(x = 'maigesRelNetB')
: show method for
maigesRelNetB
class.
signature(x = 'maigesRelNetB')
: summary method for
maigesRelNetB
class.
Gustavo H. Esteves <gesteves@vision.ime.usp.br>
Butte, A.J.; Tamayo, P.; Slonim, D.; Golub, T.R. and Kohane, I.S. Discovering functional relationships between RNA expression and chemotherapeutic susceptibility using relevance networks. PNAS, 97, 12182-12186, 2000. (http://www.pnas.org/cgi/content/full/97/22/12182)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.