Learn R Programming

iheatmapr (version 0.7.1)

iheatmap_list_utils: S4 List Utils for Iheatmap classes

Description

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

Usage

# S4 method for IheatmapList
length(x)

# S4 method for IheatmapList as.list(x)

# S4 method for IheatmapList [(x, i)

# S4 method for IheatmapList [(x, i) <- value

# S4 method for IheatmapList [[(x, i)

# S4 method for IheatmapList [[(x, i) <- value

# S4 method for IheatmapList $(x, name)

# S4 method for IheatmapList $(x, name) <- value

# S4 method for IheatmapList names(x)

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

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

# S4 method for 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?