Package: syntenet
Title: Inference And Analysis Of Synteny Networks
Version: 1.0.4
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.2.1
Imports: Rcpp (>= 1.0.8), GenomicRanges, rlang, Biostrings,
        rtracklayer, utils, methods, igraph, stats, grDevices,
        RColorBrewer, pheatmap, ggplot2, ggnetwork, intergraph,
        networkD3
Suggests: BiocStyle, ggtree, labdsv, covr, knitr, rmarkdown, testthat
        (>= 3.0.0), xml2
Config/testthat/edition: 3
VignetteBuilder: knitr
LinkingTo: Rcpp, testthat
NeedsCompilation: yes
Depends: R (>= 4.2)
LazyData: false
git_url: https://git.bioconductor.org/packages/syntenet
git_branch: RELEASE_3_16
git_last_commit: 2d45907
git_last_commit_date: 2023-02-01
Date/Publication: 2023-02-02
Packaged: 2023-02-03 03:02:19 UTC; biocbuild
Author: Fabrício Almeida-Silva [aut, cre]
    (<https://orcid.org/0000-0002-5314-2964>),
  Tao Zhao [aut] (<https://orcid.org/0000-0001-7302-6445>),
  Kristian K Ullrich [aut] (<https://orcid.org/0000-0003-4308-9626>),
  Yves Van de Peer [aut] (<https://orcid.org/0000-0003-4327-3730>)
Maintainer: Fabrício Almeida-Silva <fabricio_almeidasilva@hotmail.com>
Built: R 4.2.2; x86_64-w64-mingw32; 2023-02-03 13:36:19 UTC; windows
ExperimentalWindowsRuntime: ucrt
Archs: x64
