Nothing
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).
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
You can browse signet
vignette to learn how to use the package with
a walkthrough example.
library(signet)
vignette("signet")
Please cite this paper if you use signet
for your project:
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.