genome {genoset}R Documentation

Get and set the genome universe annotation.

Description

Genome version

Arguments

x

GenoSet

Details

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

Value

character, e.g. hg19

Examples

data(genoset)
  genome(genoset.ds)
  genome(genoset.ds) = "hg19"

[Package genoset version 1.45.1 Index]