if(interactive()){
file = file.path(path.package("BioSeqClass"), "example", "acetylation_K.pos40.pep")
seq = as.matrix(read.csv(file,header=F,sep="\t",row.names=1))[,1]
H1 = featureHydro(seq,"kpm")
H2 = featureHydro(seq,"SARAH1")
H3 = featureACH(seq,hydro.index="hydroE")
H3 = featureACH(seq,hydro.index="hydroF")
H3 = featureACH(seq,hydro.index="hydroC")
}
Run the code above in your browser using DataLab