inst/unitTests/test_PSMfilter.R

test_PSMfilter <- function() 
{
    pepxml <- system.file("unitTests", "tmp.pepXML", 
        package="pepXMLTab")
    checkEquals(dim(pepXML2tab(pepxml)), c(0, 0))
    checkEquals(PSMfilter(pepXML2tab(pepxml)), message('No input data'))
}

Try the pepXMLTab package in your browser

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

pepXMLTab documentation built on Nov. 8, 2020, 5:01 p.m.