Description Usage Arguments Examples
Function to generate the alignment from a RACE sequencing experiment
1 2 |
input_data |
The input .fastq files to be used for the alignment. |
replicon_ref |
The reference sequence to be used in the alignment. |
filename |
The filename that will be used for the output pdf file. |
mismatch |
The number of mismatches to be accepted during alignment. DEFAULT = 0 |
RACE_adapter |
The RACE adapter to be trimmied using cutadapt. |
str |
The start position of the binding region. |
end |
The end position of the binding region. |
tmap |
The option to use the Tmap aligner instead of the default BOWTIE aligner. DEFAULT = FALSE |
plot |
The option to output the results in plot. The default output is an R dataframe object. DEFAULT = FALSE |
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.