ZHANGroup : MicroarrayProbeTransferByR

HomePage :: Categories :: Index :: Changes :: Login/Register
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
xx1
}

last, write into file:

dput(xx,'aaaaa')
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.2
Page was generated in 0.0224 seconds