getCorPropChange: Get property changes associated with correlated substitutions

Description Usage Arguments Value Examples

View source: R/getCorPropChange.R

Description

Get property changes associated with correlated substitutions

Usage

1
2
getCorPropChange(corSubFile, propertyDF = "Cruciani",
  propertyIndex = 1)

Arguments

corSubFile

A dataframe with two columns i.e. Pos1 and Pos2. This file is generated by getTopSub

propertyDF

Choose one of Cruciani, Fasgai, Kidera or AAindex based amino acid properties

propertyIndex

The amino acid property to analyse. It is row number in propertyDF data frame

Value

A data frame of 12 columns consisting data regarding Wild type and mutant resides and their positions alogn with their properties and net changes between Pos1 and Pos2

Examples

1
getCorPropChange(corSubFile = corSubFile, propertyDF = "Cruciani", propertyIndex = 1)

aaSEA documentation built on Nov. 9, 2019, 5:07 p.m.