Description Usage Arguments Details Value Author(s) Examples
Create annotations for CNV analysis.
1 2 3 | CNV.create_anno(bin_minprobes = 15, bin_minsize = 50000,
bin_maxsize = 5000000, array_type = "450k", chrXY = FALSE,
exclude_regions = NULL, detail_regions = NULL)
|
bin_minprobes |
numeric. Minimum number of probes per bin. Bins are interatively merged with neighboring bin until minimum number is reached. |
bin_minsize |
numeric. Minimum size of a bin. |
bin_maxsize |
numeric. Maximum size of a bin. Merged bins that are larger are filtered out. |
array_type |
character. One of |
chrXY |
logical. Should chromosome X and Y be included in the analysis? |
exclude_regions |
GRanges object or path to bed file containing genomic regions to be excluded. |
detail_regions |
GRanges object or path to bed file containing genomic regions to be examined in detail. |
This function collects all annotations required for CNV analysis using Illumina 450k or EPIC arrays. The output CNV.anno
object is not editable. Rerun CNV.create_anno
to change parameters.
CNV.anno
object.
Volker Hovestadt conumee@hovestadt.bio
1 2 3 | # create annotation object
anno <- CNV.create_anno()
anno
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.