inst/unitTests/test_checkProt.R

test_checkProt = function() {
    checkTrue(checkProt('ARNDCEQGHILKMFPSTWYV'))
    checkTrue(!checkProt('ZRNDCEQGHILKMFPSTWYV'))
}

Try the BioMedR package in your browser

Any scripts or data that you put into this service are public.

BioMedR documentation built on Nov. 17, 2017, 10:08 a.m.