FreqInteractors: Plot the Pathogen Proteins' frequency of Interactions with...

View source: R/FreqInteractors.R

FreqInteractorsR Documentation

Plot the Pathogen Proteins' frequency of Interactions with Host Proteins

Description

This function plots the pathogen proteins' Frequency of interactions with host proteins

Usage

FreqInteractors(ppi, cex.size = 12)

Arguments

ppi

A data.frame containing pathogen proteins in the first column and host proteins in the second column.

cex.size

Text size.

Details

FreqInteractors

Value

A frequency plot.

Author(s)

Matineh Rahmatbakhsh, matinerb.94@gmail.com

Examples

ppi <- data.frame(
    node1 = c("A", "A", "A", "B", "B", "B", "B"),
    node2 = c("C", "E", "D", "F", "G", "H", "I")
)
FreqInteractors(ppi)

mrbakhsh/HPiP documentation built on March 28, 2023, 4:35 p.m.