R/AllClasses.R

setClass("riboCoding", representation(CDS = "GRanges",
                                      hits = "array",
                                      unqHits = "array",
                                      replicates = "factor"))
setClass("riboData", representation(riboGR = "list",
                                    rnaGR = "list",
                                    replicates = "factor"))

Try the riboSeqR package in your browser

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

riboSeqR documentation built on Nov. 8, 2020, 8:23 p.m.