Révision 7e2d37e1 doc/sphinx_doc/build/text/ref.txt
b/doc/sphinx_doc/build/text/ref.txt | ||
---|---|---|
122 | 122 |
position of their center. Adajacent nucleosomes are compared two by |
123 | 123 |
two. Comparison is based on a log likelihood ratio score. The issue of |
124 | 124 |
comparison is adjacents nucleosomes merge or separation. Finally the |
125 |
function returns a list of clusters and all computed *lod_scores*.
|
|
125 |
function returns a list of clusters and all computed *llr_scores*.
|
|
126 | 126 |
Each cluster ows an attribute *wp* for "well positionned". This |
127 | 127 |
attribute is set as *TRUE* if the cluster is composed of exactly one |
128 | 128 |
nucleosomes of each sample. |
... | ... | |
131 | 131 |
Usage |
132 | 132 |
~~~~~ |
133 | 133 |
|
134 |
aggregate_intra_strain_nucs(samples, lod_thres = 20, coord_max = 2e+07)
|
|
134 |
aggregate_intra_strain_nucs(samples, llr_thres = 20, coord_max = 2e+07)
|
|
135 | 135 |
|
136 | 136 |
|
137 | 137 |
Arguments |
... | ... | |
143 | 143 |
marker=..., strain=..., roi=..., inputs=..., outputs=...)* with *roi = |
144 | 144 |
list(name=..., begin=..., end=..., chr=..., genome=...)*. |
145 | 145 |
|
146 |
"lod_thres"
|
|
146 |
"llr_thres"
|
|
147 | 147 |
|
148 | 148 |
Log likelihood ration threshold. |
149 | 149 |
|
... | ... | |
155 | 155 |
Value |
156 | 156 |
~~~~~ |
157 | 157 |
|
158 |
Returns a list of clusterized nucleosomes, and all computed lod
|
|
158 |
Returns a list of clusterized nucleosomes, and all computed llr
|
|
159 | 159 |
scores. |
160 | 160 |
|
161 | 161 |
|
... | ... | |
210 | 210 |
~~~~~ |
211 | 211 |
|
212 | 212 |
align_inter_strain_nucs(replicates, wp_nucs_strain_ref1 = NULL, |
213 |
wp_nucs_strain_ref2 = NULL, corr_thres = 0.5, lod_thres = 100,
|
|
213 |
wp_nucs_strain_ref2 = NULL, corr_thres = 0.5, llr_thres = 100,
|
|
214 | 214 |
config = NULL, ...) |
215 | 215 |
|
216 | 216 |
|
... | ... | |
235 | 235 |
|
236 | 236 |
Correlation threshold. |
237 | 237 |
|
238 |
"lod_thres"
|
|
238 |
"llr_thres"
|
|
239 | 239 |
|
240 | 240 |
LOD cut off. |
241 | 241 |
|
... | ... | |
252 | 252 |
Value |
253 | 253 |
~~~~~ |
254 | 254 |
|
255 |
Returns a list of clusterized nucleosomes, and all computed lod
|
|
255 |
Returns a list of clusterized nucleosomes, and all computed llr
|
|
256 | 256 |
scores. |
257 | 257 |
|
258 | 258 |
|
... | ... | |
1272 | 1272 |
Description |
1273 | 1273 |
~~~~~~~~~~~ |
1274 | 1274 |
|
1275 |
Compute the likelihood log of two set of value from two models Vs. a |
|
1276 |
unique model. |
|
1275 |
Compute the log likelihood ratio of two or more set of value. |
|
1277 | 1276 |
|
1278 | 1277 |
|
1279 | 1278 |
Usage |
1280 | 1279 |
~~~~~ |
1281 | 1280 |
|
1282 |
lod_score_vecs(x, y)
|
|
1281 |
llr_score_nvecs(xs)
|
|
1283 | 1282 |
|
1284 | 1283 |
|
1285 | 1284 |
Arguments |
1286 | 1285 |
~~~~~~~~~ |
1287 | 1286 |
|
1288 |
"x" |
|
1289 |
|
|
1290 |
First vector. |
|
1291 |
|
|
1292 |
"y" |
|
1287 |
"xs" |
|
1293 | 1288 |
|
1294 |
Second vector.
|
|
1289 |
list of vectors.
|
|
1295 | 1290 |
|
1296 | 1291 |
|
1297 | 1292 |
Value |
1298 | 1293 |
~~~~~ |
1299 | 1294 |
|
1300 |
Returns the likelihood ratio. |
|
1295 |
Returns the log likelihood ratio.
|
|
1301 | 1296 |
|
1302 | 1297 |
|
1303 | 1298 |
Author(s) |
... | ... | |
1320 | 1315 |
lines(min:max,dnorm(min:max,mean1,sd1)*card1,col=2) |
1321 | 1316 |
lines(min:max,dnorm(min:max,mean2,sd2)*card2,col=3) |
1322 | 1317 |
lines(min:max,dnorm(min:max,mean(c(x1,x2)),sd(c(x1,x2)))*card2,col=4) |
1323 |
lod_score_vecs(x1,x2)
|
|
1318 |
llr_score_nvecs(list(x1,x2))
|
|
1324 | 1319 |
|
1325 | 1320 |
R: nm |
1326 | 1321 |
|
... | ... | |
1346 | 1341 |
+-----------------+-----------------------------------------------------+ |
1347 | 1342 |
| Author: | Florent Chuffart | |
1348 | 1343 |
+-----------------+-----------------------------------------------------+ |
1349 |
| Version: | 2.3.41 |
|
|
1344 |
| Version: | 2.3.42 |
|
|
1350 | 1345 |
+-----------------+-----------------------------------------------------+ |
1351 | 1346 |
| License: | CeCILL | |
1352 | 1347 |
+-----------------+-----------------------------------------------------+ |
Formats disponibles : Unified diff