AAfreq_in_fasta: AA frequency from a fasta file

Description Usage Arguments Value

View source: R/AAfreq_in_fasta.R

Description

AA frequency from a fasta file

Usage

1
2
3
4
AAfreq_in_fasta(
  path = "/home/delt/ZHAW/CRC_TRs/data/nfkappab_proteins_CRC_sp.fasta",
  aa_ignore = c("U", "O", "B", "J", "Z", "X", "*", "-", ".", "+", "other")
)

Arguments

path

str. Path to the fasta file.

aa_ignore

character vector of symbols to ignore in the count.

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.