calculateParamDist {ChIPexoQual} | R Documentation |
calculateParamDist
calculates the quality parameters of one iteration.
This function samples nregions
rows from the stat matrix and fits
the linear model lm(d ~ 0 + u + w)
calculateParamDist
calculateParamDist
calculates the quality parameters of one iteration.
This function samples nregions
rows from the stat matrix and fits
the linear model lm(d ~ 0 + u + w)
calculateParamDist(i, stats, nregions)
i |
a numeric value indicating the current iteration. |
stats |
a |
nregions |
a numeric value indicating the number of regions sampled. |
a data.table
with both parameters and some extra info
data("exoExample") DT <- formatRegions(exoExample) calculateParamDist(1,DT,100)