Entering edit mode
                    Dear Bioconductor users,
I am using the rpkm() function of edgeR and I was wondering how the rpkm value is calculated by this function.
I tried:
> library(edgeR)
> rpkm
function (x, ...) 
UseMethod("rpkm")
<environment: namespace:edgeR>
So I tried:
> UseMethod("rpkm")
Error in UseMethod("rpkm") : 'UseMethod' used in an inappropriate fashion
Would you know how I can get the source code for this function?
Thanks a lot!
