View source: R/FreqInteractors.R
FreqInteractors | R Documentation |
This function plots the pathogen proteins' Frequency of interactions with host proteins
FreqInteractors(ppi, cex.size = 12)
ppi |
A data.frame containing pathogen proteins in the first column and host proteins in the second column. |
cex.size |
Text size. |
FreqInteractors
A frequency plot.
Matineh Rahmatbakhsh, matinerb.94@gmail.com
ppi <- data.frame(
node1 = c("A", "A", "A", "B", "B", "B", "B"),
node2 = c("C", "E", "D", "F", "G", "H", "I")
)
FreqInteractors(ppi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.