Class BackgroundVariantFrequencyParser
java.lang.Object
org.monarchinitiative.lirical.io.background.BackgroundVariantFrequencyParser
This class coordinates the input of the background frequency file. Note that this file is added as a resource to the
JAR file, i.e.,
/background/background-hg19.tsv
.- Author:
- Peter Robinson
-
Method Summary
Modifier and TypeMethodDescriptionparse
(BufferedReader reader) symbol geneID freqsum-benign count-benign freqsum-path count-path
-
Method Details
-
parse
public static Map<org.monarchinitiative.phenol.ontology.data.TermId,Double> parse(BufferedReader reader) symbol geneID freqsum-benign count-benign freqsum-path count-path
-