Description Usage Arguments Details Value
Create all required SRA metadata in one go from the given data frames and
returns list of resulting data frames. This encapsulates both
build_biosamples_from_template
and
build_metadata
.
1 2 3 4 |
package_name |
name of BioSample Package for the template to use, as either the display name (e.g., "MIGS: cultured bacteria/archaea, human-associated; version 4.0") or the short name (e.g., "MIGS.ba.human-associated.4.0") |
biosample_attrs |
data frame of existing sample metadata to draw from
for biological samples. Any names given in the |
biosample_col_pairs |
named vector of column names in the existing data frame with names set to column names in the new data frame. Vector names that don't match known column names signify custom columns to add. |
biosample_constants |
vector of field names to match to constant values for all samples. |
metadata_attrs |
data frame of existing library metadata to draw from,
analagous to |
metadata_col_pairs |
named vector for metadata, as for
|
metadata_constants |
named vector for metadata, as for
|
submission_accession |
the accession assigned by the submission portal for the submission, like "SUB####". Will be attached to the output data frames as an attribute if given. |
If there is a one-to-one match between biological samples and sequencer
samples, metadata_attrs
can be left out and biosamples_attrs
will be used for both spreadsheets.
list of data frames for BioSample Attributes and SRA Metadata.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.