addGeneStatistics: addGeneStatistics

Description Usage Arguments Details Value Examples

Description

adds gene statistics to the giotto object

Usage

1
2
3
4
5
6
addGeneStatistics(
  gobject,
  expression_values = c("normalized", "scaled", "custom"),
  detection_threshold = 0,
  return_gobject = TRUE
)

Arguments

gobject

giotto object

expression_values

expression values to use

detection_threshold

detection threshold to consider a gene detected

return_gobject

boolean: return giotto object (default = TRUE)

Details

This function will add the following statistics to gene metadata:

Value

giotto object if return_gobject = TRUE

Examples

1
2
3

bernard2012/Giotto documentation built on Sept. 22, 2020, 10:29 a.m.