get.ProtInfo: Get row metadata

Description Usage Arguments Details Note

Description

Get linked row metadata from a matrix or data frame

Usage

1
get.ProtInfo(dataset)

Arguments

dataset

Matrix or data frame

Details

IF set to NULL, no handler is called.

Note

When called with an M-row dataset that has an attribute called "Row_Metadata" set to c(table = table_name, key = key_name), where table_name is the name of an existing row metadata table and key_name is the name of the primary ID key, this function will return the M x N "ProtInfo" table, where the first column is identical to the rownames of the dataset, and the other columns are the other row metadata fields.


DanteR documentation built on May 2, 2019, 6:11 p.m.

Related to get.ProtInfo in DanteR...