README.md

signet: Selection Inference in Gene NETworks

The signet R package implements a method to detect selection in biological pathways. The general idea is to search for gene subnetworks within biological pathways that present unusual features, using a heuristic approach (simulated annealing). Details about the algorithm can be found in Gouy et al. (2017).

Installation

signet is available on Bioconductor.

<<<<<<< HEAD
## try http:// if https:// URLs are not supported
source("https://bioconductor.org/biocLite.R")
biocLite("signet")
=======
## install devtools and signet dependencies
# install.packages('devtools')
# if (!requireNamespace("BiocManager", quietly=TRUE))
    # install.packages("BiocManager")
# BiocManager::install("graph")
# BiocManager::install("RBGL")
# install.packages("igraph")

devtools::install_github('CMPG/signet')
library(signet)
>>>>>>> upstream/master

Usage

You can browse signet vignette to learn how to use the package with a walkthrough example.

library(signet)
vignette("signet")

Citation

Please cite this paper if you use signet for your project:



Try the signet package in your browser

Any scripts or data that you put into this service are public.

signet documentation built on April 28, 2020, 7:54 p.m.