labguru_ic50_upload | R Documentation |
Upload labguru ic50 analysis results to the server.
labguru_ic50_upload( table, name, results_dir, img_pdf, server = Sys.getenv("LABGURU_SERVER"), token = Sys.getenv("LABGURU_TOKEN") )
table |
data frame containing ic50 results |
name |
character(1) name of the analysis |
results_dir |
character(1) directory where ic50 results are stored |
img_pdf |
character(1) 'img' (default) or 'pdf' indicating whether result plots are uploaded as single images or pdf (as stored in results_dir) |
server |
character(1) indicating the server URL |
token |
character(1) access token for API authentication |
list() with upload information
# upload helper functionality
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.