Package: pafr 0.0.2
pafr: Read, Manipulate and Visualize 'Pairwise mApping Format' Data
Provides functions to read, process and visualize pairwise sequence alignments in the 'PAF' format used by 'minimap2' and other whole-genome aligners. 'minimap2' is described by Li H. (2018) <doi:10.1093/bioinformatics/bty191>.
Authors:
pafr_0.0.2.tar.gz
pafr_0.0.2.zip(r-4.5)pafr_0.0.2.zip(r-4.4)pafr_0.0.2.zip(r-4.3)
pafr_0.0.2.tgz(r-4.4-any)pafr_0.0.2.tgz(r-4.3-any)
pafr_0.0.2.tar.gz(r-4.5-noble)pafr_0.0.2.tar.gz(r-4.4-noble)
pafr_0.0.2.tgz(r-4.4-emscripten)pafr_0.0.2.tgz(r-4.3-emscripten)
pafr.pdf |pafr.html✨
pafr/json (API)
NEWS
# Install 'pafr' in R: |
install.packages('pafr', repos = c('https://dwinter.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/dwinter/pafr/issues
Last updated 4 years agofrom:115d2b1be6. Checks:OK: 5 NOTE: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 03 2024 |
R-4.5-win | NOTE | Nov 03 2024 |
R-4.5-linux | NOTE | Nov 03 2024 |
R-4.4-win | OK | Nov 03 2024 |
R-4.4-mac | OK | Nov 03 2024 |
R-4.3-win | OK | Nov 03 2024 |
R-4.3-mac | OK | Nov 03 2024 |
Exports:as_pafchrom_sizesdotplotfilter_secondary_alignmentsGb_labhighlight_queryhighlight_targetKb_labMb_labplot_coverageplot_syntenyread_bedread_paftheme_coverage_plot
Dependencies:clicolorspacedplyrfansifarvergenericsggplot2gluegtableisobandlabelinglatticelifecyclemagrittrMASSMatrixmgcvmunsellnlmepillarpkgconfigR6RColorBrewerrlangscalesstringistringrtibbletidyselectutf8vctrsviridisLitewithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Coerce a data.frame or tibble into a pafr object | as_paf |
Extract the sizes of all sequences in a paf alignment | chrom_sizes |
Generate a dot plot from a paf alignment | dotplot |
Remove secondary alignments from a pafr alignment | filter_secondary_alignments |
Number formatters for scales in base pairs | Gb_lab Kb_lab Mb_lab |
Highlight segments of a query or target genome in a dot plot | highlight_query highlight_target |
Plot the regions of one genome that are covered by alignments in a paf file | plot_coverage |
Plot synteny between a query and target sequence in a PAF alignment | plot_synteny |
Read genomic intervals in bed format | read_bed |
Read a genomic alignment in PAF format | read_paf |
A minimalistic ggplot2 theme designed for use with genome coverage plots | theme_coverage_plot |