excludeZeroSumRowCol: excludeZeroSumRowCol: Remove rows and columns where the...

Description Usage Arguments Value Examples

Description

excludeZeroSumRowCol: Remove rows and columns where the rowSum or colSum is zero

Usage

1

Arguments

x

a matrix or data.frame

Value

matrix where rowSum(x) and colSum(x) >0

Examples

1
2
3
4
mm<-matrix(c(1:30, rep(0, 10)), ncol=4, nrow=10)
mm[4,]<-0
mm
excludeZeroSumRowCol(mm)

aedin/KidneyMarkerGenes documentation built on May 9, 2019, 3:54 a.m.