getTopSub: Get sites with more than one-correlated substitutions other...

Description Usage Arguments Value Examples

View source: R/getTopSub.R

Description

Get sites with more than one-correlated substitutions other than conserved amino acids at that position

Usage

1
getTopSub(selMat)

Arguments

selMat

A subset matrix of original multiple sequence alignment with significant correlations identified with 'getCorSites' function

Value

A data frame with two columns i.e. Pos1 and Pos2 which is a filtered subset of many correlated substitutions based on frequency of substitution after consensus of a column in multiple sequence alignment

Examples

1
2
3
selMatLoc <- system.file("extdata", "selMat.rda", package = "aaSEA")
selMat <- readRDS(selMatLoc)
getTopSub(selMat = selMat)

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