Skip to contents

Installation

You can install the development version of ramen from github using the pak or the devtools package.

pak::pkg_install("admarhi/ramen")
# or
devtools::install_github("admarhi/ramen")

Conventions

Bioconductor style guide - Classes: UpperCamelCase - Methods and functions: lowerCamelCase