shiftBetas {Harman} | R Documentation |
A convienance function for methylation data.
shiftBetas(betas, shiftBy = 1e-04)
betas |
matrix, beta values. |
shiftBy |
numeric, the amount to shift values of |
None
betas <- seq(0, 1, by=0.05) range(betas) newBetas <- shiftBetas(betas, shiftBy=1e-4) newBetas range(newBetas)