Uses of Class
org.snpsift.gwasCatalog.GwasCatalogEntry
-
Packages that use GwasCatalogEntry Package Description org.snpsift.gwasCatalog -
-
Uses of GwasCatalogEntry in org.snpsift.gwasCatalog
Methods in org.snpsift.gwasCatalog that return types with arguments of type GwasCatalogEntry Modifier and Type Method Description java.util.List<GwasCatalogEntry>
GwasCatalog. get(java.lang.String key)
java.util.List<GwasCatalogEntry>
GwasCatalog. get(java.lang.String chrName, int pos)
Get all entries at a given chromosome & position Note: Position is zero based.java.util.List<GwasCatalogEntry>
GwasCatalog. getByRs(java.lang.String rs)
Get an entry based on 'RS' numberjava.util.Iterator<GwasCatalogEntry>
GwasCatalog. iterator()
Methods in org.snpsift.gwasCatalog with parameters of type GwasCatalogEntry Modifier and Type Method Description java.lang.String
GwasCatalog. key(GwasCatalogEntry ge)
Create a 'key' string
-