function which takes a file tibble and for each file, generates a SummarizedExperiment and extracts cell annotation, gene annotation, assay, and experiment level data into a specified relational database
helper function for processing a single file and inserting it's information into the database; all data in the same tables
1 2 3 | files_to_db(file_tbl = NULL)
.single_file_to_db_compact(file_path, fileId, version, projectTitle, projectId)
|
file_tbl |
tbl_hca tibble of files as returned by hca::files() |
file_path |
character() location of experiment output file |
fileId |
character() unique identifier of file |
version |
character() file version |
projectTitle |
character() title of file's associated project |
projectId |
character() unique identifier of the file's associated project |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.