Check if the protein sequence's amino acid types are the 20 default types
Source:R/506-checkProt.R
checkProt.Rd
Check if the protein sequence's amino acid types are the 20 default types
Examples
x = readFASTA(system.file('protseq/P00750.fasta', package = 'Rcpi'))[[1]]
checkProt(x) # TRUE
#> [1] TRUE
checkProt(paste(x, 'Z', sep = '')) # FALSE
#> [1] FALSE