AlphaMissenseR

Accessing AlphaMissense Data Resources in R

https://github.com/mtmorgan/alphamissenser

Science Score: 49.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
    Found .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: science.org, zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.0%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Accessing AlphaMissense Data Resources in R

Basic Info
Statistics
  • Stars: 9
  • Watchers: 2
  • Forks: 3
  • Open Issues: 1
  • Releases: 0
Created over 2 years ago · Last pushed 8 months ago
Metadata Files
Readme Changelog

README.md

AlphaMissense Data for R / Bioconductor

The AlphaMissense publication outlines how a variant of AlphaFold / DeepMind was used to predict missense variant pathogenicity. Supporting data on Zenodo include, for instance 70+M variants across hg19 and hg38 genome builds. The AlphaMissense package allows ready access to the data, downloading individual files to DuckDB databases for ready exploration and integration into R and Bioconductor worksflows.

Installation

Install the package from Bioconductor or GitHub, ensuring correct Bioconductor dependencies.

When the package is available on Bioconductor, use

r if (!"BiocManager" %in% rownames(installed.packages())) install.packages("BiocManager", repos = "https://cloud.R-project.org") if (BiocManager::version() >= "3.19") { BiocManager::install("AlphaMissenseR") } else { stop( "'AlphaMissenseR' requires Bioconductor version 3.19 or later, ", "install from GitHub?" ) }

Use the pre-release or devel version with

r if (!"remotes" %in% rownames(installed.packages())) install.packages("remotes", repos = "https://cloud.R-project.org") remotes::install_github( "mtmorgan/AlphaMissenseR", repos = BiocManager::repositories() )

Load the library.

r library(AlphaMissenseR)

Next steps

Owner

  • Name: Martin Morgan
  • Login: mtmorgan
  • Kind: user
  • Location: Buffalo, NY

GitHub Events

Total
  • Issues event: 2
  • Watch event: 3
  • Issue comment event: 7
  • Push event: 7
  • Pull request event: 7
  • Fork event: 2
Last Year
  • Issues event: 2
  • Watch event: 3
  • Issue comment event: 7
  • Push event: 7
  • Pull request event: 7
  • Fork event: 2

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 2
  • Total pull requests: 14
  • Average time to close issues: N/A
  • Average time to close pull requests: 10 days
  • Total issue authors: 2
  • Total pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 1.71
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 8
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 days
  • Issue authors: 2
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.25
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • tram-nguyen-n (1)
  • sdhutchins (1)
Pull Request Authors
  • tram-nguyen-n (17)
  • lee-t (4)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • bioconductor 4,349 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 6
  • Total maintainers: 1
bioconductor.org: AlphaMissenseR

Accessing AlphaMissense Data Resources in R

  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 4,349 Total
Rankings
Dependent repos count: 0.0%
Dependent packages count: 31.3%
Average: 42.3%
Downloads: 95.7%
Maintainers (1)
Last synced: 7 months ago

Dependencies

DESCRIPTION cran
  • dplyr * depends
  • BiocFileCache * imports
  • DBI * imports
  • duckdb * imports
  • jsonlite * imports
  • memoise * imports
  • rjsoncons * imports
  • rlang * imports
  • spdl * imports
  • utils * imports
  • whisker * imports
  • AnnotationHub * suggests
  • ensembldb * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • tidyr * suggests