View source: R/filterCoAccessibleLinks.R
filterCoAccessibleLinks | R Documentation |
filterCoAccessibleLinks
filterCoAccessibleLinks
will filter the output from
getCoAccessibleLinks by a threshold, retaining links with a
absolute correlation greater than the threshold.
This function also adds the chr, start, and end site of each link to
the output table.
filterCoAccessibleLinks(TileCorr, threshold = 0.5)
TileCorr |
The correlation table output from getCoAccessibleLinks |
threshold |
Keep |
FilteredTileCorr The filtered correlation table with chr, start, and end site of each link
## Not run:
# links is the output of MOCHA::getCoAccessibleLinks
MOCHA::filterCoAccessibleLinks(links, threshold = 0.5)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.