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
| Maintainer | Shilin Yu <sy597@georgetown.edu> |
| Author | Shilin Yu [aut, cre] (ORCID: <https://orcid.org/0000-0002-5494-1960>), Guanqun Meng [aut], Wen Tang [aut] |
| License | GPL-2 | GPL-3 |
| URL | https://github.com/renlyly/cypress |
| Bug Reports | https://github.com/renlyly/cypress/issues |
| Downloads rank | 193 |
| Source branch | RELEASE_3_23 |
| biocViews | DataImport, 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