EzAppTophat-class: The R5 class representing a runnable app using...

EzAppTophat-classR Documentation

The R5 class representing a runnable app using ezMethodTophat(input=NA, output=NA, param=NA)()

Description

Use this reference class to run

Arguments

input

a list, file path or an object of the class EzDataset containing the input.

output

a list, file path or an object of the class EzDataset containing the output information.

param

a list of parameters to customize the application run.

Fields

runMethod

the function that will be executed in the run method.

name

the name of the application.

appDefaults

the defaults to run the application with.

Methods

initialize()

Initializes the application using its specific defaults.

Functions

  • ezMethodTophat(input=NA, output=NA, param=NA) : The function to run this application.

Author(s)

Rehrauer, Hubert

Schmid, Peter

See Also

EzApp

EzDataset

getBowtie2Reference

ezMethodTrim


uzh/ezRun documentation built on March 28, 2024, 8:44 a.m.