Description Usage Arguments Value Author(s) References See Also Examples
Computes the number of times top-ranked-genes are present in models.
1 2 3 4 5 6 7 |
filter |
The |
subset |
Second level of filter. |
mord |
The number of “top-ranked-genes” to highlight. |
inc.rank |
Incluye the gene rank in rownames and colnames. |
inc.index |
Incluye the gene index in rownames and colnames. |
Returns a matrix with number of overlaps for every top-ranked-gene pairs. The order correspond to rank.
Victor Trevino. Francesco Falciani Group. University of Birmingham, U.K. http://www.bip.bham.ac.uk/bioinf
Goldberg, David E. 1989 Genetic Algorithms in Search, Optimization and Machine Learning. Addison-Wesley Pub. Co. ISBN: 0201157675
For more information see BigBang
.
*distanceImportanceNetwork()
.
1 2 3 4 5 6 7 8 9 10 | ## Not run:
#bb is a BigBang object
bb
gin <- geneImportanceNetwork(bb)
gin
gin <- geneImportanceNetwork(bbm, mord=5)
gin
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.