View source: R/filterNoisyCurves.R
filterNoisyCurves | R Documentation |
Viability measurements in dose-reponse curves must remain stable or decrease monotonically reflecting response to the drug being tested. filterNoisyCurves flags dose-response curves that strongly violate these assumptions.
filterNoisyCurves(
pSet,
epsilon = 25,
positive.cutoff.percent = 0.8,
mean.viablity = 200,
nthread = 1
)
pSet |
PharmacoSet a PharmacoSet object |
epsilon |
|
positive.cutoff.percent |
|
mean.viablity |
|
nthread |
|
a list with two elements 'noisy' containing the rownames of the noisy curves, and 'ok' containing the rownames of the non-noisy curves
data(GDSCsmall)
filterNoisyCurves(GDSCsmall)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.