Description Usage Arguments Details Value References Examples
Retrive chromsome length information from UCSC MySQL database
1 | GetChromLength(organism)
|
organism |
The accession code of organisms to UCSC database. |
To get a list of availabe organisms in UCSC database, see ShowAvailableOrg
A data.frame that contains chromesome information:
chrom |
chromsome number |
size |
chromsome length |
https://github.com/Liuy12/MBDDiff
1 | GetChromLength('hg19')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.