analyze: Analyze genes based on position data.

View source: R/analyze.R

analyzeR Documentation

Analyze genes based on position data.

Description

Analyze genes based on position data.

Usage

analyze(preset, progress = NULL, include_results = TRUE)

Arguments

preset

The preset to use which should be created using preset().

progress

A function to be called for progress information. The function should accept a number between 0.0 and 1.0 for the current progress. If no function is provided, a simple text progress bar will be shown.

include_results

Whether to include the detailed results. If this is set to FALSE, only the scores are available.

Value

An object containing the results of the analysis with the following items:

preset

The preset that was used.

scores

Table containing all scores for each gene.

results

Results from the different methods including details.


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