Description Usage Arguments Details Value Author(s) See Also
View source: R/fusions.process.R
Automatically interpret gene fusions found by Sanger sequencing using the Ligation-Dependent PCR protocol.
1 | fusions.process(input, design, sheet = NA, output = ".", cores = NA, ...)
|
input |
Single character value, the path to the directory containing the AB1 files to process. |
design |
Data.frame describing all possible fusions (see Details). |
sheet |
Single character value, the name and path of a CSV file describing the files to process. 3 columns are expected: |
output |
Single character value, the path to a directory in which to produce output files (will be created if doesn't yet exists). |
cores |
Single integer value, the amount of CPUs to use on the local machine to parallelize the computation. If |
... |
Further arguments are passed to |
design
must contain one row for each possible combination of a left primer with a right primer, whether this fusion is expected and relevant or not.
Expected columns in design
are (excluding extra columns required with extra
) :
Character, the name of the left primer.
Character (uppercase), the sequence of the left primer (gene-specific part only).
Character (uppercase), the sequence of the left universal primer used for amplification.
Character, the symbol of the gene targeted by the left primer.
Character, the genomic coordinates of the last base of the left primer (chromosome:position:strand).
Character, the cytogenetic location of the gene targeted by the left primer.
Character, the name of the right primer.
Character (uppercase), the sequence of the right primer (gene-specific part only).
Character (uppercase), the sequence of the right universal primer used for amplification.
Character, the symbol of the gene targeted by the right primer.
Character, the genomic coordinates of the last base of the right primer (chromosome:position:strand).
Character, the cytogenetic location of the gene targeted by the right primer.
Character (uppercase), the complete sequence expected in forward sequencing (concatenation of left.unileft
, left.seq
, right.seq
, right.uniright
and the right tail, if any).
Character (uppercase), the complete sequence expected in reverse sequencing (reverse complement of a concatenation of the left tail, if any, left.unileft
, left.seq
, right.seq
, right.uniright
).
Please contact the authors to obtain a relevant design object.
Invisibly returns the aggregated table of top results for all samples.
Various files are produced, in location set by the output
argument :
The aggregated table of top results for all samples.
One plot for each sample, showing the sequencing profile and the best alignments found.
Sylvain Mareschal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.