Class GeneXMLDownloader
- java.lang.Object
-
- de.julielab.jules.ae.genemapping.resources.GeneXMLDownloader
-
public class GeneXMLDownloader extends java.lang.ObjectAlternative to
GeneXMLFromASN1Extractor.Downloads NCBI Gene XML from NCBI via eUtils. The class extracts the protein names for each gene and its summary. The downloaded XML may be stored for later use in which case a new download is not required.
Note that the download is a fragile way to get the required gene information in contrast to
GeneXMLFromASN1Extractor. During very long downloads, network issues might corrupt the downloaded data. Also, the download takes a lot of time. It is still feasible for 10-20 taxonomy IDs.- Author:
- faessler
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringEUTILS
-
Constructor Summary
Constructors Constructor Description GeneXMLDownloader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)
-