module Configuration:sig
..end
type
t = {
|
name : |
|
rna_gene_fpkm_tracking_file : |
|
rna_min_gene_expression : |
|
rna_transcript_fpkm_tracking_file : |
|
rna_min_transcript_expression : |
|
rna_transcript_fkpm_gtf_file : |
|
mhc_epitope_lengths : |
|
only_novel_epitopes : |
|
ic50_cutoff : |
|
percentile_cutoff : |
|
padding_around_mutation : |
|
self_filter_directory : |
|
skip_variant_errors : |
|
parameters : |
val to_json : t -> Yojson.Basic.json
val render : t -> string list
val default : t
val name : t -> string