Last data update: 2014.03.03

R: data frame representing some of the OREGanno track of UCSC...
oregdfR Documentation

data frame representing some of the OREGanno track of UCSC browser

Description

data frame representing some of the OREGanno track of UCSC browser

Usage

data(oregdf)

Format

A data frame with 86 observations on the following 7 variables.

space

a factor with levels chr6

start

a numeric vector

end

a numeric vector

width

a numeric vector

name

a factor with levels OREG0004577 OREG0004578 ...

score

a numeric vector

strand

a factor with levels +

Examples

data(oregdf)
oregdf[1:5,]

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(ind1KG)
Loading required package: chopsticks
Loading required package: survival
> png(filename="/home/ddbj/snapshot/RGM3/R_BC/result/ind1KG/oregdf.Rd_%03d_medium.png", width=480, height=480)
> ### Name: oregdf
> ### Title: data frame representing some of the OREGanno track of UCSC
> ###   browser
> ### Aliases: oregdf
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(oregdf)
> oregdf[1:5,]
  space  start    end width        name score strand
1  chr6 101934 102485   552 OREG0017125     0      +
2  chr6 133741 134391   651 OREG0017126     0      +
3  chr6 161989 162539   551 OREG0017127     0      +
4  chr6 286400 286475    76 OREG0031889     0      +
5  chr6 353500 354050   551 OREG0017128     0      +
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>