inst/unitTests/focalCall_unitTests.R

library("focalCall")

# Load data
data(BierkensCNA)
print(CGHset)
stopifnot(inherits(CGHset, "cghCall"))

print(CNVset)
stopifnot(inherits(CNVset, "data.frame"))

ExampleRun<-focalCall(CGHset, CNVset, focalSize=3, minFreq=2)
print(ExampleRun)
stopifnot(inherits(ExampleRun, "cghCall"))

Try the focalCall package in your browser

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

focalCall documentation built on April 28, 2020, 9:09 p.m.