appendGmtList: Append a GmtList object to another one

Description Usage Arguments Value Examples

View source: R/appendGmtList.R

Description

Append a GmtList object to another one

Usage

1
appendGmtList(gmtList, newGmtList, ...)

Arguments

gmtList

A GmtList object

newGmtList

Another GmtList object to be appended

...

Further GmtList object to be appended

Value

A new GmtList list, with all elements in the input appended in the given order

Examples

1
2
3
4
5
test_gmt_file<- system.file("extdata/test.gmt", package="BioQC")
testGmtList1 <- readGmt(test_gmt_file, namespace="test1")
testGmtList2 <- readGmt(test_gmt_file, namespace="test2")
testGmtList3 <- readGmt(test_gmt_file, namespace="test3")
testGmtAppended <- appendGmtList(testGmtList1, testGmtList2, testGmtList3)

Accio/BioQC documentation built on Jan. 27, 2022, 10:45 p.m.