Description Usage Arguments Value Examples
This function works on a Vmat (the output of computeVmat()). It shuffles the matrix to randomize the fragment densities.
1 | shuffleVmat(Vmat)
|
Vmat |
A Vmat, usually output of computeVmat |
A shuffled Vmat object
1 2 3 4 | data(bam_test)
data(ce11_all_REs)
Vmat <- computeVmat(bam_test, ce11_all_REs)
Vmat <- shuffleVmat(Vmat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.