These are utility methods for list-like classes in the package.
# 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)
input
function to apply to each element of x
additional arguments
template for return value from FUN
logical, use names?