Skip to contents

[Stable]

See magrittr::%>% for details.

Usage

lhs %>% rhs

Value

The result of the corresponding function call.

Examples

hermes_data %>%
  filter() %>%
  normalize() %>%
  summary()
#> HermesData object with 18 samples of 2064 genes.
#> - Library sizes across samples: mean 1997557, median 2007086, range 1595589 to 2374075
#> - Included assays (6): counts cpm ... voom vst
#> - Additional gene information (3): GeneID SYMBOL chromosome_name
#> - Additional sample information (72): Filename SampleID ... TTYPE
#>   STDSSDY
#> - Low expression genes (0):
#> - Samples with too low depth or technical failures (0):