Name Mode Size
R 040000
data 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 2 kb
NAMESPACE 100644 1 kb
NEWS 100644 0 kb
README.md 100644 1 kb
README.md
# cypress <!-- badges: start --> <!-- badges: end --> CYPRESS is a Cell Type specific power tool. This package aims to perform power analysis for the cell type-specific data. It calculates FDR, FDC,and power, under various study design parameters, including but not limited to sample size, and effect size. ## Installation cypress can be installed from Bioconductor via ``` r if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("cypress") ``` You can install the development version of cypress from [GitHub](https://github.com/) with: ``` r # install.packages("devtools") # devtools::install_github("renlyly/cypress") ``` ``cypress`` is currently on Bioconductor at https://bioconductor.org/packages/cypress/.