powered by
Transform count data into continuous data.
ContTran(iData,total_iteration=5000,stepsize=0.05)
a \(n\)x\(p\) count data matrix.
total iteration number for Baysian random effect model-based transformation, default of 5000.
The stepsize of updating parameters in transformation, default of 0.05.
\(n\)x\(p\) matrix of continuized data.
%% ...
This is the function that transform the count data into continuized data.
Jia, B., Xu, S., Xiao, G., Lamba, V., Liang, F. (2017) Inference of Genetic Networks from Next Generation Sequencing Data. Biometrics.
# NOT RUN { # } # NOT RUN { # } # NOT RUN { library(equSA) data(count) ContTran(count,total_iteration=1000) # }
Run the code above in your browser using DataLab