fuma: run fuma

Usage Arguments Examples

View source: R/fuma.R

Usage

1
fuma(object, gene_list_bed_file, egm = FALSE, strand_specific_matching = FALSE)

Arguments

object
gene_list_bed_file
egm
strand_specific_matching

Examples

1
2
3
4
5
6
7
8
9
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (object, gene_list_bed_file, egm = FALSE, strand_specific_matching = FALSE) 
{
    UseMethod("fuma", object)
  }

yhoogstrate/FuMaR documentation built on May 4, 2019, 2:33 p.m.