Nothing
libScales <- function(rC, riboDat, lengths, frames, method = "edgeR") {
riboC <- sliceCounts(rC, lengths = lengths, frames = frames)
if(length(riboDat@rnaGR) > 0) {
rnaC <- rnaCounts(riboDat, rC@CDS)
rnaLS = getLibsizes(data = rnaC, replicates = riboDat@replicates, estimationType = "edgeR")
} else rnaLS <- NULL
riboLS = getLibsizes(data = riboC, replicates = riboDat@replicates, estimationType = "edgeR")
list(riboLS = riboLS, rnaLS = rnaLS)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.