Description Usage Format Source References Examples
Nucleotide tallies computed over the TP53 region (+/- 1Mb) for the 50/50 NA12878/NA19240 mixture, separately for each replicate. Each replicate corresponds to a separate biochemical mixing.
1 |
A VRangesList, each VRanges of which corresponds to one of the three biochemical replicates.
Computed from the alignments of the FASTQ files found in the ‘inst/extdata’ directory. Repeat regions (see repeats) were excluded. For example, for one replicate,
1 2 3 4 5 6 7 8 9 | library(gmapR)
extdata.dir <- system.file("extdata",
package="VariantToolsData")
bams <- BamFileList(tools::list_files_with_exts(extdata.dir, "bam"))
data(repeats, package = "VariantToolsData")
param <- TallyVariantsParam(TP53Genome(), mask = repeats,
read_pos=TRUE, read_length=75L)
tallies <- split(tallyVariants(bams, param), ~ sampleNames)
|
This assumes that the BAM files have been generated for the current version of the TP53 genome:
1 2 3 4 5 6 7 8 9 |
Lawrence, M., Huntley, M. A., Stawiski, E., Owen, A., Wu, T. D., Goldstein, L. D., Cao, Y., Degenhardt, J., Young, J., Guillory, J., Heldens, S., Jackson, M., Seshagiri S., and Gentleman, R. (2015). Genomic variant calling: Flexible tools and a diagnostic data set. bioRxiv.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.