if (!require("BiocManager"))
install.packages("BiocManager")
BiocManager::install("topdownr")
If you want to install the development version from github (not recommended unless you know what you are doing):
if (!require("BiocManager"))
install.packages("BiocManager")
BiocManager::install("sgibb/topdownr")
To get started:
?"topdownr-package"
vignette("data-generation", package="topdownr")
vignette("analysis", package="topdownr")
Development documentation: https://sgibb.github.io/topdownr/
General questions should be asked on
the Bioconductor support forum,
using topdownr
to tag the question. Feel also free to open a
GitHub issue, in
particular for bug reports.
See CONTRIBUTING.md.
See SUPPORT.md.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.