AAfreq_in_TR: Calculate the Amino Acid Frequency in a given TR-MSA

Description Usage Arguments Value

View source: R/AAfreq_in_TR.R

Description

Calculate the Amino Acid Frequency in a given TR-MSA

Usage

1
2
3
4
5
AAfreq_in_TR(
  tr_all_sp,
  includeSpaces = FALSE,
  aa_ignore = c("U", "O", "B", "J", "Z", "X", "*", "-", ".", "+", "other")
)

Arguments

tr_all_sp

a data.frame with TR results imported through load_tr_annotations. Requires to have the MSA included as column.

Value

A data.frame with AA, it's absolute frequency and it's ratios.


matteodelucchi/TRAL-Result-Analysis documentation built on Dec. 2, 2019, 11:42 p.m.