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 28 29
|
\name{getContainer}
\Rdversion{1.1}
\alias{getContainer}
\alias{getContainer-methods}
\alias{getContainer,TilingFeatureSet-method}
\title{
Get container information for NimbleGen Tiling Arrays.
}
\description{
Get container information for NimbleGen Tiling Arrays. This is useful
for better identification of control probes.
}
\usage{
getContainer(object, probeType)
}
\arguments{
\item{object}{
A \code{TilingFeatureSet} or \code{TilingFeatureSet} object.
}
\item{probeType}{
String describing which probes to query ('pm', 'bg')
}
}
\value{
'character' vector with container information.
}
% Add one or more standard keywords, see file 'KEYWORDS' in the
% R documentation directory.
\keyword{manip}
|