Skip to content

Commit

Permalink
add transcripts-to-gene for m38 and h38 fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenturner committed Feb 2, 2016
1 parent 6376e6b commit e42a2c1
Show file tree
Hide file tree
Showing 9 changed files with 67 additions and 4 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Package: annotables
Type: Package
Title: Ensembl Annotation Tables
Version: 0.1.0
Version: 0.1.1
Author: Stephen Turner
Maintainer: Stephen Turner <[email protected]>
Description: Provides tables for converting and annotating Ensembl Gene IDs.
License: GPL-3
LazyData: TRUE
Depends: R (>= 3.1.2)
Depends:
R (>= 3.1.2)
Suggests:
dplyr
RoxygenNote: 5.0.0
RoxygenNote: 5.0.1
9 changes: 9 additions & 0 deletions R/grch38_tg.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#' Human GRCh38.p3 genes-to-transcripts
#'
#' Human GRCh38.p3 Ensembl transcript IDs to gene IDs from Ensembl release 82.
#'
#' @examples
#' head(grch38_tg)
#'
#' @source \url{http://useast.ensembl.org/Homo_sapiens}
"grch38_tg"
9 changes: 9 additions & 0 deletions R/grcm38_tg.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#' Mouse GRCm38.p4 genes-to-transcripts
#'
#' Mouse GRCm38.p4 Ensembl transcript IDs to gene IDs from Ensembl release 82.
#'
#' @examples
#' head(grcm38_tg)
#'
#' @source \url{http://useast.ensembl.org/Mus_musculus}
"grcm38_tg"
Binary file added data/grch38_tg.rda
Binary file not shown.
Binary file modified data/grcm38_gt.rda
Binary file not shown.
Binary file added data/grcm38_tg.rda
Binary file not shown.
22 changes: 22 additions & 0 deletions man/grch38_tg.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/grcm38_gt.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions man/grcm38_tg.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e42a2c1

Please sign in to comment.