Description Usage Arguments Value Author(s) Examples
This function reads a Breakdancer output file and returns a
data.frame
suitable as input to cnv.plot
. This only serves
as an example, Breakdancer output is not required to run cnv.plot
,
the structural variant data may come from any source.
1 2 | read.breakdancer(f, chrom = NA, normal.regex = "NORMAL",
tumour.regex = "TUMOUR")
|
f |
The Breakdancer output file name |
chrom |
The chromosome to process |
normal.regex |
A regular expression used on the input file names to identify the normal sample. |
tumour.regex |
A regular expression used on the input file names to identify the tumour sample. |
A data.frame
suitable as input to cnv.plot
Jonathan Ellis <jonathan.j.ellis@gmail.com>
1 2 3 4 | ## Not run:
read.breakdancer()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.