Description Usage Arguments Value Examples
Find SRA column names corresponding to accession levels (ORI)
1 2 3 4 5  | .findSRAAccessionLevelColumnNames(
  acc_levels = c("run", "experiment", "sample", "study"),
  add_run_accession = TRUE,
  table_name = "sra_ft"
)
 | 
acc_levels | 
 Accession levels  | 
add_run_accession | 
 Logical indicating whether to add run_accession column name  | 
table_name | 
 A character with table name  | 
Vector with column names
NOTE: works on the original column names (from the database)
1  | # .findSRAAccessionLevelColumnNames("run")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.