Description Usage Arguments Author(s) Examples
Various measures to find differential expression.
1 2 3 4 5 6 7 8 9 | ks_test(dd)
diff_area(dd, cconst)
diff_derivative_area(dd, cconst)
qq_plot(dd)
qq_derivative_plot(dd)
pp_plot(dd)
pp_derivative_plot(dd)
hump_diff1(dd)
hump_diff2 (dd)
|
dd |
a matrix with 2 columns for samples and rows for nucleotides, containing coverage data (like from BED files) |
cconst |
NULL default |
The measures give various assesment of the difference between two sequencing samples shapes. Full description will follow in the paper.
Anna Lesniewska,Michal Okoniewski
1 2 3 4 | # if (xmapConnected())
# {
# ks_test(dd)
# }
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.