Accessing AlphaMissense Data Resources in R (original) (raw)

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

Use the pre-release or devel version with

Load the library.

Next steps