MCPcopy Index your code
hub / github.com/biojava/biojava

github.com/biojava/biojava @biojava-7.2.5

Chat with this repo
repository ↗ · DeepWiki ↗ · release biojava-7.2.5 ↗ · + Follow
13,212 symbols 50,897 edges 1,308 files 5,450 documented · 41%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Welcome to

Build Version License Join the chat at https://gitter.im/biojava/biojava

BioJava is an open-source project dedicated to providing a Java framework for processing biological data. It provides analytical and statistical routines, parsers for common file formats, reference implementations of popular algorithms, and allows the manipulation of sequences and 3D structures. The goal of the biojava project is to facilitate rapid application development for bioinformatics.

Please visit our homepage.

Documentation

The BioJava tutorial is a great place to get started. It is most complete for the biojava-structure module.

The BioJava Cookbook contains an older and slightly outdated collection of simple examples that teach the basics for how to work with BioJava.

Full javadocs are available at the BioJava website.

Maven Repository

BioJava release are available from Maven Central.

Quick Installation

If you are using Maven you can add the BioJava repository by adding the following XML to your project pom.xml file:

    <dependencies>
      <dependency>
        <groupId>org.biojava</groupId>
        <artifactId>biojava-core</artifactId>
        <version>7.2.4</version>
      </dependency>

    </dependencies>

For developers

Release biojava to maven central: - mvn -Prelease release:prepare - mvn -Prelease release:perform

Publish new javadocs: - mvn -Prelease site this will write target/site - Push the contents of target/site/apidocs to the biojava.github.io repo under directory docs/apiM.m.p (e.g. docs/api7.1.4) and then link docs/api to docs/apiM.m.p, for it to be published in biojava.org

Mailing Lists

BioJava has one main mailing list. In order to avoid SPAM the list only accepts postings from list members. Anybody can become a list member, so please subscribe before you post. If you send without being subscribed your mail might get stuck in the moderation loop, which can cause several weeks of delay (no fun to read through all that spam).

biojava-l general discussion list

This list is intended for general discussion, advice, questions, offers of help, announcements, expressions of appreciation, bugs found in release code and requests for features.

biojava-dev developers list

A dev mailing list used to exist, but it has now been shut down. For dev discussions we now use github issues. Please search existing issues and if you don't find the answer to your question submit a new issue.

Please cite

BioJava 5: A community driven open-source bioinformatics library

Aleix Lafita, Spencer Bliven, Andreas Prlić, Dmytro Guzenko, Peter W. Rose, Anthony Bradley, Paolo Pavan, Douglas Myers-Turnbull, Yana Valasatava, Michael Heuer, Matt Larson, Stephen K. Burley, Jose M. Duarte

PLOS Computational Biology 15(2): e1006791

doi

Extension points exported contracts — how you extend this code

PairwiseSequenceScorer (Interface)
Defines an algorithm which computes a score for a pair of sequences. @author Mark Chapman @param each {@link Sequen [7 …
biojava-alignment/src/main/java/org/biojava/nbio/alignment/template/PairwiseSequenceScorer.java
StructurePairSelector (Interface)
To be implemented by JPanels that are part of the GUI to trigger structure aligmnents. @author Andreas Prlic @since 1. [10 …
biojava-structure-gui/src/main/java/org/biojava/nbio/structure/gui/util/StructurePairSelector.java
DatabaseReferenceInterface (Interface)
If a SequenceProxyReader implements this interface then that external source has a list of cross reference id(s) @author [6 …
biojava-core/src/main/java/org/biojava/nbio/core/sequence/features/DatabaseReferenceInterface.java
StructureIdentifier (Interface)
An identifier that uniquely identifies a whole Structure or arbitrary substructure. Common examples wou [16 implementers]
biojava-structure/src/main/java/org/biojava/nbio/structure/StructureIdentifier.java
DiscreteQuantizerInterface (Interface)
@author Scooter Willis [26 implementers]
biojava-survival/src/main/java/org/biojava/nbio/survival/kaplanmeier/metadata/DiscreteQuantizerInterface.java
Term (Interface)
A term in an ontology. This has an Annotation Annotation which can be used for storing additional human-display [5 implementers]
biojava-ontology/src/main/java/org/biojava/nbio/ontology/Term.java
IPeptideProperties (Interface)
An interface to generate some basic physico-chemical properties of protein sequences. The following properties coul [3 …
biojava-aa-prop/src/main/java/org/biojava/nbio/aaproperties/IPeptideProperties.java
StreamListener (Interface)
Event based parser callback. @since 3.0.3 [3 implementers]
biojava-genome/src/main/java/org/biojava/nbio/genome/io/fastq/StreamListener.java

Core symbols most depended-on inside this repo

get
called by 3289
biojava-structure/src/main/java/org/biojava/nbio/structure/io/cif/CifFileSupplier.java
append
called by 1857
biojava-genome/src/main/java/org/biojava/nbio/genome/io/fastq/FastqWriter.java
add
called by 1582
biojava-structure/src/main/java/org/biojava/nbio/structure/Calc.java
equals
called by 1245
biojava-ontology/src/main/java/org/biojava/nbio/ontology/Triple.java
size
called by 1170
biojava-structure/src/main/java/org/biojava/nbio/structure/Group.java
println
called by 731
biojava-core/src/main/java/org/biojava/nbio/core/util/XMLWriter.java
format
called by 657
biojava-genome/src/main/java/org/biojava/nbio/genome/util/ChromosomeMappingTools.java
size
called by 615
biojava-structure/src/main/java/org/biojava/nbio/structure/align/multiple/Block.java

Shape

Method 11,740
Class 1,256
Interface 133
Enum 80
Function 3

Languages

Java100%
Python1%

Modules by API surface

biojava-structure/src/main/java/org/biojava/nbio/structure/align/model/AFPChain.java163 symbols
biojava-structure/src/main/java/org/biojava/nbio/structure/EntityInfo.java106 symbols
biojava-alignment/src/main/java/org/biojava/nbio/alignment/io/StockholmFileAnnotation.java81 symbols
biojava-survival/src/main/java/org/biojava/nbio/survival/data/WorkSheet.java73 symbols
biojava-structure/src/main/java/org/biojava/nbio/structure/io/cif/CifStructureConsumerImpl.java73 symbols
biojava-structure/src/main/java/org/biojava/nbio/structure/chem/ChemComp.java70 symbols
biojava-structure/src/main/java/org/biojava/nbio/structure/StructureImpl.java62 symbols
biojava-core/src/main/java/org/biojava/nbio/core/sequence/template/AbstractSequence.java62 symbols
biojava-structure/src/main/java/org/biojava/nbio/structure/io/PDBFileParser.java61 symbols
biojava-structure/src/main/java/org/biojava/nbio/structure/Structure.java60 symbols
biojava-structure/src/main/java/org/biojava/nbio/structure/align/StrucAligParameters.java58 symbols
biojava-structure/src/main/java/org/biojava/nbio/structure/cath/CathDomain.java57 symbols

For agents

$ claude mcp add biojava \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact