Skip to content

IDSS-NIAID/CHI-power

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes

  • Use DisGeNET information to categorize analytes. Use the disgenet2r package.
  • 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, and site 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/')