Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

filtering

Filter data before feeding som algorithm for gene expression data


Description

Filtering data by certain floor, ceiling, max/min ratio, and max - min difference.

Usage

filtering(x, lt=20, ut=16000, mmr=3, mmd=200)

Arguments

x

a data frame or matrix of input data.

lt

floor value replaces those less than it with the value

ut

ceiling value replaced those greater than it with the value

mmr

the max/min ratio, rows with max/min < mmr will be removed

mmd

the max - min difference, rows with (max - min) < mmd will be removed

Value

An dataframe or matrix after the filtering

Author(s)

Jun Yan <jyan@stat.uiowa.edu>

See Also


som

Self-Organizing Map

v0.3-5.1
GPL (>= 3)
Authors
Jun Yan <jyan@stat.uconn.edu>
Initial release
2010-04-08

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.