Removes lowly expressed genes
Arguments
- data
A tibble or data.frame containing columns:
target_id (character): Transcript identifiers
time (numeric): Time point of measurement
counts (numeric): Read counts
- min_reads
minimum reads per transcript per sample
- min_prop
minimum proportion of samples that exceed
min_read
at a given time point (default: 3/5)
Details
Identifies targets that show strong and consistent expression in at least one timepoint.
For each timepoint, the function calculates the proportion of samples
where a targets exceeds min_reads
. Targets are retained if they meet
the minimum proportion (min_prop
) at any timepoint in the experiment.