show_mhandlers: Function to show all avaliabe mhandler function

Description Usage Arguments Examples

View source: R/handler.R

Description

Function to show all avaliabe mhandler function

Usage

1
2
3
4
show_mhandlers(mhandler_lib = "default_mhandlers",
  show_all_funs = TRUE, show_code = NULL, show_description = FALSE,
  mhandler_confg_file = system.file("extdata", "config/mhandler.toml",
  package = "ngstk"))

Arguments

mhandler_lib

handler lib name

show_all_funs

Default is TRUE and to show all functions in the handler_lib

show_code

Default is NULL, select handler you want to see its source code

show_description

Default is FALSE

mhandler_confg_file

ngstk handler configuration file path, default is system.file('extdata', 'config/handler.toml', package = 'ngstk')

Examples

1
2
3
show_mhandlers(show_description = TRUE)
show_mhandlers(show_description = FALSE, show_all_funs = FALSE, 
             show_code = 'mhandler_fusions_anyfull_match')

JhuangLab/ngstk documentation built on May 28, 2019, 12:43 p.m.