vitkl/NetFeaturePval: Find Features Enriched among Nodes that Interact with Each Single Node

This package lets you find features (node Z) of nodes (node Y) that all interact with one node (node X), this is repeated for all nodes in the network. One use case is predicting proteins domains that mediate binding of other proteins to a seed protein. This is done by computing a statistic that can be as simple as count of nodes (Y) with a given feature (Z) among all nodes that interact with node X. Formula interface allows defining any statistic needed. As a next step, a specified number of random networks are generated by permuting X-Y interactions or both X-Y and Y-Z interactions. These random networks are used to calculate calculate an empirical p-value telling how often the observed stastistic or larger seen in these random networks. Two parallelisation strategies are implemented: - multi-core parallel procession using parLapply. - multi-node parallel processing on a computing cluster using clustermq package.

Getting started

Package details

AuthorVitalii Kleshchevnikov
MaintainerVitalii Kleshchevnikov <vk7@sanger.ac.uk>
LicenseApache License 2.0
Version0.1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("vitkl/NetFeaturePval")
vitkl/NetFeaturePval documentation built on May 19, 2019, 9:39 p.m.