View source: R/deletion-utils.R
sv_deletions | R Documentation |
Creates a StructuralVariant
object encapsulating information
on deletions, including the genomic intervals, proper and improper
read pairs in the vicinity, and a classification for the type of
deletion based on the preprocessed estimates of read depth and the
improper read pair alignments.
sv_deletions(preprocess, gr_filters, param = DeletionParam())
preprocess |
a list of preprocessing summaries (see |
gr_filters |
a |
param |
a |
Note: proper read pairs near a candidate deletion are randomly sampled to reduce the size of the object. For reproducibility, set a seed prior to running this function.
a StructuralVariant
object
preprocessData
data(pdata)
pdata$bam.file <- system.file("extdata", "cgov44t_revised.bam", package="svbams")
sv_deletions(pdata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.