R/tpm.R

Defines functions tpm

Documented in tpm

#' @title Convert logTPM to TPM 
#' @description 'This function has been deprecated. Please instead use `scalop::unlogtpm`'
#' @rdname tpm
#' @export
tpm = function(m, bulk = F) {
    message('This function has been deprecated. Please instead use `scalop::unlogtpm()')
}
jlaffy/scalop documentation built on March 24, 2024, 9 a.m.