| gsva_use_new_api | R Documentation |
Detects whether the installed GSVA package supports the new parameter-based API (gsvaParam/ssgseaParam) or the old direct argument API. This function is used internally to ensure compatibility across different GSVA package versions (1.50.0+ vs older versions).
gsva_use_new_api()
A list with two elements: - 'use_new_api': Logical indicating whether to use the new API ('TRUE') or old API ('FALSE') - 'gsva_version': Character string of the installed GSVA version, or '"not installed"' if not available
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.