Bioconductor Code: cypress (original) (raw)
# cypress 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") ``` ``cypress`` is currently on Bioconductor at https://bioconductor.org/packages/cypress/.