Skip to contents

calculate medians across rows of dataframe

Usage

calculateGeneWiseMedians(count_df)

Arguments

count_df

could be any numeric dataframe, but in this context it will typically be a count (raw or log2) df

Value

a vector of row-wise medians (length == nrow of input df)