JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.monarchinitiative.lirical.exomiser_db_adapter.model.frequency.RsId
Packages that use
RsId
Package
Description
org.monarchinitiative.lirical.exomiser_db_adapter.model.frequency
Uses of
RsId
in
org.monarchinitiative.lirical.exomiser_db_adapter.model.frequency
Methods in
org.monarchinitiative.lirical.exomiser_db_adapter.model.frequency
that return
RsId
Modifier and Type
Method
Description
static
RsId
RsId.
empty
()
Returns an instance of an empty value.
static
RsId
RsId.
of
(int id)
Returns new RsId from the integer provided.
static
RsId
RsId.
of
(
String
id)
Parses rs ids from their VCF representation - can be in the form "rs123456", "123456" or "." for an empty value.