SubsetRow: Return a subset of rows for a matrix or data frame

Description Usage Arguments Value

Description

Return a subset of rows for a matrix or data frame

Usage

1
SubsetRow(data, code, invert = FALSE)

Arguments

data

Matrix or data frame with row names

code

Pattern for matching within row names

invert

Invert the search?

Value

Returns a subset of data. If invert = TRUE, returns data where rownames do not contain code, otherwise returns data where rownames contain code


mayer-lab/SeuratForMayer2018 documentation built on May 25, 2019, 9:34 p.m.