iheatmap_list_utils: S4 List Utils for Iheatmap classes

iheatmap_list_utilsR Documentation

S4 List Utils for Iheatmap classes

Description

These are utility methods for list-like classes in the package.

Usage

## S4 method for signature 'IheatmapList'
length(x)

## S4 method for signature 'IheatmapList'
as.list(x)

## S4 method for signature 'IheatmapList'
x[i]

## S4 replacement method for signature 'IheatmapList'
x[i] <- value

## S4 method for signature 'IheatmapList'
x[[i]]

## S4 replacement method for signature 'IheatmapList'
x[[i]] <- value

## S4 method for signature 'IheatmapList'
x$name

## S4 replacement method for signature 'IheatmapList'
x$name <- value

## S4 method for signature 'IheatmapList'
names(x)

## S4 replacement method for signature 'IheatmapList'
names(x) <- value

## S4 method for signature 'IheatmapList'
lapply(X, FUN, ...)

## S4 method for signature 'IheatmapList'
vapply(X, FUN, FUN.VALUE, ..., USE.NAMES = TRUE)

Arguments

x

input

FUN

function to apply to each element of x

...

additional arguments

FUN.VALUE

template for return value from FUN

USE.NAMES

logical, use names?


iheatmapr documentation built on May 29, 2024, 8:55 a.m.