| plotGenoHeatmap | R Documentation | 
genotype heatmap
plotGenoHeatmap(
  obj,
  samples = NULL,
  markers = NULL,
  chrom = NULL,
  start = NULL,
  end = NULL,
  order = NULL,
  show.name = FALSE,
  cols = c("red", "green", "blue")
)
| obj | binmapr object | 
| samples | samples | 
| markers | markers | 
| chrom | chromosome/contig/scaffold name, vector | 
| start | start position, vector | 
| end | end position, vector | 
| order | chromosome order, vector equal length to chrom | 
| show.name | show sample name in heatmap | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.