discard_lowCounts_df: Discard low counts in dataframe

View source: R/DE_functions.R

discard_lowCounts_dfR Documentation

Discard low counts in dataframe

Description

This functions discard low counts in a dataframe with any non-numeric column

Usage

discard_lowCounts_df(df_given, min_count = 10)

Arguments

df_given

Dataframe to pase

min_count

Minimum count to use as cutoff (Default: 10).


HCGB-IGTP/HCGB.IGTP.DAnalysis documentation built on April 13, 2025, 12:03 a.m.