itemAnnotations {mgsa}R Documentation

Item annotations of a MgsaSets

Description

Item annotations of a MgsaSets.

Usage

itemAnnotations(sets, items)

## S4 method for signature 'MgsaSets,missing'
itemAnnotations(sets, items)

## S4 method for signature 'MgsaSets,character'
itemAnnotations(sets, items)

Arguments

sets

an instance of class MgsaSets.

items

character an optional vector specifying the items of interest.

Value

a data.frame: the item annotations.


[Package mgsa version 1.38.0 Index]