postQcSheet | R Documentation |
using the package httr, post the new qc sheet to the database
postQcSheet(
database_qc_url,
auth_token,
run_number,
new_qc_path,
fastq_table_path
)
database_qc_url |
eg database_info$kn99_urls$QualityAssess.
see |
auth_token |
|
run_number |
the run number of this qc sheet – this is important b/c fastqFileNames aren't necessarily unique outside of their runs |
new_qc_path |
path to the new counts csv |
fastq_table_path |
path to a recent pull of the database fastq table |
a list of httr::response() objects
there can be problems with dependencies and the rename function. this is working for now, but see here for more info https://statisticsglobe.com/r-error-cant-rename-columns-that-dont-exist
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.