highly_expressed_gene_virtual_table: create virtual table of only highly expressed gene regions in...

View source: R/sample_genotype_db_functions.R

highly_expressed_gene_virtual_tableR Documentation

create virtual table of only highly expressed gene regions in the db

Description

create virtual table of only highly expressed gene regions in the db

Usage

highly_expressed_gene_virtual_table(
  highly_expressed_gene_ranges,
  db_path,
  sample_viewname,
  tablename = "sample_genotype"
)

Arguments

highly_expressed_gene_ranges

a GRangeList of regions over which to create a virtual table (a subset of the entire table)

db_path

a path, eg /path/to/sample_geno_db.sqlite, to where you'd like to create the sqlite database file

sample_viewname

name of the sample view table in the db

tablename

name of the table from which to make the sample view


cmatKhan/mislabels documentation built on May 11, 2022, 9:39 p.m.