extractRownames2: Extracts row names and filters based on 2 columns

Description Usage Arguments

View source: R/extractRownames2.R

Description

Extracts row names and filters based on 2 columns

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
extractRownames2(
  data,
  transpose = F,
  column1,
  lower1,
  threshold1,
  column2,
  lower2,
  threshold2
)

Arguments

data

data frame

transpose

transpose data

column1

column 1 to be used

lower1

lower or upper limit 1

threshold1

threshold for filtering 1

column2

column 2 to be used

lower2

lower or upper limit 2

threshold2

threshold for filtering 2


nicohuttmann/htmnanalysis documentation built on Dec. 6, 2020, 3:02 a.m.