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 Genotypes
Read from a fileboolean
loadVcf()
Load datastatic void
void
Parse command line argumentsvoid
Save to filevoid
set
(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
-