Description Usage Format See Also Examples
A list
of class
"rjmcmcNucleosomes" which contains the information about the
detected nucleosomes.
1 |
A list
of class
"rjmcmcNucleosomes" containing:
call
the matched call.
K
a vector
of integer
, the estimation of the
number of the nucleosomes for each iteration.
k
a integer
, the final estimation of the number
of nucleosomes.
mu
a vector
of numeric
of length
k
, the positions of the nucleosomes.
sigmaf
a vector
of numeric
of length
k
, the variance of the forward reads for each nucleosome.
sigmar
a vector
of numeric
of length
k
, the variance of the reverse reads for each nucleosome.
delta
a vector
of numeric
of length
k
, the distance between the maxima of the forward and reverse reads
position densities for each nucleosome.
df
a vector
of numeric
of length
k
, the degrees of freedom for each nucleosome.
w
a vector
of positive numerical
of length
k
, the weight for each nucleosome. The sum of all w
values
must be equal to 1
.
qmu
a matrix
of numerical
with a number of rows
of k
, the 2.5% and 97.5% quantiles of each mu
.
qsigmaf
a matrix
of numerical
with a number of
rows of k
, the 2.5% and 97.5% quantiles of the variance of the
forward reads for each nucleosome.
qsigmar
a matrix
of numerical
with a number of
rows of k
, the 2.5% and 97.5% quantiles of the variance the
reverse reads for each nucleosome.
qdelta
a matrix
of numerical
with a number of
rows of k
, the 2.5% and 97.5% quantiles of the distance between
the maxima of the forward and reverse reads
position densities for each nucleosome.
qdf
a matrix
of numerical
with a number of
rows of k
, the 2.5% and 97.5% quantiles of the degrees of freedom
for each nucleosome.
qw
a matrix
of numerical
with a number of rows
of k
, the 2.5% and 97.5% quantiles of the weight for each
nucleosome.
rjmcmc
for profiling of nucleosome positions
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Loading dataset
data(RJMCMC_result)
data(reads_demo)
## Results before post-treatment
RJMCMC_result$mu
## Post-treatment function which merged closely positioned nucleosomes
postResult <- postTreatment(startPosForwardReads = reads_demo$readsForward,
startPosReverseReads = reads_demo$readsReverse, RJMCMC_result, 74, 73500)
## Results after post-treatment
postResult
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.