filter.low {metaseqR}R Documentation

Filtering helper

Description

Low score filtering function. Internal use.

Usage

    filter.low(x, f)

Arguments

x

a data numeric matrix.

f

a threshold.

Author(s)

Panagiotis Moulos

Examples

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

[Package metaseqR version 1.26.0 Index]