Retrieve tissue expression in Zfin (R/python)
1
0
Entering edit mode
8.2 years ago
A. Domingues ★ 2.7k

In zfin it is possible to find in which tissue/developmental stage a gene is expressed. The question is:

Is there a way of querying the database for this information using R/Python/bash?

I naively assumed that someone would have added that information as a bioconductor package. but could not find it.

Danio-rerio Zfin zebrafish • 2.3k views
ADD COMMENT
0
Entering edit mode

Hi. I'm also interested in this. Did you find a way to retrieve tissue expression in Zfin? thanks

ADD REPLY
3
Entering edit mode
7.7 years ago
julien.roux ▴ 110

We have integrated in situ hybridization data from ZFIN in the Bgee database (http://bgee.org/). You can download the expression calls as flat files, but please have a look at the BgeeDB Bioconductor package as well (http://bioconductor.org/packages/release/bioc/html/BgeeDB.html), since you can download these calls directly into R:

source("https://bioconductor.org/biocLite.R")
biocLite("BgeeDB")
library(BgeeDB)
myTopAnatData <- loadTopAnatData(species=7955, datatype="in_situ")
head(myTopAnatData$gene2anatomy)

Please note, that we also provide expression calls for many other animal species and from other data types (RNA-seq, Affymetrix microarrays and ESTs) Please do not hesitate to contact the Bgee team if you need more help: bgee -at- sib.swiss

ADD COMMENT
0
Entering edit mode

Cheers. I will test this (in a few weeks time), and report back.

ADD REPLY

Login before adding your answer.

Traffic: 2512 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