Learn R Programming

genoset (version 1.28.2)

genome: Get and set the genome universe annotation.

Description

Genome version

Arguments

x
GenoSet

Value

  • character, e.g. hg19

Details

The genome positions of the features in locData. The UCSC notation (e.g. hg18, hg19, etc.) should be used.

Examples

Run this code
data(genoset)
  genome(genoset.ds)
  genome(genoset.ds) = "hg19"

Run the code above in your browser using DataLab