# NOT RUN {
x = readFASTA(system.file('protseq/P00750.fasta', package = 'BioMedR'))[[1]]
# using customized amino acid classification (normalized van der Waals volume)
newclass = list(c('G', 'A', 'S', 'T', 'P', 'D', 'C'),
c('N', 'V', 'E', 'Q', 'I', 'L'),
c('M', 'H', 'K', 'F', 'R', 'Y', 'W'))
extrProtCTriadClass(x, aaclass = newclass)
# }
Run the code above in your browser using DataLab