R/sample_genotype_db_functions.R
highly_expressed_gene_virtual_table.Rd
create virtual table of only highly expressed gene regions in the db
highly_expressed_gene_virtual_table(
highly_expressed_gene_ranges,
db_path,
sample_viewname,
tablename = "sample_genotype"
)
a GRangeList of regions over which to create a virtual table (a subset of the entire table)
a path, eg /path/to/sample_geno_db.sqlite, to where you'd like to create the sqlite database file
name of the sample view table in the db
name of the table from which to make the sample view