Description Usage Arguments Value Author(s) See Also Examples
Function to return a brief summary of the equivalence test between two profiles.
If In its current version it is better that equivalentGOProfiles
is called with option
simplify
set to FALSE
before equivSummary
can be used
1 | equivSummary(l, decs = 6)
|
l |
A list of comparison results as returned by a call to |
decs |
Number of decimal places to use in the output |
A data frame with the summarized results of each comparison.
The values contained are: Sqr.Eucl.Dist
: The squared euclidean distance,
Standard Err
: The standard error estimate, pValue
p value of the equivalence test,
up conf.int
Upper value for the desired condfidence interval.
d0
Threshold value for equivalence test.
Equivalent?
Numerical value set to 1 if profiles can be considered equivalent and to zero if they cannot.
Alex Sanchez
'equivalentGOProfiles'
1 2 3 4 5 6 7 8 9 10 11 12 | # data(prostateIds)
# expandedWelsh <- expandedProfile(welsh01EntrezIDs[1:100], onto="MF",
# level=2, orgPackage="org.Hs.eg.db")
# expandedSingh <- expandedProfile(singh01EntrezIDs[1:100], onto="MF",
# level=2, orgPackage="org.Hs.eg.db")
#commonGenes <- intersect(welsh01EntrezIDs[1:100], singh01EntrezIDs[1:100])
#commonExpanded <- expandedProfile(commonGenes, onto="MF", level=2, orgPackage="org.Hs.eg.db")
# equivMF <-equivalentGOProfiles (pn=expandedWelsh,
# qm = expandedSingh,
# pqn0= commonExpanded)
#print(equivSummary(equivMF, decs=5))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.