Bioc2026 Registration Open!

cypress

Cell-Type-Specific Power Assessment

Bioconductor version: 3.23 · Package version: 1.8.0

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. It takes the input of a SummarizeExperimental(SE) object with observed mixture data (feature by sample matrix), and the cell-type mixture proportions (sample by cell-type matrix). It can solve the cell-type mixture proportions from the reference free panel from TOAST and conduct tests to identify cell-type-specific differential expression (csDE) genes.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("cypress")

Details

MaintainerShilin Yu <sy597@georgetown.edu>
AuthorShilin Yu [aut, cre] (ORCID: <https://orcid.org/0000-0002-5494-1960>), Guanqun Meng [aut], Wen Tang [aut]
LicenseGPL-2 | GPL-3
URLhttps://github.com/renlyly/cypress
Bug Reportshttps://github.com/renlyly/cypress/issues
Downloads rank193
Source branchRELEASE_3_23
biocViewsDataImport, GeneExpression, RNASeq, Sequencing, Software

Documentation

Download

Dependencies

Depends: R (>= 4.4.0)

Imports: stats, abind, sirt, MASS, TOAST, tibble, parallel, preprocessCore, SummarizedExperiment, TCA, PROPER, methods, dplyr, utils, RColorBrewer, graphics, edgeR, BiocParallel, checkmate, mvtnorm, DESeq2, rlang, e1071

Suggests: knitr, rmarkdown, MatrixGenerics, htmltools, RUnit, BiocGenerics, BiocManager, BiocStyle, Biobase