https://github.com/kinow/java-biostrings
Biostrings port in Java (for study)
https://github.com/kinow/java-biostrings
algorithms bioinformatics dna genetics iupac java protein r text text-processing
Last synced: 6 months ago
JSON representation
Biostrings port in Java (for study)
- Host: GitHub
- URL: https://github.com/kinow/java-biostrings
- Owner: kinow
- License: mit
- Created: 2017-09-12T06:09:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-06T11:09:33.000Z (over 7 years ago)
- Last Synced: 2025-02-01T21:36:02.010Z (8 months ago)
- Topics: algorithms, bioinformatics, dna, genetics, iupac, java, protein, r, text, text-processing
- Language: Java
- Size: 3.91 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Java Biostrings
A Java port of the [R Biostrings](https://bioconductor.org/packages/release/bioc/html/Biostrings.html)
library.This project was created to practice the [Apache Commons Text](http://commons.apache.org/proper/commons-text/)
code capabilities.Licensed under the MIT license, not released to Apache Maven Central as this is more of an experiment
for Commons Text right now.