loadGSDF: Original load gene set data.frame

View source: R/l.R

loadGSDFR Documentation

Original load gene set data.frame

Description

Not exported due to naming issues. Kept as it is used in several loading functions.

Usage

loadGSDF(gene_set_path = NULL, verbose = TRUE)

Arguments

gene_set_path

Character value (or NULL). Specifies the path to a .RDS-file containing a data.frame that is to be used as input for slot @used_genesets.

Must have the character-variables

  • 'ont': The gene set names.

  • 'gene': The belonging gene names.

If set to NULL the default gene-set data.frame will used. Run ?gsdf to get more information.

verbose

Logical. If set to TRUE informative messages regarding the computational progress will be printed.

(Warning messages will always be printed.)


kueckelj/SPATA2 documentation built on March 16, 2024, 10:25 a.m.