SACGF / variantgrid

VariantGrid public repo
Other
23 stars 2 forks source link

Analysis node help text missing #385

Closed davmlaw closed 3 years ago

davmlaw commented 3 years ago

Some of the nodes have been renamed, eg the array is now:

"Allele Frequency": "Variant Allele Frequency filter",
"Built In Filter": "",
"EffectNode": "",
"Filter": "Filter based on column values",
"Gene list": "Filter to either transcript or gene_symbol matching an uploaded list",
"Intervals intersection": "Filter based on intersection with genomic ranges (eg .bed files)",
"Merge": "Merge variants from multiple sources",
"Phenotype": "",
"Population": "",
"Tags": "",
"Venn": "",
"Zygosity": "",
"All Variants": "All Variants in the Database",
"Classifications": "",
"Sample": "A sample, usually one genotype (patient, cell or organism) with a set of variants.",
"Cohort": "A collection of related samples, eg \"control group\" or \"poor responders\"",
"Pedigree": "Variants from family samples filtered by genotype according to inheritance models",
"Trio": "Mother/Father/Proband - filter for recessive/dominant/denovo inheritance",
"Built In Filter Node": "Built in filters used in node counts eg High or Moderate Impact / OMIM / ClinVar Pathological",
"Damage Node": "Filter to damage predictions",
"Diagnoses": "Variants that have been classified. Can filter by pathogenicity.",
"Gene Expression": "Filter by genes/transcript values or fold change",
"Linked Analysis": "Link results of another analysis into this analysis",
"Phenotype Node": "Filter to gene lists based on ontology keywords",
"Population Node": "Filter on population frequencies in public databases (gnomAD/Exac/1KG/UK10K) or number of samples in this database.",
"Selected In Parent Filter": "Filter to variants which were manually selected (via checkbox) in parent node",
"Tag Filter": "Filter variants to those that have been tagged",
"Tissue Node": "Filter based on tissue specific expression (from Human Protein Atlas)",
"Venn Intersection": "A filter based on set intersections between parent nodes",
"Zygosity Filter": "Compound HET and other Zygosity filters"
};

Need to do a data migration to fix these

davmlaw commented 3 years ago

Actually it's been a bit of a pain having it in the DB might as well just move it into code

sksmi commented 3 years ago

92/analysis/9669/

Not sure what is meant by this. You mean tooltips? Or this text: image.png

Either way, have created an analysis with all possible nodes. For all nodes:

Text displaying on:

sksmi commented 3 years ago

Happy to close if the above addresses issue.

davmlaw commented 3 years ago

Yeah it was the tooltips