syntenet
Inference And Analysis Of Synteny Networks
Bioconductor version: 3.23 · Package version: 1.14.0
syntenet can be used to infer synteny networks from whole-genome protein sequences and analyze them. Anchor pairs are detected with the MCScanX algorithm, which was ported to this package with the Rcpp framework for R and C++ integration. Anchor pairs from synteny analyses are treated as an undirected unweighted graph (i.e., a synteny network), and users can perform: i. network clustering; ii. phylogenomic profiling (by identifying which species contain which clusters) and; iii. microsynteny-based phylogeny reconstruction with maximum likelihood.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("syntenet") Details
| Maintainer | FabrÃcio Almeida-Silva <fabricio_almeidasilva@hotmail.com> |
| Author | FabrÃcio Almeida-Silva [aut, cre] (ORCID: <https://orcid.org/0000-0002-5314-2964>), Tao Zhao [aut] (ORCID: <https://orcid.org/0000-0001-7302-6445>), Kristian K Ullrich [aut] (ORCID: <https://orcid.org/0000-0003-4308-9626>), Yves Van de Peer [aut] (ORCID: <https://orcid.org/0000-0003-4327-3730>) |
| License | GPL-3 |
| URL | https://github.com/almeidasilvaf/syntenet |
| Bug Reports | https://support.bioconductor.org/t/syntenet |
| Downloads rank | 330 |
| Source branch | RELEASE_3_23 |
| biocViews | ComparativeGenomics, FunctionalGenomics, GraphAndNetwork, Network, NetworkInference, Phylogenetics, Software, SystemsBiology, WholeGenome |
Documentation
Download
Dependencies
Depends: R (>= 4.2)
Imports: Rcpp (>= 1.0.8), BiocParallel, GenomicRanges, rlang, Biostrings, utils, methods, igraph, stats, grDevices, RColorBrewer, pheatmap, ggplot2, ggnetwork, intergraph
Suggests: rtracklayer, BiocStyle, ggtree, labdsv, covr, knitr, rmarkdown, testthat (>= 3.0.0), xml2, networkD3
Reverse dependencies
Imports Me (1): doubletrouble