https://github.com/bioconductor/ensemblvep

[DEPRECATED] R Interface to Ensembl Variant Effect Predictor

https://github.com/bioconductor/ensemblvep

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.1%) to scientific vocabulary

Keywords

bioconductor-package core-package
Last synced: 6 months ago · JSON representation

Repository

[DEPRECATED] R Interface to Ensembl Variant Effect Predictor

Basic Info
Statistics
  • Stars: 5
  • Watchers: 9
  • Forks: 3
  • Open Issues: 2
  • Releases: 0
Topics
bioconductor-package core-package
Created over 8 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Changelog

README

=========================
Installing ensemblVEP 
=========================

To use ensemblVEP, the Ensembl Variant Effect Predictor (VEP)
software must be installed.

----------------------------------
Download and Install Ensembl VEP
----------------------------------
Follow the download and installation instructions on this page:
https://useast.ensembl.org/info/docs/tools/vep/script/vep_download.html

On Windows you may need to install the perl modules 
perl-DBD-mysql and perl-DBI if you do not have them.
All of this is documented on the Ensembl VEP web page. 

----------------------------------
Confirm installation
----------------------------------
Check that vep is executable and in
your path. This may involve modifying .bashrc and / or .profile
files.

On Unix and Mac:
  vep

On Windows:
  perl vep

Owner

  • Name: Bioconductor
  • Login: Bioconductor
  • Kind: organization

Software for the analysis and comprehension of high-throughput genomic data

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 6
  • Total pull requests: 1
  • Average time to close issues: 7 days
  • Average time to close pull requests: N/A
  • Total issue authors: 5
  • Total pull request authors: 1
  • Average comments per issue: 5.5
  • Average comments per pull request: 3.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 3.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • jayoung (2)
  • jonathonthill (1)
  • Rohit-Satyam (1)
  • FrancescaLonghin (1)
  • audyavar (1)
Pull Request Authors
  • vjcitn (2)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

DESCRIPTION cran
  • BiocGenerics * depends
  • GenomicRanges * depends
  • VariantAnnotation * depends
  • methods * depends
  • Biostrings * imports
  • GenomeInfoDb * imports
  • S4Vectors >= 0.9.25 imports
  • SummarizedExperiment * imports
  • stats * imports
  • RUnit * suggests