Biostrings
This is the development version of Biostrings; for the stable release version, see Biostrings.
Efficient manipulation of biological strings
Bioconductor version: Development (3.18)
Memory efficient string containers, string matching algorithms, and other utilities, for fast manipulation of large biological sequences or sets of sequences.
Author: Hervé Pagès [aut, cre], Patrick Aboyoun [aut], Robert Gentleman [aut], Saikat DebRoy [aut], Vince Carey [ctb], Nicolas Delhomme [ctb], Felix Ernst [ctb], Haleema Khan [ctb] (Converted 'matchprobes' vignette from Sweave to RMarkdown), Aidan Lakshman [ctb], Kieran O'Neill [ctb], Valerie Obenchain [ctb], Marcel Ramos [ctb], Albert Vill [ctb], Jen Wokaty [ctb] (Converted 'matchprobes' vignette from Sweave to RMarkdown), Erik Wright [ctb]
Maintainer: Hervé Pagès <hpages.on.github at gmail.com>
citation("Biostrings")
):
Installation
To install this package, start R (version "4.3") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("Biostrings")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("Biostrings")
A short presentation of the basic classes defined in Biostrings 2 | R Script | |
Biostrings Quick Overview | ||
Handling probe sequence information | HTML | R Script |
Multiple Alignments | R Script | |
Pairwise Sequence Alignments | R Script | |
Reference Manual | ||
NEWS | Text |
Details
biocViews | Alignment, DataImport, DataRepresentation, Genetics, Infrastructure, SequenceMatching, Sequencing, Software |
Version | 2.69.2 |
In Bioconductor since | BioC 1.6 (R-2.1) or earlier (> 18 years) |
License | Artistic-2.0 |
Depends | R (>= 4.0.0), methods, BiocGenerics(>= 0.37.0), S4Vectors(>= 0.27.12), IRanges(>= 2.31.2), XVector(>= 0.37.1), GenomeInfoDb |
Imports | methods, utils, grDevices, graphics, stats, crayon |
Linking To | S4Vectors, IRanges, XVector |
Suggests | BSgenome(>= 1.13.14), BSgenome.Celegans.UCSC.ce2(>= 1.3.11), BSgenome.Dmelanogaster.UCSC.dm3(>= 1.3.11), BSgenome.Hsapiens.UCSC.hg18, drosophila2probe, hgu95av2probe, hgu133aprobe, GenomicFeatures(>= 1.3.14), hgu95av2cdf, affy(>= 1.41.3), affydata(>= 1.11.5), RUnit, BiocStyle, knitr |
System Requirements | |
Enhances | Rmpi |
URL | https://bioconductor.org/packages/Biostrings |
Bug Reports | https://github.com/Bioconductor/Biostrings/issues |
See More
Package Archives
Follow Installation instructions to use this package in your R session.
Source Package | Biostrings_2.69.2.tar.gz |
Windows Binary | Biostrings_2.69.2.zip |
macOS Binary (x86_64) | Biostrings_2.69.2.tgz |
macOS Binary (arm64) | Biostrings_2.69.2.tgz |
Source Repository | git clone https://git.bioconductor.org/packages/Biostrings |
Source Repository (Developer Access) | git clone git@git.bioconductor.org:packages/Biostrings |
Bioc Package Browser | https://code.bioconductor.org/browse/Biostrings/ |
Package Short Url | https://bioconductor.org/packages/Biostrings/ |
Package Downloads Report | Download Stats |