rvatViewer.Rd
Interactively explore results of variant/burden testing
rvatViewer(results, CHROM = NULL, POS = NULL)
Can be 1) an object of class rvbResult
or singlevarResult
,
2) a filepath to an SQL-database,
3) a data.frame
, or 4) a list of objects of class rvbResult
, singlevarResult
, or data.frame
if the name of the column that specifies the chromosome is not named CHROM
,
the column name can be specified here.
if the name of the column that specifies the chromosomal position is not named POS
,
the column name can be specified here.