calcMixture: Wrapper to calculate sensitivity profile

Description Usage Arguments Value Author(s) See Also

View source: R/calcMixture.R

Description

A wrapper to return the sensitivity information for the intersected PSets across cells and drugs.

Usage

1
2
3
4
5
6
calcMixture(
  sensitivity.tibb,
  drug.names = NULL,
  prior_proportion = 0.8,
  sd_na_val = 0.02
)

Arguments

drug.names

List of drugs to fit model to

prior_proportion

Proportion of cells believed to be sensitive, per drug, to use as a prior

sd_na_val

Avoid collapsing SD by setting poserior SD to this value

sensitivitiy.tibb

Tibble containing sensitivity information, drugs, and cells

Value

List of tibbles; one containing posterior estimates and one containing estimated parameters

Author(s)

Matthew Ploenzke, ploenzke@g.harvard.edu

See Also

intersectPSetWrapper


mPloenzke/PharmacoMixtuR documentation built on Feb. 3, 2022, 12:13 p.m.