Description Usage Arguments Details Value See Also Examples
View source: R/read.celfiles.R
Reads CEL files.
1 2 3 4 5 6 7 | read.celfiles(..., filenames, pkgname, phenoData, featureData,
experimentData, protocolData, notes, verbose=TRUE, sampleNames,
rm.mask=FALSE, rm.outliers=FALSE, rm.extra=FALSE, checkType=TRUE)
read.celfiles2(channel1, channel2, pkgname, phenoData, featureData,
experimentData, protocolData, notes, verbose=TRUE, sampleNames,
rm.mask=FALSE, rm.outliers=FALSE, rm.extra=FALSE, checkType=TRUE)
|
... |
names of files to be read. |
filenames |
a |
channel1 |
a |
channel2 |
a |
pkgname |
alternative data package to be loaded. |
phenoData |
|
featureData |
|
experimentData |
|
protocolData |
|
notes |
|
verbose |
|
sampleNames |
|
rm.mask |
|
rm.outliers |
|
rm.extra |
|
checkType |
|
When using 'affyio' to read in CEL files, the user can read compressed CEL files (CEL.gz). Additionally, 'affyio' is much faster than 'affxparser'.
The function guesses which annotation package to use from the header
of the CEL file. The user can also provide the name of the annotaion
package to be used (via the pkgname
argument). If the
annotation package cannot be loaded, the function returns an
error. If the annotation package is not available from BioConductor,
one can use the pdInfoBuilder
package to build one.
|
if Expresssion arrays |
|
if Exon arrays |
|
if SNP arrays |
|
if Tiling arrays |
1 2 3 4 5 | if(require(pd.mapping50k.xba240) & require(hapmap100kxba)){
celPath <- system.file("celFiles", package="hapmap100kxba")
celFiles <- list.celfiles(celPath, full.name=TRUE)
affySnpFeatureSet <- read.celfiles(celFiles)
}
|
Loading required package: BiocGenerics
Loading required package: parallel
Attaching package: 'BiocGenerics'
The following objects are masked from 'package:parallel':
clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
clusterExport, clusterMap, parApply, parCapply, parLapply,
parLapplyLB, parRapply, parSapply, parSapplyLB
The following objects are masked from 'package:stats':
IQR, mad, sd, var, xtabs
The following objects are masked from 'package:base':
Filter, Find, Map, Position, Reduce, anyDuplicated, append,
as.data.frame, cbind, colMeans, colSums, colnames, do.call,
duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
lapply, lengths, mapply, match, mget, order, paste, pmax, pmax.int,
pmin, pmin.int, rank, rbind, rowMeans, rowSums, rownames, sapply,
setdiff, sort, table, tapply, union, unique, unsplit, which,
which.max, which.min
Loading required package: oligoClasses
No methods found in package 'RSQLite' for request: 'dbGetQuery' when loading 'oligoClasses'
Welcome to oligoClasses version 1.38.0
Loading required package: Biobase
Welcome to Bioconductor
Vignettes contain introductory material; view with
'browseVignettes()'. To cite Bioconductor, see
'citation("Biobase")', and for packages 'citation("pkgname")'.
Loading required package: Biostrings
Loading required package: S4Vectors
Loading required package: stats4
Attaching package: 'S4Vectors'
The following object is masked from 'package:base':
expand.grid
Loading required package: IRanges
Loading required package: XVector
Attaching package: 'Biostrings'
The following object is masked from 'package:base':
strsplit
================================================================================
Welcome to oligo version 1.40.2
================================================================================
Warning message:
In read.dcf(con) :
URL 'http://bioconductor.org/BiocInstaller.dcf': status was 'Couldn't resolve host name'
Loading required package: pd.mapping50k.xba240
Loading required package: RSQLite
Loading required package: DBI
Loading required package: hapmap100kxba
Warning messages:
1: Couldn't set synchronous mode: database is locked
Use `synchronous` = NULL to turn off this warning.
2: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called 'hapmap100kxba'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.