Entering edit mode
rached
▴
60
@rached-14655
Last seen 4.1 years ago
I receive an error when I attempt to load the latest version of the MSigDB xml file (version 6.1):
> MSigDB <- getBroadSets('msigdb_v6.1.xml'); Error: 'getBroadSets' failed to create gene sets: invalid BroadCollection category: 'archived'
Is anyone aware of a possible solution?
> sessionInfo(); R version 3.3.2 (2016-10-31) Platform: x86_64-apple-darwin13.4.0 (64-bit) Running under: macOS 10.13.1 locale: [1] en_CA.UTF-8/en_CA.UTF-8/en_CA.UTF-8/C/en_CA.UTF-8/en_CA.UTF-8 attached base packages: [1] stats4 parallel stats graphics grDevices utils datasets methods base other attached packages: [1] GSEABase_1.36.0 graph_1.52.0 annotate_1.52.1 XML_3.98-1.9 AnnotationDbi_1.36.2 IRanges_2.8.2 S4Vectors_0.12.2 [8] Biobase_2.34.0 BiocGenerics_0.20.0 loaded via a namespace (and not attached): [1] Rcpp_0.12.14 digest_0.6.13 bitops_1.0-6 xtable_1.8-2 DBI_0.7 RSQLite_2.0 rlang_0.1.4 blob_1.1.0 tools_3.3.2 bit64_0.9-7 [11] RCurl_1.95-4.8 bit_1.1-12 memoise_1.1.0 tibble_1.3.4
getBroadSets successfully ran after I updated R and GSEABase to match the versions you mentioned.
Thank you!