R/classes.R

setClass("ExomeCopy",
         representation =
         representation(sample.name="character",
                        type="character",
                        path="Rle",
                        ranges="GRanges",
                        O.norm="numeric",
                        log.odds="numeric",                       
                        fx.par="list",
                        init.par="list",
                        final.par="list",
                        counts="numeric",
                        convergence="numeric",
                        nll="numeric"))

Try the exomeCopy package in your browser

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

exomeCopy documentation built on Nov. 8, 2020, 7:45 p.m.