Description Usage Arguments Details Value Author(s) References See Also Examples
Reads an RGList\_CALIB from a series of microarray image analysis output files
1 2 3 4 |
files |
character vector giving the names of the files containing
image analysis output or, for Imagene data, a character
matrix of names of files. If omitted, then all files with
extension |
source |
character string specifying the image analysis program which
produced the output files. Choices are |
path |
character string giving the directory containing the files. The default is the current working directory. |
ext |
character string giving optional extension to be added to each file name |
names |
character vector of names to be associated with each array as
column name. Defaults to |
columns |
list with fields |
other.columns |
character vector of names of other columns to be read containing spot-specific information |
annotation |
character vector of names of columns containing annotation information about the probes |
wt.fun |
function to calculate spot quality weights |
verbose |
logical, |
sep |
the field separator character |
quote |
character string of characters to be treated as quote marks |
DEBUG |
a logical value, if |
... |
any other arguments are passed to
|
This is the main data input function for CALIB package. It has the similar
usage as the read.maimages function in limma package. The output of the
function is an RGList_CALIB
object. However,there
are two more fields - $RArea
and $GArea
than RGList
object in limma package. These two fields contain spot area of each color.
More details see read.maimages
in limma package.
An RGList_CALIB
object
containing the components
R |
matrix containing the red channel foreground intensities for each spot for each array. |
G |
matrix containing the green channel foreground intensities for each spot for each array. |
Rb |
matrix containing the red channel background intensities for each spot for each array. |
Gb |
matrix containing the green channel background intensities for each spot for each array. |
RArea |
matrix containing the red spot area for each spot for each array. |
GArea |
matrix containing the green spot area for each spot for each array. |
weights |
spot quality weights, if |
other |
list containing matrices corresponding to |
genes |
data frame containing annotation information about the
probes, for example gene names and IDs and spatial positions
on the array, currently set only if |
targets |
data frame with column |
source |
character string giving the image analysis program name |
printer |
list of class |
Hui Zhao
read.maimages
in limma package
'read.rg' is based on read.table
in the base package
1 2 3 4 | # Read all .gpr files from current working directory.
# files <- dir(pattern="*\.gpr$")
# RG <- read.rg(files,"genepix")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.