Description Usage Arguments Value Examples
View source: R/appendGmtList.R
Append a GmtList object to another one
1 | appendGmtList(gmtList, newGmtList, ...)
|
gmtList |
A |
newGmtList |
Another |
... |
Further |
A new GmtList
list, with all elements in the input appended in the given order
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.