Package: syntenet
Title: Inference And Analysis Of Synteny Networks
Version: 1.13.0
Date: 2022-03-28
Authors@R: 
    c(
    person(given = "Fabrício",
           family = "Almeida-Silva",
           role = c("aut", "cre"),
           email = "fabricio_almeidasilva@hotmail.com",
           comment = c(ORCID = "0000-0002-5314-2964")),
    person(given = "Tao",
           family = "Zhao",
           role = "aut",
           email = "tao.zhao@nwafu.edu.cn",
           comment = c(ORCID = "0000-0001-7302-6445")),
    person(given = "Kristian K",
           family = "Ullrich",
           role = "aut",
           email = "ullrich@evolbio.mpg.de",
           comment = c(ORCID = "0000-0003-4308-9626")),
    person(given = "Yves",
           family = "Van de Peer",
           role = "aut",
           email = "yves.vandepeer@psb.vib-ugent.be",
           comment = c(ORCID = "0000-0003-4327-3730"))
    )
Description: 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.
License: GPL-3
URL: https://github.com/almeidasilvaf/syntenet
BugReports: https://support.bioconductor.org/t/syntenet
biocViews: Software, NetworkInference, FunctionalGenomics,
        ComparativeGenomics, Phylogenetics, SystemsBiology,
        GraphAndNetwork, WholeGenome, Network
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.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
Config/testthat/edition: 3
VignetteBuilder: knitr
LinkingTo: Rcpp, testthat
NeedsCompilation: yes
Depends: R (>= 4.2)
LazyData: false
Config/pak/sysreqs: libglpk-dev make libxml2-dev zlib1g-dev
Repository: https://bioc.r-universe.dev
Date/Publication: 2025-10-29 15:17:23 UTC
RemoteUrl: https://github.com/bioc/syntenet
RemoteRef: HEAD
RemoteSha: da094a2eaf17d6ab7095a6bacff78feaa1ed745e
Packaged: 2025-10-30 13:39:16 UTC; root
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>)
Maintainer: Fabrício Almeida-Silva <fabricio_almeidasilva@hotmail.com>
Built: R 4.6.0; x86_64-w64-mingw32; 2025-10-30 13:41:23 UTC; windows
Archs: x64
