findRows: Find rows by row names

Description Usage Arguments Examples

View source: R/findRows.R

Description

findRows() return specified rows in a matrix or dataframe by specifying the corresponding rownames.

Usage

1
findRows(row_names, matrix)

Arguments

row_names

a vector of rowname(s) of row(s) to return

matrix

matrix or dataframe

Examples

1
findRows("myrowname", mydataframe)

jacobheng/cellwrangler documentation built on Aug. 12, 2019, 6:49 a.m.