filter.removeZeroSumRows: Removes all rows of a matrix or dataframe where the row sum...

View source: R/filter.removeZeroSumRows.R

filter.removeZeroSumRowsR Documentation

Removes all rows of a matrix or dataframe where the row sum is zero.

Description

This function reduces an RNAseq data set by removing all rows that sum to zero. These rows represent genes that were not expressed in any sample/condition.

Usage

filter.removeZeroSumRows(data)

Arguments

data

A dataframe or matrix containing the data to reduce.

Value

A matrix of raw read counts without rows that summed to zero

Author(s)

Amy L. Olex alolex@vcu.edu

Examples

data <- filter.removeZeroSumRows(data)

AmyOlex/RNASeqBits documentation built on Jan. 26, 2024, 7:08 a.m.