Revision history for dataprocessing


Revision [3848]

Last edited on 2009-01-28 02:41:58 by GuangxuJin
Additions:
[[http://www.affymetrix.com/support/support_result.affx]]


Revision [3729]

Edited on 2008-09-29 05:11:15 by GuangxuJin
Additions:
**[[http://ihome.cuhk.edu.hk/~b400559/arraysoft_rpackages.html R package in Microarray data]]**
Deletions:
[[http://ihome.cuhk.edu.hk/~b400559/arraysoft_rpackages.html R package in Microarray data]]


Revision [3728]

Edited on 2008-09-29 05:10:53 by GuangxuJin
Additions:
**dChip**
Download dChip
cdf file: [[https://www.affymetrix.com/support/technical/libraryfilesmain.affx]]
gene information: [[http://www.biostat.harvard.edu/complab/dchip/gene_info_file.htm]]
Deletions:
[[A dChip]]


Revision [3727]

Edited on 2008-09-29 05:02:17 by GuangxuJin
Additions:
**A exampe for microarray probe mapping using Bioconductor**
[[A dChip]]
Deletions:
A A exampe for microarray probe mapping using Bioconductor
[[dChip dChip]]


Revision [3726]

Edited on 2008-09-29 05:01:36 by GuangxuJin
Additions:
A A exampe for microarray probe mapping using Bioconductor
First, install the corresponding affimatrix chip name:
source("http://bioconductor.org/biocLite.R")
biocLite("hu35ksuba")
second, upload the package from R
third, read the your desired transfer:
x <- hu35ksubaUNIGENE
# Get the probe identifiers that are mapped to an UNIGENE ID
mapped_probes <- mappedkeys(x)
# Convert to a list
xx <- as.list(x[mapped_probes])
if(length(xx) > 0) {
# Get the UNIGENE for the first five probes
xx[1:5]
# Get the first one
xx[[1]]
}
last, write into file:
dput(xx,'aaaaa')
[[dChip dChip]]
Deletions:
[[A A exampe for microarray probe mapping using Bioconductor]]
[[A dChip]]


Revision [3724]

Edited on 2008-09-29 04:40:43 by GuangxuJin
Additions:
[[A dChip]]
Deletions:
[[A Dchip]]


Revision [3723]

Edited on 2008-09-29 04:40:31 by GuangxuJin
Additions:
[[A Dchip]]


Revision [3694]

Edited on 2008-09-11 05:18:04 by GuangxuJin
Additions:
[[A A exampe for microarray probe mapping using Bioconductor]]
Deletions:
[[ A exampe for microarray probe mapping using Bioconductor]]


Revision [3693]

Edited on 2008-09-11 05:17:21 by GuangxuJin
Additions:
[[ A exampe for microarray probe mapping using Bioconductor]]
Deletions:
[[A exampe for microarray probe mapping using Bioconductor]]


Revision [3691]

Edited on 2008-09-11 05:16:34 by GuangxuJin
Additions:

[[A exampe for microarray probe mapping using Bioconductor]]


Revision [3690]

The oldest known version of this page was created on 2008-09-11 04:41:37 by GuangxuJin
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki