fuma_1: fuma_1

Usage Arguments Examples

Usage

1
FuMa(binary = "fuma", egm = FALSE, strand_specific_matching = FALSE)

Arguments

binary
egm
strand_specific_matching

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
##---- 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 (binary = "fuma", egm = FALSE, strand_specific_matching = FALSE) 
{
    me <- list(binary = binary, egm = egm, strand_specific_matching = strand_specific_matching, 
        datasets = c(), dataset_names = c(), dataset_exported_files = c())
    class(me) <- append(class(me), "FuMa")
    return(me)
  }

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