TCC$methods(getNormalizedData = function () {
effective.libsizes <- colSums(count) * norm.factors
return (sweep(count, 2,
mean(effective.libsizes) / effective.libsizes, "*"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.