| getSeqInfo | R Documentation | 
This function retrieves sequence (chromosome) length
and other information for a set of reference sequences
for a sitadela supported organism. If the organism is
supported by the getChromInfoFromUCSC of
the GenomeInfoDb package, then this function is used,
otherwise, a directo download from the UCSC golden
path takes place to retrieve the required data.
    getSeqInfo(org, asSeqinfo = FALSE)
org | 
 a supported organism to retrieve sequence
(aka chromosome) information for. See also 
  | 
asSeqinfo | 
 return a   | 
The function returns a Seqinfo or a
data.frame with the a subset of a 
Seqinfo information. See also 
Seqinfo.
Panagiotis Moulos
require(GenomeInfoDb)
s <- getSeqInfo("mm10")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.