est_prop: Test Estimated Cell Type Proportions

est_propR Documentation

Test Estimated Cell Type Proportions

Description

A test dataset of estimated proportions for 5 cell types over 100 samples.

Usage

est_prop

Format

A data.frame object.

Details

11.62 kB

These are the columns of the data.frame object:

  • cell_A: estimated proportions for cell type A

  • cell_B: estimated proportions for cell type B

  • cell_C: estimated proportions for cell type C

  • cell_D: estimated proportions for cell type D

  • cell_E: estimated proportions for cell type E

Source

https://github.com/LieberInstitute/brainstorm/blob/master/data-raw/est_prop.R

Examples

## R Note that the `rowSums(est_prop)` is equal to 1,
## with a small error tolerance.
data("est_prop")
summary(rowSums(est_prop) - 1)

## You can check this yourself with:
all(round(rowSums(est_prop), 3) == 1)


lahuuki/DeconvoBuddies documentation built on Nov. 2, 2024, 10:40 p.m.