readPAE: Read an AlphaFold predicted aligned error file

Description Usage Arguments Value Examples

View source: R/reader.R

Description

Read an AlphaFold predicted aligned error file

Usage

1
readPAE(input)

Arguments

input

Character vector of length 1. Can be either a complete URL or local path to a predicted aligned error JSON file or a Uniprot protein ID.

Value

An object of class [PredictedAlignedError-class]

Examples

1
2
3
4
5
## using a Uniprot ID
readPAE( "O82387" )

## using the full URL to a JSON file
readPAE( "https://alphafold.ebi.ac.uk/files/AF-O15552-F1-predicted_aligned_error_v1.json" )

grimbough/AlphaFoldQuery documentation built on Dec. 20, 2021, 1:42 p.m.