Description Usage Arguments Details Value See Also Examples
View source: R/primary_analysis.R
apply.Ct.filtering
takes raw Ct(Cp) values and applies mild postprocessing
to conform with current behavior of the analysis protocol.
1 | apply.Ct.filtering(vec)
|
vec |
Numeric vector of raw Ct values. |
The current filter applied is "Ct equal to 38 is set to NA". This is different than what's applied in the excel template (equal to 28, set to 0), but based on how the Cts are defined, the 28 criterion is actually a bug in the template. By inspection, it seems like the actual current protocol is to go through and manually blank entries that exceed some Ct threshold, possibly closer to 30. This function provides centralized control should that filter need to be adjusted in the future.
Numeric vector of input with some overlarge values set to NA.
read.export.datum()
for acquiring raw Ct values,
PrimaryAnalysis()
for construction of PrimaryAnalysis objects that use these processed Cts.
1 | filtered.data <- apply.Ct.filtering(raw.data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.