Skip to contents

[Stable]

This method combines AnyHermesData objects with the same samples but different features of interest (rows in assays).

Arguments

...

(AnyHermesData)
objects to row bind.

Value

The combined AnyHermesData object.

Note

See also

cbind to column bind objects.

Examples

a <- hermes_data[1:2542, ]
b <- hermes_data[2543:5085, ]
result <- rbind(a, b)
class(result)
#> [1] "HermesData"
#> attr(,"package")
#> [1] "hermes"