Description Usage Arguments Value Author(s) See Also Examples
Reading a standard Gal file containing gene information.
1 2 3 |
galfile |
a character string representing the Gal file. |
path |
a character string representing the data directory. By default this is set to the current working directory ("."). |
info.id |
the column numbers or names in ‘fname’ that contain the required information. |
layout.id |
the column names in ‘fname’ that specified the printer layout information. |
labels |
the column number in |
notes |
object of class character, vector of explanatory text |
sep |
the field separator character. Values on each line of the file are separated by this character. The default is to read a tab delimited file. |
skip |
the number of lines of the data file to skip before beginning to read data. |
ncolumns |
an integer representing the number of columns of sub-array (print-tips) on a slides. |
... |
further arguments to |
gnames |
An object of class |
layout |
An object of class |
Yee Hwa (Jean) Yang
read.marrayInfo
, read.marrayLayout
1 2 3 4 5 6 | library(marray)
datadir <- system.file("swirldata", package="marray")
try <- read.Galfile(galfile="fish.gal", path=datadir)
names(try)
try$layout
try$gnames
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.