Description Usage Arguments Value See Also
View source: R/Search_Anywhere.R
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 | filterByTermByAccessionLevel(
query,
df,
acc_levels = c("run", "experiment", "sample", "gsm")
)
|
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, gsm, gse); defaults to c("run", "experiment", "sample", "gsm") |
Filtered df (containing only rows matching query within specified accession levels)
Other Workflow functions:
addMissingSamples()
,
convertAccession()
,
filterByTerm()
,
searchForAccession()
Other Manipulation functions:
filterByTerm()
,
orderDFAccessions()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.