Description Usage Arguments Details Value Note Author(s) Examples
This function tries to automate the fetch of chromosome sizes for assemblies from UCSC.
1 | fetchChromSizes(assembly)
|
assembly |
A |
This function downloads ‘chromInfo.txt.gz’ from UCSC golden path for UCSC assemblies.
A object of Seqinfo
is returned.
Currently, the assemblies from UCSC are supported.
Ge Tan
1 2 3 4 |
fetchChromSizes("hg19")
fetchChromSizes("mm10")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.