We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(see also #21 #42)
per-variant
per-assoc
genes
for [Manhattan, regionLZ, geneLZ/bottom], linking to gene pages will require phenocode, which must be passed in somehow.
phenocode
Strategy:
conf.parse.fields[].table_underscoretemplate
conf.parse.template_only_fields[].table_underscoretemplate
head_template
cell_template
inclusion_criteria
model.table_underscoretemplate
per-pheno
model.const
var wrappedtemplater = obj => templater(deepcopy(obj).update(model.const))
color_by_category
nearest_gene
These are just <p>s, so just use templates like .tooltip_underscoretemplate.
<p>
.tooltip_underscoretemplate
Just feed in model.const.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
autogenerate table columns
(see also #21 #42)
per-variant
andper-assoc
fieldsper-variant
(w/ogenes
?) andper-assoc
for [Manhattan, regionLZ, geneLZ/bottom], linking to gene pages will require
phenocode
, which must be passed in somehow.Strategy:
conf.parse.fields[].table_underscoretemplate
andconf.parse.template_only_fields[].table_underscoretemplate
head_template
,cell_template
,inclusion_criteria
(just a disjunctive list of fields?).model.table_underscoretemplate
per-variant
,per-assoc
, andper-pheno
.per-pheno
atmodel.const
per-variant
atmodel.const
var wrappedtemplater = obj => templater(deepcopy(obj).update(model.const))
color_by_category
to the table template on pages that have categories (ie, PheWAS and tophits)?nearest_gene
on geneLZ.autogenerate definition lists
per-pheno
fieldsper-variant
fieldsThese are just
<p>
s, so just use templates like.tooltip_underscoretemplate
.Just feed in
model.const
.The text was updated successfully, but these errors were encountered: