Learn R Programming

metaseqR (version 1.12.2)

filter.low: Filtering helper

Description

Low score filtering function. Internal use.

Usage

filter.low(x, f)

Arguments

x
a data numeric matrix.
f
a threshold.

Examples

Run this code
data("mm9.gene.data",package="metaseqR")
counts <- as.matrix(mm9.gene.counts[,9:12])
f <- filter.low(counts,median(counts))

Run the code above in your browser using DataLab