Package org.biojava.nbio.phosphosite
Class Dataset
- java.lang.Object
-
- org.biojava.nbio.phosphosite.Dataset
-
public class Dataset extends java.lang.ObjectPhosphosite is available under the PhosphoSitePlus® is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License and is freely available for non-commercial purposes from http://www.phosphosite.org/staticDownloads.do Please acknowledge PhosphoSitePlus®, www.phosphosite.org" at appropriate locations. Please cite : “Hornbeck PV, Kornhauser JM, Tkachev S, Zhang B, Skrzypek E, Murray B, Latham V, Sullivan M (2012) PhosphoSitePlus: a comprehensive resource for investigating the structure and function of experimentally determined post-translational modifications in man and mouse. Nucleic Acids Res. 40(Database issue), D261–70.”. Created by ap3 on 31/10/2014.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringACETYLATIONstatic java.lang.StringDISEASE_ASSOCstatic java.lang.StringMETHYLATIONstatic java.lang.StringPHOSPHORYLATIONstatic java.lang.StringREGULATORYstatic java.lang.StringSUMOYLATIONstatic java.lang.StringUBIQUITINATION
-
Constructor Summary
Constructors Constructor Description Dataset()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidcopyFile(java.io.File src, java.io.File dst)voiddownload()voiddownloadFile(java.net.URL u, java.io.File localFile)java.io.FilegetLocalDir()java.io.File[]getLocalFiles()static voidmain(java.lang.String[] args)
-
-
-
Field Detail
-
ACETYLATION
public static final java.lang.String ACETYLATION
- See Also:
- Constant Field Values
-
DISEASE_ASSOC
public static final java.lang.String DISEASE_ASSOC
- See Also:
- Constant Field Values
-
METHYLATION
public static final java.lang.String METHYLATION
- See Also:
- Constant Field Values
-
PHOSPHORYLATION
public static final java.lang.String PHOSPHORYLATION
- See Also:
- Constant Field Values
-
REGULATORY
public static final java.lang.String REGULATORY
- See Also:
- Constant Field Values
-
SUMOYLATION
public static final java.lang.String SUMOYLATION
- See Also:
- Constant Field Values
-
UBIQUITINATION
public static final java.lang.String UBIQUITINATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getLocalFiles
public java.io.File[] getLocalFiles()
-
getLocalDir
public java.io.File getLocalDir()
-
download
public void download()
-
downloadFile
public void downloadFile(java.net.URL u, java.io.File localFile) throws java.io.IOException- Throws:
java.io.IOException
-
copyFile
public static void copyFile(java.io.File src, java.io.File dst) throws java.io.IOException- Throws:
java.io.IOException
-
main
public static void main(java.lang.String[] args)
-
-