
/* dotPlot - */

/* Copyright (C) 2023 The Regents of the University of California 
 * See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */
#ifndef DOTPLOT_H
#define DOTPLOT_H
void bigPslDotPlot(struct trackDb *tdb, struct bbiFile *bbi, char *chrom, int start, int end);
#endif /*DOTPLOT_H*/
