getOriLogPref {mseq}R Documentation

initialize for mart

Description

Get the original log preferences, that is, the logarithms of gene expression levels. Here the gene with zero count will be replaced by a small count. Only for internal use. Not available to users.

Usage

getOriLogPref(data, small_count = 0.5)

Arguments

data the data frame generated by expData.R
small_count the small count that will replace the zero count

Value

a numeric vector of the log preferences


[Package mseq version 1.1 Index]