Class StandardGenomeProvider
java.lang.Object
org.episteme.natural.biology.genome.providers.StandardGenomeProvider
- All Implemented Interfaces:
AlgorithmProvider, GenomeProvider
Standard implementation of genome analysis.
-
Nested Class Summary
Nested classes/interfaces inherited from interface GenomeProvider
GenomeProvider.Target -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the unique category of the algorithm.getName()scanCrispr(String sequence, String pamMotif, int spacerLength) Scans for CRISPR targets.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AlgorithmProvider
description, getMetadata, getPriority, isAvailable, score, shutdown
-
Constructor Details
-
StandardGenomeProvider
public StandardGenomeProvider()
-
-
Method Details
-
scanCrispr
Description copied from interface:GenomeProviderScans for CRISPR targets.- Specified by:
scanCrisprin interfaceGenomeProvider
-
getName
- Specified by:
getNamein interfaceAlgorithmProvider
-
getAlgorithmType
Description copied from interface:AlgorithmProviderReturns the unique category of the algorithm.- Specified by:
getAlgorithmTypein interfaceAlgorithmProvider
-