C - public class UniprotProxySequenceReader<C extends Compound> extends Object implements ProxySequenceReader<C>, FeaturesKeyWordInterface, DatabaseReferenceInterface
| Constructor and Description |
|---|
UniprotProxySequenceReader(String accession,
CompoundSet<C> compoundSet)
The uniprot id is used to retrieve the uniprot XML which is then parsed as a DOM object
so we know everything about the protein.
|
| Modifier and Type | Method and Description |
|---|---|
int |
countCompounds(C... compounds)
Returns the number of times we found a compound in the Sequence
|
AccessionID |
getAccession()
Returns the AccessionID this location is currently bound with
|
List<C> |
getAsList()
Returns the Sequence as a List of compounds
|
C |
getCompoundAt(int position)
Returns the Compound at the given biological index
|
CompoundSet<C> |
getCompoundSet()
Gets the compound set used to back this Sequence
|
LinkedHashMap<String,ArrayList<DBReferenceInfo>> |
getDatabaseReferences()
The Uniprot mappings to other database identifiers for this sequence
|
String |
getGeneName()
Get the gene name associated with this sequence.
|
int |
getIndexOf(C compound)
Scans through the Sequence looking for the first occurrence of the given
compound
|
SequenceView<C> |
getInverse()
Does the right thing to get the inverse of the current
Sequence.
|
ArrayList<String> |
getKeyWords()
Pull uniprot key words which is a mixed bag of words associated with this sequence
|
int |
getLastIndexOf(C compound)
Scans through the Sequence looking for the last occurrence of the given
compound
|
int |
getLength()
The sequence length
|
String |
getOrganismName()
Get the organism name assigned to this sequence
|
String |
getSequenceAsString()
Returns the String representation of the Sequence
|
String |
getSequenceAsString(Integer bioBegin,
Integer bioEnd,
Strand strand) |
SequenceView<C> |
getSubSequence(Integer bioBegin,
Integer bioEnd)
Returns a portion of the sequence from the different positions.
|
static String |
getUniprotbaseURL()
The current unirpot URL to deal with caching issues. www.uniprot.org is loaded balanced
but you can access pir.uniprot.org directly.
|
static String |
getUniprotDirectoryCache()
Local directory cache of XML that can be downloaded
|
Iterator<C> |
iterator() |
static void |
main(String[] args) |
void |
setCompoundSet(CompoundSet<C> compoundSet) |
void |
setContents(String sequence)
Once the sequence is retrieved set the contents and make sure everything this is valid
|
static void |
setUniprotbaseURL(String aUniprotbaseURL) |
static void |
setUniprotDirectoryCache(String aUniprotDirectoryCache) |
String |
toString() |
public UniprotProxySequenceReader(String accession, CompoundSet<C> compoundSet) throws Exception
accession - compoundSet - Exceptionpublic void setCompoundSet(CompoundSet<C> compoundSet)
setCompoundSet in interface SequenceReader<C extends Compound>public void setContents(String sequence)
setContents in interface SequenceReader<C extends Compound>sequence - public int getLength()
public C getCompoundAt(int position)
SequencegetCompoundAt in interface Sequence<C extends Compound>position - public int getIndexOf(C compound)
SequencegetIndexOf in interface Sequence<C extends Compound>compound - public int getLastIndexOf(C compound)
SequencegetLastIndexOf in interface Sequence<C extends Compound>compound - public String getSequenceAsString()
SequencegetSequenceAsString in interface Sequence<C extends Compound>public List<C> getAsList()
Sequencepublic SequenceView<C> getInverse()
SequencegetInverse in interface Sequence<C extends Compound>public String getSequenceAsString(Integer bioBegin, Integer bioEnd, Strand strand)
bioBegin - bioEnd - strand - public SequenceView<C> getSubSequence(Integer bioBegin, Integer bioEnd)
SequencegetSubSequence in interface Sequence<C extends Compound>bioBegin - bioEnd - public CompoundSet<C> getCompoundSet()
SequencegetCompoundSet in interface Sequence<C extends Compound>public AccessionID getAccession()
AccessionedgetAccession in interface Accessionedpublic int countCompounds(C... compounds)
SequencecountCompounds in interface Sequence<C extends Compound>compounds - public static String getUniprotbaseURL()
public static void setUniprotbaseURL(String aUniprotbaseURL)
aUniprotbaseURL - the uniprotbaseURL to setpublic static String getUniprotDirectoryCache()
public static void setUniprotDirectoryCache(String aUniprotDirectoryCache)
aUniprotDirectoryCache - the uniprotDirectoryCache to setpublic String getGeneName() throws Exception
Exceptionpublic String getOrganismName() throws Exception
Exceptionpublic ArrayList<String> getKeyWords() throws Exception
getKeyWords in interface FeaturesKeyWordInterfaceExceptionpublic LinkedHashMap<String,ArrayList<DBReferenceInfo>> getDatabaseReferences() throws Exception
getDatabaseReferences in interface DatabaseReferenceInterfaceExceptionCopyright © 2012 BioJava. All Rights Reserved.