log_transform | R Documentation |
The default transformation function for converting the normalized counts.
log_transform(x, offset = 0.5)
x |
numeric that must be >=0. represents an individual observed count (one transcript in one sample). |
offset |
numeric offset to prevent taking the log of 0. |
log(x + offset)