Learn R Programming

genoset (version 1.24.0)

genome,GenoSet-method: Genome version

Description

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

Usage

"genome"(x)
"genome"(x) <- value

Arguments

x
GenoSet
value
scalar character, incoming genome string

Value

character, e.g. hg19

Examples

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

Run the code above in your browser using DataLab