extract_row_dgRMatrix: Returns a row of a sparse matrix of class dgRMatrix. Function...

View source: R/sparse.R

extract_row_dgRMatrixR Documentation

Returns a row of a sparse matrix of class dgRMatrix. Function made by Ben Bolker and Ott Toomet (see https://stackoverflow.com/questions/47997184/)

Description

Returns a row of a sparse matrix of class dgRMatrix. Function made by Ben Bolker and Ott Toomet (see https://stackoverflow.com/questions/47997184/)

Usage

extract_row_dgRMatrix(m, i = 1)

Arguments

m

a sparse matrix of class dgRMatrix

i

the index of the row to return

Value

A row (numerical vector) of the sparse matrix


singleCellHaystack documentation built on Dec. 28, 2022, 1:29 a.m.