filter {geneExpression} R Documentation

Filter the geneID rows

Description

Usage

filter(HTS,
    geneId = NULL,
    instr = NULL,
    exclude = FALSE);

Arguments

HTS

[as Matrix]

geneId

[as string]

exclude

matrix a subset of the data matrix excepts the input geneId features or just make a subset which just contains the input geneId. [as boolean]

instr

a text pattern for search the gene id of the matrix feature rows, this parameter will be used when the geneId. [as string]

env

[as Environment]

Details

Authors

phenotype_kit

Value

A new expression matrix object that consist with gene feature rows subset from the original matrix input.

clr value class

Examples


[Package geneExpression version 1.0.0.0 Index]