www.bioconductor.org - The QuasR package (short for Quantify and annotate short reads in R) integrates the functionality of several R packages (such as IRanges (Lawrence et al. 2013) and Rsamtools) and external software (e.g. bowtie, through the Rbowtie package, and...
github.com - R Package to visualize alignments between two or multiple DNA sequences includinga number of functionalities to facilitate processing of alignments in PAF format.
SVbyEye, an open-source R package to visualize and annotate sequence-to-sequence...
github.com - git clone https://github.com/lh3/minimap2
cd minimap2 && make
# long sequences against a reference genome
./minimap2 -a test/MT-human.fa test/MT-orang.fa > test.sam
# create an index first and then map
./minimap2 -d MT-human.mmi...
Nucleotide symbols
Nucleotide symbol
Full Name
A
Adenine
C
Cytosine
G
Guanine
T
Thymine
U
Uracil
R
Guanine / Adenine (purine)
Y
Cytosine / Thymine (pyrimidine)
K
Guanine /...