Function to generate map for gene set
genesetmap(map, gene.set, cumulative = FALSE)
Map for gene set.
Data frame with the marker names in the first column. The second and third columns contain the chromosome and map position.
Gene information with the format of a "data.frame" (whose dimension is (the number of gene) x 2). In the first column, you should assign the gene name. And in the second column, you should assign the names of each marker, which correspond to the marker names of "map" argument.
If this argument is TRUE, cumulative position will be returned.