The SRA web interface will not allow a spreadsheet to be uploaded that contains more than 1000 rows, for both BioSample Attributes and Metadata (even though the documentation just says "1000 samples.") https://www.ncbi.nlm.nih.gov/sra/docs/submitportal/ This will take a submission list pair of biosample/metadata data frames and split each into its own list, keeping the number of rows below 1000 for all output data frames. The resulting spreadsheets will need to be uploaded in separate submissions under the same BioProject. The data frames here will be organized so a given sample has all of its data in the same "chunk."
1 | chunk_submission(submission, rowsmax = 1000)
|
submission |
list of submission data, as created by
|
rowsmax |
maximum number of rows to be permitted in each chunk (spreadsheet). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.