Project Status: Active – The project has reached a stable, usable state and is being actively developed.

rflybase

UPDATE as of 2016-10.15

This package has been rebooted. Access to the flybase Chado database (read only public copy) is done using RPostgreSQL. Functions are based on SQRL queries.

Info

FlyBase provides public read only access to our Chado database. It is not supposed to get intensive traffic. Please read the flybase instruction to downlaod the database for intense use. ftp://ftp.flybase.net/releases/FB2016_04/psql/README

Example of queries: http://gmod.org/wiki/FlyBase_Field_Mapping_Tables

Install

devtools::install_github("ropensci/rflybase")
library("rflybase")

setup connection to flybase database

conn <- fb_connect()

query

library("dplyr")
src <- fb_connect(dplyr = TRUE)
orgs <- src %>% tbl("organism")
orgs %>% filter(genus == "Antheraea")

Meta



ropensci/rflybase documentation built on May 18, 2022, 6:35 p.m.