File: getContainer.Rd

package info (click to toggle)
r-bioc-oligo 1.62.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,028 kB
  • sloc: ansic: 1,168; makefile: 11; sh: 9
file content (29 lines) | stat: -rw-r--r-- 720 bytes parent folder | download | duplicates (2)
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}