msigdb_gsets {hypeR}R Documentation

Download data from msigdb in the form of a gsets object

Description

Download data from msigdb in the form of a gsets object

Usage

msigdb_gsets(species, category, subcategory = "")

Arguments

species

A species to determine gene symbols (refer to ?msigdbr::msigdbr for avilable species)

category

Geneset category (refer to ?msigdbr::msigdbr for avilable categories)

subcategory

Geneset subcategory (refer to ?msigdbr::msigdbr for avilable subcategories)

Value

A gsets object

Examples

HALLMARK <- msigdb_gsets("Homo sapiens", "H", "")


[Package hypeR version 1.4.0 Index]