View source: R/functions_for_RGWAS.R
genesetmap | R Documentation |
Function to generate map for gene set
genesetmap(map, gene.set, cumulative = FALSE)
map |
Data frame with the marker names in the first column. The second and third columns contain the chromosome and map position. |
gene.set |
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. |
cumulative |
If this argument is TRUE, cumulative position will be returned. |
Map for gene set.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.