Description Usage Arguments Value Author(s) Examples
View source: R/topInteraction.R
Extract the top X interacting biological complexes.
1 | topInteraction(data,top=10)
|
data |
Square matrix of biological complexes that shares one or more genes(proteins) |
top |
Interger that represents the percentage of interacting complexe |
Data frame of biological complexes that interact. The first two columns are the cellular organizational units names and the third column indicates the number of interactions.
N. LeMeur
1 2 3 4 5 6 7 | data(Atong)
data(ScISIC)
data(SGA)
SLa2 <- gi2Interactome(Atong, ScISIC)
## Search for synthetic lethal interaction
compM <- getInteraction(SLa2, SGA, ScISIC)
top10Interaction<- topInteraction(compM$bwMat,top=10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.