Description Objects from the Class Slots Methods Author(s) See Also Examples
A simple class representing an SQLite database representation of a VCF file for use with the oligoMask package
Objects can be created by calls of the form new("VcfDB", ...)
.
db.path
:Object of class "character"
containing the file path to the database
tbsl
:Object of class "TableSchemaList"
containing the schema of the database
start.var.table
:Object of class "character"
when determining how to join the tables in order to perform the masking procedure, the table to start from.
end.var.table
:Object of class "character"
when determining how to join the tables in order to perform the masking procedure, the table to end at.
var.mask.probe.id
:Object of class "character"
column that the variant mask database uses to denote the probe ID
var.mask.var.id
:Object of class "character"
column that the variant mask database uses to denote each variant
signature(obj = "VcfDB")
: Returns the filename
signature(obj = "VcfDB")
: Returns the TableSchemaList
object
Daniel Bottomly
1 2 3 4 | temp.vcf.db <- new("VcfDB", db.path=om.db.file(), tbsl=SangerTableSchemaList())
vcfDb(temp.vcf.db)
tbsl(temp.vcf.db)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.