Description Usage Arguments Value
Performs fts search on the data frame according to the query, only searching in the columns corresponding to specified accession levels of interest
1 2 3 4 5 | .filterSRAByTermByAccessionLevel(
query,
df,
acc_levels = c("run", "experiment", "sample")
)
|
query |
Query to be passed to MATCH operator (for fts) |
df |
Data frame to be filtered |
acc_levels |
Accession levels to search within (choose from: run, experiment, sample, study; defaults to c("run", "experiment", "sample")) |
Filtered df (containing only rows matching query within specified accession levels)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.