64463948 |
\name{methods-eSet}
|
2ae7850e |
\alias{chromosome}
\alias{chromosome,eSet-method}
|
64463948 |
\alias{cnIndex}
\alias{cnIndex,eSet-method}
|
2ae7850e |
\alias{position}
\alias{position,eSet-method}
|
64463948 |
\alias{snpIndex}
\alias{snpIndex,eSet-method}
\title{Methods for eSet derivatives}
\description{
|
2ae7850e |
\code{chromosome} return the chromosome number for SNP and NP probes.
\code{cnIndex, ...} return the row indices of copy number probes.
|
64463948 |
|
2ae7850e |
\code{position} return the physical position of the SNP or the
physical position for the first index of the NP probe.
|
43b13ec9 |
\code{snpIndex, ...} return the row indices of polymorphic loci.
|
64463948 |
}
\usage{
|
2ae7850e |
chromosome(object)
|
bd722b7c |
cnIndex(object, ...)
|
2ae7850e |
position(object)
|
bd722b7c |
snpIndex(object, ...)
|
64463948 |
}
\arguments{
\item{object}{Any object extending eSet (ABset, CopyNumberSet,
CrlmmSetList, SnpSet}
|
bd722b7c |
\item{\dots}{Usually the character string indicating annotation package.}
|
43b13ec9 |
|
64463948 |
}
\value{
Vector of indices.
}
\seealso{
\code{"\linkS4class{ABset}"}
\code{"\linkS4class{CopyNumberSet}"}
\code{"\linkS4class{CrlmmSetList}"}
}
\keyword{manip}
|