File: axisTrack.Rd

package info (click to toggle)
r-bioc-cner 1.34.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 18,216 kB
  • sloc: ansic: 23,458; makefile: 6
file content (27 lines) | stat: -rw-r--r-- 455 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
\name{axisTrack}
\alias{axisTrack}
\alias{cpgIslands}
\alias{refGenes}
\docType{data}
\title{
  Example data for plotting annotation.
}
\description{
  Five annotation tracks for plotting in Gviz.
}
\usage{
  data(axisTrack)
  data(cpgIslands)
  data(refGenes)
}

\details{
  These tracks are based on genome="danRer10", chr = "chr6", 
  start = 24000000, end = 27000000. 
}
\examples{
data(axisTrack)
data(cpgIslands)
data(refGenes)
}
\keyword{datasets}