rowDataToDF {scp}R Documentation

Extract the rowData of a QFeatures object to a DataFrame

Description

This function is deprecated. You should rather use [QFeatures::rbindRowData]

Usage

rowDataToDF(object, i, vars)

Arguments

object

A QFeatures object

i

A numeric() or character() vector indicating from which assays the rowData should be taken.

vars

A character() vector indicating which variables from the rowData should be extracted.

Value

A DataFrame object with the rowData row-binded over the required assays.


[Package scp version 1.3.3 Index]