cbind: Column Binding of 'AnyHermesData' Objects

cbindR Documentation

Column Binding of AnyHermesData Objects

Description

[Stable]

This method combines AnyHermesData objects with the same ranges but different samples (columns in assays).

Arguments

...

(AnyHermesData)
objects to column bind.

Value

The combined AnyHermesData object.

Note

  • Note that this just inherits SummarizedExperiment::cbind,SummarizedExperiment-method(). When binding a AnyHermesData object with a SummarizedExperiment::SummarizedExperiment object, then the result will be a SummarizedExperiment::SummarizedExperiment object (the more general class).

  • Note that the combined object needs to have unique sample IDs (column names).

See Also

rbind to row bind objects.

Examples

a <- hermes_data[, 1:10]
b <- hermes_data[, 11:20]
result <- cbind(a, b)
class(result)

insightsengineering/hermes documentation built on March 11, 2024, 11:04 p.m.