Description Usage Arguments Value Author(s) See Also Examples
Get the predicted PPI of an Path2PPI
object consisting of each
predicted interaction and protein in the target species.
1 |
path2ppi |
An object of the class |
raw |
Logical; if |
igraph |
Logical; if |
See igraph
argument.
Oliver Philipp MolBI-software@bioinformatik.uni-frankfurt.de
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | data(ai) #Load test data set
ppi <- Path2PPI("Autophagy induction", "Podospora anserina", "5145")
ppi <- addReference(ppi, "Homo sapiens", "9606", human.ai.proteins,
human.ai.irefindex, pa2human.ai.homologs)
ppi <- addReference(ppi, "Saccharomyces cerevisiae (S288c)", "559292",
yeast.ai.proteins, yeast.ai.irefindex,
pa2yeast.ai.homologs)
ppi <- predictPPI(ppi)
#Get the predicted PPI as data frame.
network <- getPPI(ppi)
#Get the detailed predicted PPI as data frame.
network.raw <- getPPI(ppi,raw=TRUE)
|
Loading required package: igraph
Attaching package: 'igraph'
The following objects are masked from 'package:stats':
decompose, spectrum
The following object is masked from 'package:base':
union
Search for all relevant interactions:
0%--25%--50%--75%--100%
Remove irrelevant homologs.
Search for all relevant interactions:
0%--25%--50%--75%--100%
Remove irrelevant homologs.
Begin with Homo sapiens
6 interactions processed. These lead to 0 interactions in target species.
-------------------------------
Begin with Saccharomyces cerevisiae (S288c)
15 interactions processed. These lead to 8 interactions in target species.
-------------------------------
Combine results to one single PPI.
A total of 8 putative interactions were predicted in target species.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.