Package | Description |
---|---|
com.hfg.bio | |
com.hfg.bio.molbio | |
com.hfg.bio.seq | |
com.hfg.bio.seq.alignment | |
com.hfg.bio.seq.format | |
com.hfg.bio.seq.format.feature.genbank | |
com.hfg.bio.seq.pattern |
Modifier and Type | Method and Description |
---|---|
SeqLocation |
DigestFragment.getSeqLocation() |
Modifier and Type | Method and Description |
---|---|
protected RestrictionSite |
RestrictionEnzyme.createMatch(String inSeq,
SeqLocation inLocation) |
Constructor and Description |
---|
RestrictionSite(RestrictionEnzyme inRestrictionEnzyme,
String inSeq,
SeqLocation inLocation) |
Modifier and Type | Method and Description |
---|---|
SeqLocation |
NucleicAcidTrimmer.calculateTrimRange(NucleicAcid inSeq) |
SeqLocation |
SeqLocation.clone() |
static SeqLocation |
SeqUtil.flipStrandSeqLocation(SeqLocation inSeqLoc,
int inNucleotideSeqLength)
Creates a new SeqLocation that is relative to the opposite strand.
|
SeqLocation |
SeqLocation.setChainId(String inValue) |
SeqLocation |
SeqLocation.setEnd(Integer inValue) |
SeqLocation |
SeqLocation.setStart(Integer inValue) |
Modifier and Type | Method and Description |
---|---|
List<SeqLocation> |
Protein.findNLinkedSites() |
List<SeqLocation> |
SeqLocation.subtract(SeqLocation inLoc2) |
Modifier and Type | Method and Description |
---|---|
static SeqLocation |
SeqUtil.flipStrandSeqLocation(SeqLocation inSeqLoc,
int inNucleotideSeqLength)
Creates a new SeqLocation that is relative to the opposite strand.
|
String |
BioSequence.getSubSequence(SeqLocation inSeqLocation) |
String |
BioSequenceImpl.getSubSequence(SeqLocation inSeqLocation) |
Reader |
BioSequence.getSubSequenceReader(SeqLocation inSeqLocation) |
Reader |
BioSequenceImpl.getSubSequenceReader(SeqLocation inSeqLocation) |
List<SeqLocation> |
SeqLocation.subtract(SeqLocation inLoc2) |
Modifier and Type | Method and Description |
---|---|
SeqLocation |
AlignedSeq.getSeqLocation() |
Modifier and Type | Method and Description |
---|---|
SeqLocation |
SeqCitation.getSeqLocation() |
Modifier and Type | Method and Description |
---|---|
SeqCitation |
SeqCitation.setSeqLocation(SeqLocation inValue) |
Modifier and Type | Method and Description |
---|---|
List<SeqLocation> |
GenBankFeatureLocation.getIntrons() |
Modifier and Type | Method and Description |
---|---|
SeqLocation |
SeqPatternMatch.getSeqLocation() |
SeqLocation |
SeqPatternMatcher.getSeqLocation() |
Modifier and Type | Method and Description |
---|---|
protected T |
NucleotidePattern.createMatch(String inSeq,
SeqLocation inLocation) |
protected ProteinPatternMatch |
ProteinPattern.createMatch(String inSeq,
SeqLocation inLocation) |
protected abstract T |
SeqPattern.createMatch(String inSeq,
SeqLocation inLocation) |
T |
SeqPatternMatcher.find(SeqLocation inSeqLocation) |
default List<T> |
SeqPatternMatcher.findAll(SeqLocation inSeqLocation) |
default T |
SeqPatternMatcher.findLast(SeqLocation inSeqLocation) |
SeqPatternMatcher<S,T> |
SeqPattern.matcher(S inTarget,
SeqLocation inSeqLocation) |
Constructor and Description |
---|
NucleotidePatternMatch(NucleotidePattern inPattern,
String inSeq,
SeqLocation inLocation) |
ProteinPatternMatch(ProteinPattern inPattern,
String inSeq,
SeqLocation inLocation) |
SeqPatternMatch(SeqPattern inPattern,
String inSeq,
SeqLocation inLocation) |
jataylor@hairyfatguy.com