File: hgByChroms.Rd

package info (click to toggle)
r-bioc-annotate 1.84.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,624 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 685 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
\name{hgByChroms}
\alias{hgByChroms}
\non_function{}
\title{ A dataset to show the human genome base pair locations per
  chromosome. }
\usage{data(hgByChroms)}
\format{
  A list, with the names consisting of the names of the chromosomes in
  the human genome (thus 24 elements).  Each element consists of a named
  vector of +/- values - where each value represents the location of a
  base pair (the numeric value is the location, while the +/- denotes
  the strand value), with the name providing the name of the base pair.
}
\description{
  The data is described above.
}
\source{
  Cheng Li of the Dana-Farber Cancer Institute.
}
\examples{
 data(hgByChroms)
}
\keyword{datasets}