SNPs_heatmap: Heatmap for all the SNPs used in the analysis

View source: R/helper.R

SNPs_heatmapR Documentation

Heatmap for all the SNPs used in the analysis

Description

To generate the heatmap of all the SNPs that the user use in the analysis

Usage

SNPs_heatmap(Geno, show.variables = FALSE, x.axis.angel = 90)

Arguments

Geno

The reference panel (Geno) of the SNPs that the user use in the analysis, such as 1000 Genome

show.variables

Select to show the variables name or not. Default set to be FALSE.

x.axis.angel

The angel for displaying the X axis. Default set to be 90.

Author(s)

Lai Jiang

Examples

data(MI.Rdata)
SNPs_heatmap(Geno = MI.Geno[, 1: 10], show.variable = TRUE, x.axis.angel = 90)

USCbiostats/hJAM documentation built on Jan. 26, 2024, 5:27 p.m.