epict_drop_na_ct: Drop Ct values with no data

View source: R/preprocess.R

epict_drop_na_ctR Documentation

Drop Ct values with no data

Description

Drop Ct values with no data

Usage

epict_drop_na_ct(obs)

Arguments

obs

A data.frame with a numeric ct_value variable.

Value

The input data.table with NA values dropped.

Author(s)

Sam Abbott

See Also

Preprocessing functions epict_check_obs(), epict_check_raw_obs(), epict_clean_factors(), epict_filter_ids(), epict_flag_spurious_obs(), epict_make_time_rel_to_first_uncensored(), epict_make_time_rel()

Examples

obs <- data.frame(ct_value = c(1, NA, 2))
epict_drop_na_ct(obs)

seabbs/epict documentation built on July 3, 2023, 6:42 a.m.