SNPs_heatmap | R Documentation |
To generate the heatmap of all the SNPs that the user use in the analysis
SNPs_heatmap(Geno, show.variables = FALSE, x.axis.angel = 90)
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. |
Lai Jiang
data(MI.Rdata)
SNPs_heatmap(Geno = MI.Geno[, 1: 10], show.variable = TRUE, x.axis.angel = 90)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.