Description Usage Arguments Value Examples
select top n uncorrelated GOterms from given GOBP pathways
1 | GOBP_uncor(pwID, uncor_cut = 0.6, retain_number = 10)
|
pwID |
original GOBP pathways |
uncor_cut |
uncorrelated cut-off |
retain_number |
numbers of uncorrelated GOterms |
top n uncorrelated GOterms
1 2 3 4 5 6 7 8 9 10 | library(M2D)
data(goegs)
set.seed(123)
pwIDs <- c(
"GO:0001959", "GO:0001578", "GO:0050806", "GO:0051648", "GO:0052548",
"GO:0072001", "GO:0010720", "GO:0097746", "GO:0044264", "GO:1901342",
"GO:0043414", "GO:0006805", "GO:1901989", "GO:0007188", "GO:0001655",
"GO:0055067", "GO:0055001", "GO:0006839", "GO:0003015", "GO:0009063"
)
pwIDs_5 <- GOBP_uncor(pwIDs, uncor_cut = 0.6, retain_number = 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.