Package: fastrc 0.0.2

fastrc: Fast Reverse Complement of DNA and RNA Sequences

Fast reverse complement of DNA and RNA sequences using a 'C++' lookup table for O(1) per-base complement mapping. Supports full IUPAC ambiguity codes, DNA and RNA modes, case preservation, and NA handling. Much faster than other packages for computing reverse complements of many short sequences such as primers, probes, and, k-mers.

Authors:Steven G. Rozen [aut, cre]

fastrc_0.0.2.tar.gz
fastrc_0.0.2.zip(r-4.7)fastrc_0.0.2.zip(r-4.6)fastrc_0.0.2.zip(r-4.5)
fastrc_0.0.2.tgz(r-4.6-x86_64)fastrc_0.0.2.tgz(r-4.6-arm64)fastrc_0.0.2.tgz(r-4.5-x86_64)fastrc_0.0.2.tgz(r-4.5-arm64)
fastrc_0.0.2.tar.gz(r-4.7-arm64)fastrc_0.0.2.tar.gz(r-4.7-x86_64)fastrc_0.0.2.tar.gz(r-4.6-arm64)fastrc_0.0.2.tar.gz(r-4.6-x86_64)
fastrc_0.0.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
fastrc/json (API)
NEWS

# Install 'fastrc' in R:
install.packages('fastrc', repos = c('https://steverozen.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/steverozen/fastrc/issues

Pkgdown/docs site:https://steverozen.github.io

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

cpp

3.00 score 3 scripts 125 downloads 1 exports 1 dependencies

Last updated from:7fd0c7ede5. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK111
linux-devel-x86_64OK100
source / vignettesOK171
linux-release-arm64OK110
linux-release-x86_64OK115
macos-release-arm64OK149
macos-release-x86_64OK217
macos-oldrel-arm64OK136
macos-oldrel-x86_64OK473
windows-develOK96
windows-releaseOK84
windows-oldrelOK98
wasm-releaseOK95

Exports:fast_rc

Dependencies:Rcpp