Revision history for A


Revision [3725]

Last edited on 2008-09-29 04:58:57 by GuangxuJin
Additions:
Download dChip
cdf file: [[https://www.affymetrix.com/support/technical/libraryfilesmain.affx]]
Deletions:
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')


Revision [3692]

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