Removes rows with more than thresh NA's from matrix
Usage
remove_na_rows(obj, thresh = 0)
Arguments
- obj
matrix or dataframe
- thresh
- maximum number of NA's / row - if more the row will be removed
See also
Other utilities:
INTERNAL_FUNCTIONS_BY_FAMILY,
effective_contaminant_pattern(),
effective_decoy_pattern(),
get_uniprot_id_from_fasta_header(),
is_contaminant(),
is_decoy(),
matrix_to_tibble(),
multigroup_volcano(),
names_to_matrix(),
pairs_smooth(),
panel_cor(),
table_facade()