filter_protein.RdData filtering function
filter_protein(matrix, groups, min_sample = 0.5, at_least_one = FALSE)data frame containing LOG2 data
A character vector dictating the grouping
minimum % of samples that should have non missing protein value, or else the protein is excluded
TRUE means to keep the row if min_count is met for at least one condition, FALSE means min_count must be met across all groups for retention
Filtered protein matrix
Other Pre-processing:
batch_correction_protein(),
combat_correction(),
generate_multiassay(),
median_centering_correction(),
process_protein(),
process_rna()