Affymetrix miRNA4.1 / oligo package / pd.mirna.4.1
3
0
Entering edit mode
rolan.zauner ▴ 20
@rolanzauner-13223
Last seen 6.9 years ago

Dear Bioconductor community,

  I was wondering if anyone could give me hint to where I can find pd.mirna.4.1 for affymetrix miRNA4.1 (array plate platform) microarray chip to read .cel files? Currently I can only find pd.mirna.4.0 (single chip array platform) on bioconductor.

Alternatively I would be happy if anyone has .pgf and .clf files which I could use in combination with the PDInfoBuilder library to generate a pd.mirna.4.1 database my own.

Many thx for your ideas!

cheers roland

microarray mirna oligo package pdinfobuilder pd.mirna • 2.6k views
ADD COMMENT
3
Entering edit mode
@james-w-macdonald-5106
Last seen 20 hours ago
United States

You can get them from ThermoFisher. You want the library files for Expression Console and AGCC, not the ones for TAC.

ADD COMMENT
0
Entering edit mode

Thx James, I've already contacted TF, let's see how responsive they are :-)

ADD REPLY
2
Entering edit mode
rolan.zauner ▴ 20
@rolanzauner-13223
Last seen 6.9 years ago

With the .pgl and .clf files from the ThermoFisher link provided by James I've been able to create the desired pd.mirna.4.1 library :-)

 

######################################################
# Building Annotation Packages with pdInfoBuilder    #
# for Use with the oligo Package / Benilton Carvalho #
# -------------------------------------------------- #
# TF/affymetrix miRNA4.1 array plate                 #
# .pgf and .clf files download on 14.06.2017 from:   #
# https://tools.thermofisher.com/content/sfs...      #
# /supportfiles/mirna_4_sample_data.zip              #
# pd.mirna.4.1 (v0.1)                                #
######################################################


source("https://bioconductor.org/biocLite.R")
biocLite("pdInfoBuilder")

library("pdInfoBuilder")
pgfFile <- "miRNA-4_1-st-v1.pgf"
clfFile <- "miRNA-4_1.clf"
csvAnnoFile=csvAnno
 
pkg <- new("AffyMiRNAPDInfoPkgSeed",
            version="0.1",
            author="ZaRo", email="",
            biocViews="AnnotationData",
            genomebuild="NCBI Build 35, May 2004",
            pgfFile=pgfFile, clfFile=clfFile)
 
makePdInfoPackage(pkg, destDir=".")


library(devtools)
build("pd.mirna.4.1")

# install library
# library("pd.mirna.4.1")

 

 

ADD COMMENT
1
Entering edit mode
soumyab.g ▴ 10
@soumyabg-21079
Last seen 4.4 years ago

I have created the R package based on rolan.zauner's code. https://github.com/soumyabrataghosh/pd.mirna.4.1

Usage:

library(devtools)
install_github("soumyabrataghosh/pd.mirna.4.1")
ADD COMMENT

Login before adding your answer.

Traffic: 523 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6