ppi.alignPDB: PPI Align PDB

Description Usage Arguments Value Author(s)

View source: R/ppi.alignPDB.R

Description

This functions aligns fasta file to PDB

Usage

1
ppi.alignPDB(fasta_file, alignIDs = NULL, uniprot2pdb = TRUE)

Arguments

fasta_file

Name of fasta file or loaded fasta file by seqinr::read.fasta().

alignIDs

A data.frame containing the columns "ProteinName", "UniProtID", and "PDB"

uniprot2pdb

If TRUE, will align to the UniProt sequence before aligning to the PDB. This parameter should be selected if the sequences used are not exactly UniProt (such as a slightly different N-terminal), but are relatively similar.

Value

A list containing vectors corresponding to the length of the FASTA file sequences. Containments alignments to UniProt and PDB with corresponding chain IDs.

Author(s)

Emma Gail


egmg726/crisscrosslinker documentation built on Jan. 23, 2021, 1:50 a.m.