Description Usage Arguments Details Value Warning Author(s) See Also Examples
This function reads Exiqon raw data in ImaGene file format and creates an AffyBatch
object.
1 2 3 4 5 6 |
txtfile.path |
Character vector. It contains the path to the folder containing the
|
galname |
Character vector. The default value is |
description |
Object of class MIAME, as specified in the documentation of the |
notes |
Character vector, as specified in the documentation of the |
rm.background |
Logical. This option is kept for compatibility reasons but it is not used anymore. See
the |
verbose |
Logical. The default value is |
The Exiqon miRNA raw expression data are normally in ImageGene txt file format and
accompanied by a samplesinfo.txt description file. It enumerates the names of the
sample files for each channel. Therefore the txtfile.path argument of ReadExi
must be a folder that contains the ImageGene and the samplesinfo.txt files. If this
is not the case, ReadExi stops.
The galname argument of ReadExi must be the name of a GAL annotation
environment created with the make.gal.env or the ReadExi functions. If galname
is provided a NULL value, which is the default situation, a minimal GAL annotation
environment is created based on the annotation contained in the ImageGene txt files.
An AffyBatch object containing the raw expression data.
The image method of the AffyBatch object might not work properly when the
galname argument of ReadExi has not been assigned.
Sylvain Gubian, Alain Sewer, PMP SA
1 2 3 4 | # The folder 'Exiqon' contains the file 'samplesinfo.txt' and the corresponding raw data files in ImaGene format
## Not run: ebatch <- ReadExi(txtfile.path='Exiqon')
# If the GAL environment has already created by the function make.gal.env
## Not run: ebatch <- ReadExi(galenv='galenv', txtfile.path='Exiqon')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.