View source: R/genomicRegions.R
| setGenomeProps | R Documentation | 
Set the genome properties for a GRanges or GAlignments object given the name of a genome assembly
setGenomeProps(
  gr,
  assembly,
  dropUnknownChrs = TRUE,
  adjChrNames = TRUE,
  silent = FALSE,
  ...
)
| gr | GRanges object or GAlignments object to modify | 
| assembly | assembly | 
| dropUnknownChrs | discard entries with seqnames not supported by assembly | 
| adjChrNames | should the prefix "chr" be added to main chromosomes if not already present and chrMT be renamed to chrM? | 
| silent | Limit logging to most important messages | 
| ... | arguments passed on to  | 
GRanges object with genome properties set
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.