labguru_ic50_upload: Labguru ic50 upload

View source: R/ic50.R

labguru_ic50_uploadR Documentation

Labguru ic50 upload

Description

Upload labguru ic50 analysis results to the server.

Usage

labguru_ic50_upload(
  table,
  name,
  results_dir,
  img_pdf,
  server = Sys.getenv("LABGURU_SERVER"),
  token = Sys.getenv("LABGURU_TOKEN")
)

Arguments

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

Value

list() with upload information

Examples

# upload helper functionality

BioData/LabguruR documentation built on May 11, 2022, 11:46 p.m.