
Last chance! 50% off unlimited learning
Sale ends in
compIdent(x, genome, target = NULL, debug = FALSE, mainLayer = NULL, covLayer = NULL, out = "plot")
Samples from the same origin are expected to have similar VAF values however results can skew based on copy number alterations (CNA). The user is expected to ensure no CNA occur at the 24 identity snp sites.
For display and debugging purposes a debug parameter is available which will use predefined data instead of reading in bam files. Note that data in the debug parameter is only available at the afore mentioned 24 sites.
# Read in BSgenome object (hg19)
library(BSgenome.Hsapiens.UCSC.hg19)
hg19 <- BSgenome.Hsapiens.UCSC.hg19
# Generate plot
compIdent(genome=hg19, debug=TRUE)
Run the code above in your browser using DataLab