public class Sample
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
java.util.List<Genotype> |
genotypeList() |
Get a list of genotypes for this sample
|
java.util.stream.Stream<Genotype> |
genotypeStream() |
Get a stream of genotypes for this sample
|
java.lang.String |
name() |
Gets the name of the sample
|
PositionMeta[] |
positions() |
Gets an array of positions in the sample
|
public java.lang.String name()
public PositionMeta[] positions()
public java.util.stream.Stream<Genotype> genotypeStream()
public java.util.List<Genotype> genotypeList()