R/rnaseq_helpers.R
matrix2tpm.Rd
calculate TPMs from a matrix and a vector of feature lengths
matrix2tpm(counts, len)
raw counts, as a data.frame or matrix
a vector of feature lengths, in Kbp
a matrix of TPMs
Mike Love