do.list.switch: List switch or inversion

View source: R/do.list.switch.R

do.list.switchR Documentation

List switch or inversion

Description

List switch or inversion

Usage

do.list.switch(dat)

Arguments

dat

NO DEFAULT. A list of vectors that you wish to switch/invert

Value

Returns a data.table of the switched/inverted li

Author(s)

Thomas M Ashhurst, thomas.ashhurst@sydney.edu.au

References

https://sydneycytometry.org.au/spectre.

Examples

lst <- list("A" = c(1,2,3), "B" = c(4,5,6), "C" = c(7,8,9))
lst

res <- do.list.switch(lst)
res


ImmuneDynamics/Spectre documentation built on Nov. 12, 2023, 8:12 a.m.