public class SimpleGVCFReader extends Object
| Constructor and Description |
|---|
SimpleGVCFReader(String gvcfFileName,
String refGenomeFile,
int maxRowsToProcess,
int minDepth) |
| Modifier and Type | Method and Description |
|---|---|
String |
genotype(int chromosome,
int positionInChromosome) |
String |
genotype(net.maizegenetics.dna.map.Position position) |
com.google.common.collect.RangeMap<net.maizegenetics.util.Tuple<Integer,Integer>,String> |
getSubMap(com.google.common.collect.Range<net.maizegenetics.util.Tuple<Integer,Integer>> subRange) |
boolean |
inReferenceRange(int chromosome,
int positionInChromosome) |
boolean |
inReferenceRange(net.maizegenetics.dna.map.Position position) |
String |
reference(int chromosome,
int positionInChromosome) |
String |
reference(net.maizegenetics.dna.map.Position position) |
public String genotype(net.maizegenetics.dna.map.Position position)
public String genotype(int chromosome, int positionInChromosome)
public boolean inReferenceRange(net.maizegenetics.dna.map.Position position)
public boolean inReferenceRange(int chromosome,
int positionInChromosome)
public String reference(net.maizegenetics.dna.map.Position position)
public String reference(int chromosome, int positionInChromosome)
Copyright © 2018. All rights reserved.