Description Slots Extends Methods Author(s) See Also Examples
A class for representing the result of a densityEstimate
test.
Size
:Object of class "numeric"
representing
the size of the cellular organizational unit tested
Observed
:Return a "numeric"
vector: the observed number of interactions between genes inducing a specific phenotype and each
cellular organizational units
Expected
:Return a matrix: the expected number of interactions between genes inducing a specific phenotype and each cellular organizational units
Class "testResult"
, directly.
plot
Graphical representation of the test result
N. LeMeur
testResult
,gtResult
,densityEstimate
, plot
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## apply a densityEstimate test
data( DudleyPhenoM)
data(ScISIC)
DudleyPhenoL <- apply(DudleyPhenoM,2,function(x) names(which(x==1)))
pH3 <- DudleyPhenoL[["pH3"]]
perm <- 20
pH3Density <- densityEstimate(genename=pH3, interactome=ScISIC, perm=perm)
## access results
pH3Density@Observed[1:5]
## use of the plot method
plot(pH3Density)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.