8000 GitHub - altairwei/org.Taestivum.iwgsc.db: Wheat OrgDb created from Ensembl Plants
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

altairwei/org.Taestivum.iwgsc.db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

org.Taestivum.iwgsc.db

build

This repository will generate OrgDb packages for wheat based on Ensembl Plants' BioMart data. You can find download urls of the built packages on the release page.

How to use:

# You can find OrgDb package on release page
pkg_url = "https://github.com/altairwei/org.Taestivum.iwgsc.db/releases/download/v0.0.2/org.Taestivum.iwgsc.db_0.0.2.tar.gz"

# Install OrgDb package via url
remotes::install_url(pkg_url)

# Load wheat OrgDb
library(org.Taestivum.iwgsc.db)

# You can give an alias to wheat OrgDb object
odb <- org.Taestivum.iwgsc.db

# See available data type
keytypes(odb)
0