preprocessInput_sv | R Documentation |
Annotating the mutation data with necessary fields for further analysis
preprocessInput_sv(
input_data = NULL,
Sample.col = "Sample",
CHROM_1.col = "CHROM_1",
CHROM_2.col = "CHROM_2",
POS_1.col = "POS_1",
POS_2.col = "POS_2",
type.col = "Type",
resdir = resdir,
genome_build = "hg19"
)
input_data |
Table describing somatic structural rearrangements. |
resdir |
Results directory where graphical outputs should be exported. |
ensgene |
Gene table for annotations. A table of Ensembl genes is provided with the package. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.