Learn R Programming

GESE (version 2.0.0)

database: database file in example

Description

a data frame containing the GENE and MAF information for the variants under consideration in the public reference database.

Usage

data("database")

Arguments

Format

A data frame of 20 observations on the following 3 variables.

Source

Randomly simulated data.

Details

A data frame containing the information for all the variants satisfying the same filtering criteria in the chosen reference genome. It should include at least three columns with these names: SNP (unique SNP ID), GENE (gene name), MAF (minor allele frequency for the variant in reference database for the corresponding population).

Examples

Run this code
data(database)

Run the code above in your browser using DataLab