Description Usage Arguments Value Author(s)
This function is an example of filtering Breakdancer calls that have been
read with read.breakdancer
. It is illustrative only, and not
intended to necessarily represent the best way to filter Breakdancer
calls.
1 2 | filter.breakdancer(sv, minTumour = 10, maxNormal = 4, minRatio = 5,
chr = NA, conf = 95)
|
sv |
A |
minTumour |
minimum number of reads supporting SV in the tumour sample. |
maxNormal |
maximum number of reads supporting SV in the normal sample. |
minRatio |
minimum ration between supporting reads in the tumour / normal. |
chr |
Chromosome to process |
conf |
Minimum confidence (score) required. |
The filtered data.frame
Lutz Krause <lutz.krause@qimrberghofer.edu.au>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.