Description Usage Arguments Value
View source: R/AAfreq_in_fasta.R
AA frequency from a fasta file
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")
)
|
path |
str. Path to the fasta file. |
aa_ignore |
character vector of symbols to ignore in the count. |
A data.frame with AA, it's absolute frequency and it's ratios.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.