Description Usage Arguments Value Author(s) See Also Examples
This function counts the number of SNPs assigned to each gene, and returns a named list containing the counts.
1 | getGeneSizes(snpGeneMap)
|
snpGeneMap |
A named list containing vectors of SNP IDs mapped to each gene. |
Returns a list of SNP counts for each gene.
Michael Mooney <mooneymi@ohsu.edu>
1 2 3 4 | data(sampleGSA)
# Get gene sizes
snpCounts = getGeneSizes(snpMap)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.