View source: R/subcellular.mtPPI.R
subcellular.mtPPI | R Documentation |
This function removes PPIs occurring between outer mt membrane (OMM) and matrix, between intermembrane space (IMS) and matrix, as well as between any subcellular mt compartment (except OMM) and cytosolic proteins as they deemed to be erroneous
subcellular.mtPPI(ppi, organism = "mouse")
ppi |
Interactions data containing id1-id2-weight triplets. |
organism |
Organism under study (i.e., mouse or human). Defaults to mouse. |
subcellular.mtPPI
Filtered PPI netwrok.
Matineh Rahmatbakhsh, matinerb.94@gmail.com
ppi <- read.table(system.file("extdata/ppi_input_ClusterONE.txt", package="MACP"), quote="\"", comment.char="") filtered_mtEdges <- subcellular.mtPPI(ppi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.