-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use AnnotationHub to access ensembldb (#102)
* use annotationhub to access ensembldb * explicitly specify package * specify package for select call * remove ensembldb from libraries * refactor function * download db in a separate function * return object * script for downloading ensembl database * remove db download function and pass as an argument * save complete gene and tx ids to a file * save tx and gene id object as external data * "save tx and gene id object as external data" This reverts commit 9aa143a. revert data commit * Revert "save complete gene and tx ids to a file" This reverts commit 2cfa9e7. * add ah database download script * transcript and gene id object for ensdb 105 * remove namespace for get_ensembl_db * use saved rds file to get info from ensembl db * update data prep script to include additional columns * updated rds data * get gene length from saved rds object * update gitignore * remove ensdb pkg library * get ensembl annotation file from RNAsum.data package * remove css file * update tx_gene_id_105 input * remove duplicated and redundant libraries * ensembl data now exists in RNAsum.data * clean-up code --------- Co-authored-by: Peter Diakumis <[email protected]>
- Loading branch information
Showing
2 changed files
with
33 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters