View source: R/processReadLinks.R
processReadLinks | R Documentation |
This function takes condidate links and filter all spurious links. Also this function exports table of links as well as plot links onto the genome reference.
processReadLinks(gr.links, min.reads = 10, chromosomes = NULL, bsgenome = NULL)
gr.links |
A |
min.reads |
Minimum number of unique reads to support a link. |
chromosomes |
If only a subset of the chromosomes should be binned, specify them here. |
bsgenome |
A reference genome to get lengths of genomic sequences (eg. GRCh38). |
David Porubsky
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.