Class GeneXmlExtract
- java.lang.Object
-
- de.julielab.jules.ae.genemapping.resources.ncbigene.GeneXmlExtract
-
public class GeneXmlExtract extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description EntrezgeneProtentrezgeneProtjava.lang.StringgeneIdjava.lang.StringgeneTrackStatusThe text content of the Gene-track_status elementjava.lang.StringgeneTrackStatusValueThe content of the 'value' attribute of the Gene-track_status elementjava.lang.StringrefSeqStatusThe status of the gene sequence analysis, see https://www.ncbi.nlm.nih.gov/books/NBK3841/#EntrezGene.Summary_2 and https://www.ncbi.nlm.nih.gov/books/NBK21091/table/ch18.T.refseq_status_codes/?report=objectonly.java.lang.Stringsummaryjava.lang.StringtaxId
-
Constructor Summary
Constructors Constructor Description GeneXmlExtract()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
geneId
public java.lang.String geneId
-
summary
public java.lang.String summary
-
entrezgeneProt
public EntrezgeneProt entrezgeneProt
-
taxId
public java.lang.String taxId
-
refSeqStatus
public java.lang.String refSeqStatus
The status of the gene sequence analysis, see https://www.ncbi.nlm.nih.gov/books/NBK3841/#EntrezGene.Summary_2 and https://www.ncbi.nlm.nih.gov/books/NBK21091/table/ch18.T.refseq_status_codes/?report=objectonly.
-
geneTrackStatusValue
public java.lang.String geneTrackStatusValue
The content of the 'value' attribute of the Gene-track_status element
-
geneTrackStatus
public java.lang.String geneTrackStatus
The text content of the Gene-track_status element
-
-