filt: Filter Data

View source: R/filt.R

filtR Documentation

Filter Data

Description

Just a wrapper for k over A filtering with k being the number of samples with values over A required to not be filtered out.

Usage

filt(x, k = NULL, A = NULL)

Arguments

x

Input expression matrix

k

Number of samples required to have values over that specified in A

A

Target value above which is required in k samples to be retained

Value

K over A filtered data


genejockey33000/typGumbo documentation built on July 20, 2023, 11:45 p.m.