get_regulon_thresholds | R Documentation |
Get the AUC thresholds for the regulons in the given loom file
get_regulon_thresholds(loom, only.selected = TRUE)
loom |
.loom file name |
onlySelected |
Whether to return only the selected threshold for each regulon (as vector), or also the alternative thresholds calculated by AUCell (as list). |
loomPath <- file.path(system.file('extdata', package='SCopeLoomR'), "example.loom") loom <- open_loom(loomPath) thresholds <- get_regulon_thresholds(loom) head(thresholds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.