- Use DisGeNET information to categorize analytes. Use the disgenet2r package.
- This is what SomaLogic used on their 11K assay infosheet.
- It uses information from PANTHER.
- The SomaLogic menu has all analytes in the 7K and 11K panels.
- To deploy a serverless app (where
shiny
is the directory containing the app, andsite
is where the static site will be generated):
shinylive::export('shiny', 'site')
- This could also be served up and tested locally with:
httpuv::runStaticServer('site/')