Package | Description |
---|---|
org.jbei.ice.lib.utils |
Non-web related utility classes.
|
Modifier and Type | Method and Description |
---|---|
static String |
SequenceUtils.calculateReverseComplementSequenceHash(String sequence)
Calculate the SHA-1 sequence hash of the reverse complement of the given sequence.
|
protected abstract String |
PackageAssembler.concatSequence(String part1Sequence,
String part2Sequence)
Concatinate two DNA sequences.
|
abstract Part |
PackageAssembler.join(Part part1,
Part part2)
Join two standardized
Part s. |
static String |
SequenceUtils.reverseComplement(String sequence)
Calculate the reverse complement of the given DNA sequence.
|
static String |
SequenceUtils.translateToProtein(String dnaSequence)
Calculate the amino acid translation of the given dnaSequence string.
|
Copyright © 2017. All rights reserved.