gov.nih.nci.caarray.domain.array
Class MiRNAProbeAnnotation
java.lang.Object
gov.nih.nci.caarray.domain.AbstractCaArrayObject
gov.nih.nci.caarray.domain.AbstractCaArrayEntity
gov.nih.nci.caarray.domain.array.AbstractProbeAnnotation
gov.nih.nci.caarray.domain.array.MiRNAProbeAnnotation
- All Implemented Interfaces:
- com.fiveamsolutions.nci.commons.data.persistent.PersistentObject, java.io.Serializable
public class MiRNAProbeAnnotation
- extends AbstractProbeAnnotation
- Author:
- jscott
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
MIR
Name of the miRNA database. |
Method Summary |
void |
addAccessionNumber(java.lang.String databaseName,
java.lang.String accessionNumber)
Add an accession to this gene. |
java.util.List<java.lang.String> |
getAccessionNumbers(java.lang.String databaseName)
Get all the accessions associated with this gene in the given public database. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
MIR
public static final java.lang.String MIR
- Name of the miRNA database.
- See Also:
- Constant Field Values
MiRNAProbeAnnotation
public MiRNAProbeAnnotation()
addAccessionNumber
public void addAccessionNumber(java.lang.String databaseName,
java.lang.String accessionNumber)
- Add an accession to this gene.
- Parameters:
databaseName
- the name of the public database.accessionNumber
- the accession number to add.
getAccessionNumbers
public java.util.List<java.lang.String> getAccessionNumbers(java.lang.String databaseName)
- Get all the accessions associated with this gene in the given public database.
- Parameters:
databaseName
- the name of the public database.
- Returns:
- a list of accessions.