View source: R/amplicon-utils.R
sv_amplicon_exp | R Documentation |
This function identifies focal, somatic amplifications. As
amplicons are often grouped by the bridge-fusion-breakage cycles,
we represent the set of somatic amplicons identified for a sample
as a graph. The nodes of the graph are the amplicons and the edges
are the links between amplicons informed by paired reads. This
function is a wrapper for sv_amplicons
that constructs an
AmpliconGraph
for a given sample. As with the other
*Experiment functions, sv_amplicon_exp
saves the
AmpliconGraph
computed for each sample as in intermediate
file for quick recall. If the file exists, this function reads the
serialized R object from disk. To generate an AmpliconGraph
de novo, one must first delete the intermediate files (see
examples).
sv_amplicon_exp(
dirs,
bviews,
grl,
amplicon_filters,
params = ampliconParams(),
transcripts
)
dirs |
character-vector of file paths for storing intermediate files |
bviews |
A |
grl |
A |
amplicon_filters |
A list of germline filters and parameters. See the |
params |
a list of parameters for the amplicon analysis |
transcripts |
a |
See AmpliconGraph
for methods
associated with the class and sv_amplicons
for
construction of an AmpliconGraph
for a single sample.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.