# NOT RUN {
x = readFASTA(system.file("protseq/P00750.fasta", package = "protr"))[[1]]
# use 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"))
extractCTriadClass(x, aaclass = newclass)
# }
Run the code above in your browser using DataLab