method: Describe a new method for analyzing gene position data.

View source: R/method.R

methodR Documentation

Describe a new method for analyzing gene position data.

Description

Describe a new method for analyzing gene position data.

Usage

method(id, name, description, help, func)

Arguments

id

Unique identifier for the method.

name

Human readable name.

description

Slightly longer description.

help

Context help for user interfaces.

func

Function to apply the method. The function should accept two parameters: an object of class geposan_preset as input and a function to report progress information to as a numeric value. The return value should be an object of class geposan_result.

Value

An object of class geposan_method.


johrpan/geposan documentation built on Feb. 28, 2025, 3:48 a.m.