Skip to content

matthewhirschey/omim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

omim

This package contains the omim datasets. It accompanies a workshop-style class that provides an introduction to the emerging field of Data Science in R, including data analysis and visualization, with a particular focus on its utility for biological insight.

Installation

You cannot yet install the released version of tidybiology from CRAN with:

install.packages("omim")

So in the meantime, use the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("hirscheylab/omim")

Example

This is how to take a glimpse into the omim datasets:

library(omim)
glimpse(omim_genemap)
glimpse(omim_mimtitles)
glimpse(omim_morbidmap)

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages