make.features: Create a converted three-dimensional feature array using a...

Description Usage Arguments Value

Description

make.features() takes in a list of ligands from one HLA and returns a three dimensional converted feature array of the HLA's ligands using a conversion matrix. The dimensions in order are sequence, position, and property.

Usage

1
make.features(ligands, AA.tab, n.pos = 9)

Arguments

ligands

list of HLA peptide sequences from one HLA allele.

AA.tab

feature conversion matrix.

n.pos

length of peptides (number of amino acids) in the list of ligands ligands to convert into features. Defaults to nonamers (9).

Value

a three-dimensional array with peptide sequence, amino acid position, and amino acid property as the dimensions


ash129/LAPP documentation built on May 10, 2019, 1:52 p.m.