util.filtersqlite | R Documentation |
util.filtersqlite
util.filtersqlite( paths = NULL, out = ".", suffix = "filtered", filterpath = NULL, filtersql = NULL, includesample = NULL, excludesample = NULL )
A boolean. TRUE if successful, FALSE if not
# Filter an analysis result file with an SQL filter set #roakvar::util.filtersqlite(paths="example.sqlite", # filtersql='base__so=="MIS" and gnomad__af>0.01') # Filter two analysis result files with a filter definition file #roakvar::util.filtersqlite(paths=list("example1.sqlite", # "example2.sqlite"), filterpath="filter.json")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.