Skip to content

pimentellab/rosace

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
November 22, 2023 16:56
November 1, 2023 08:24
October 1, 2023 20:59
man
November 1, 2023 08:24
October 1, 2023 20:59
October 23, 2023 11:18
October 1, 2023 15:17
October 17, 2023 20:46

rosace

Overview

rosace is an R package for analyzing growth-based deep mutational scanning screen data.

Installation

rosace uses cmdstanr to run inference. Please ensure that cmdstanr is properly installed before installing rosace. Below is a concise installation command; for complete details, please refer to the official website.

install.packages("cmdstanr", repos = c("https://mc-stan.org/r-packages/", getOption("repos")))

# use cmdstanr to install CmdStan, this requires a working C++ toolchain and compiler
library(cmdstanr)
install_cmdstan(cores = 4)

To install rosace start R and first install devtools by typing

install.packages("devtools")

and install rosace by typing

devtools::install_github("pimentellab/rosace")

See the full Installation Instructions for further details and alternative installation options.

Getting started

library("rosace")

We recommend starting with the vignette.

Further help

You may submit a bug report here on GitHub as an issue or you could send an email to roserao@ucla.edu.

Citing rosace

Please cite the following publication if you use rosace: xxxxxx

About

statistical inference of growth-based deep mutational scanning (DMS) screens

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published