inst/doc/babelgene-intro.R

## ---- include=FALSE-----------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----install-package, eval=FALSE----------------------------------------------
#  install.packages("babelgene")

## ----load-package, message=FALSE----------------------------------------------
library(babelgene)

## ----human-input--------------------------------------------------------------
orthologs(genes = c("TP53", "EGFR", "IL6", "TGFB1", "CD4"), species = "mouse")

## ----fly-input----------------------------------------------------------------
orthologs(genes = "Pu", species = "fruit fly", human = FALSE)

## ----ensembl-input------------------------------------------------------------
orthologs(genes = "ENSG00000111640", species = "mouse", human = TRUE)

## ----species------------------------------------------------------------------
species()

Try the babelgene package in your browser

Any scripts or data that you put into this service are public.

babelgene documentation built on Sept. 29, 2022, 5:12 p.m.