removeFromGeMSBody: Message body to remove one or gene sets of the same source...

View source: R/GeMS.R

removeFromGeMSBodyR Documentation

Message body to remove one or gene sets of the same source and user from GeMS

Description

Message body to remove one or gene sets of the same source and user from GeMS

Usage

removeFromGeMSBody(
  setName = "",
  source = "",
  user = ribiosUtils::whoami(),
  subtype = ""
)

Arguments

setName

A vector of character strings, defining set names to be renamed. They must all have the same source, user, and subtype

source

Character string, source of the gene set(s)

user

Character string, user name

subtype

Character string, subtype of the gene set(s)

Value

A list of genesets to be removed, to be sent as message body

Examples

removeFromGeMSBody(setName=c("GS_A", "GS_B", "GS_C"), source="Test")

bedapub/ribiosGSEA documentation built on March 30, 2023, 3:26 p.m.