sesameQC_plotHeatSNPs | R Documentation |
Plot SNP heatmap
sesameQC_plotHeatSNPs(sdfs, cluster = TRUE, filter.nonvariant = TRUE)
sdfs |
beta value matrix, row: probes; column: samples |
cluster |
show clustered heatmap |
filter.nonvariant |
whether to filter nonvariant (range < 0.3) |
a grid graphics object
sdfs <- sesameDataGet("EPIC.5.SigDF.normal")[1:2]
plt <- sesameQC_plotHeatSNPs(sdfs, filter.nonvariant = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.