plotGenoHeatmap: genotype heatmap

View source: R/plotting.R

plotGenoHeatmapR Documentation

genotype heatmap

Description

genotype heatmap

Usage

plotGenoHeatmap(
  obj,
  samples = NULL,
  markers = NULL,
  chrom = NULL,
  start = NULL,
  end = NULL,
  order = NULL,
  show.name = FALSE,
  cols = c("red", "green", "blue")
)

Arguments

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


xuzhougeng/binmapr documentation built on Aug. 25, 2023, 6:44 a.m.