knitr::opts_chunk$set(
    collapse = TRUE,
    comment = "#>",
    fig.path = "man/figures/README-",
    out.width = "100%"
)

syntenet

GitHub issues Lifecycle: stable R-CMD-check-bioc Codecov test
coverage

The goal of syntenet is to infer synteny networks from whole-genome protein sequence data and analyze them. Anchor pairs from synteny analyses are treated as an undirected unweighted graph (i.e., a synteny network), and users can perform:

Installation instructions

Get the latest stable R release from CRAN. Then install syntenet from Bioconductor using the following code:

if (!requireNamespace("BiocManager", quietly = TRUE)) {
    install.packages("BiocManager")
}

BiocManager::install("syntenet")

And the development version from GitHub with:

BiocManager::install("almeidasilvaf/syntenet")

Citation

Below is the citation output from using citation('syntenet') in R. Please run this yourself to check for any updates on how to cite syntenet.

print(citation('syntenet'), bibtex = TRUE)

Please note that syntenet was only made possible thanks to many other R and bioinformatics software authors, which are cited either in the vignettes and/or the paper(s) describing this package.

Code of Conduct

Please note that the syntenet project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Development tools

For more details, check the dev directory.

This package was developed using r BiocStyle::Biocpkg('biocthis').



almeidasilvaf/syntenet documentation built on March 23, 2024, 8:27 a.m.