Package org.snpeff.genotypes
Class Genotypes
java.lang.Object
org.snpeff.genotypes.Genotypes
- All Implemented Interfaces:
Serializable
Simple test program
- Author:
- pcingola
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GenotypesRead from a filebooleanloadVcf()Load datastatic voidvoidParse command line argumentsvoidSave to filevoidset(int entryNum, int sampleNum, VcfGenotype vg) Set an entry
-
Field Details
-
MARK
public static int MARK
-
-
Constructor Details
-
Genotypes
public Genotypes()
-
-
Method Details
-
load
Read from a file- Parameters:
fileName-
-
main
-
loadVcf
public boolean loadVcf()Load data -
parse
Parse command line arguments -
save
Save to file- Parameters:
fileName-
-
set
Set an entry
-