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 July 5, 2019, 9:03 a.m.