add_to_database: Add to Existing Gene Set Database

Description Usage Arguments Value Examples

View source: R/gene_input.R

Description

The function add_to_database returns a database comprised of an existing database and new data, which are paramters provded by the user. The dataset that results from this function will be formatted to be compatible with GSEA functions.

Usage

1
add_to_database(database = "", addition = "")

Arguments

database

Formatted existing database.

addition

Gene sets to be added to existing database.

Value

A formatted database with new sets included.

Examples

1
2
3
add_to_database(database=hallmark.gs,addition=new_geneset)

add_to_database(database=custom_db,addition=new_geneset)

kelsiereinaltt/GSEAplot documentation built on Aug. 9, 2021, 2:58 a.m.