Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

397 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bppg

The goal of bppg is to provide functionality to create and characterize bipartite graphs that show the relationship between peptides and proteins in bottom-up proteomics. Functionality to use the bipartite graphs for protein quantification will be added in the future.

Installation

You can install the development version of bppg from GitHub with:

# install.packages("devtools")
devtools::install_github("mpc-bioinformatics/bppg")

Example

Example on how to plot a bipartite peptide-protein graph

library(bppg)
biadjacency_matrix <- matrix(c(1,1,1,0), nrow = 2)
G <- igraph::graph_from_incidence_matrix(biadjacency_matrix)
plotBipartiteGraph(G, three_shapes = TRUE, useCanonicalPermutation = TRUE)

About

R Package for bipartite peptide-protein graphs

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages