Opened 5 months ago

Closed 5 months ago

#1596 closed enhancement (fixed)

Display genotypes for a single variant in it's own column

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: Variant Search v1.14
Component: net.sf.basedb.varsearch Keywords:
Cc:

Description

The use case is that we have a list of a handful of variants that we want to get the genotype for all samples as a table matrix. It is possible to do it one by one and then merge together the results, but it is a bit complicated since not all results may contain all samples.

It would be nice to have a function were a user can select a variant from a query and say "Display the genotype for this variant in a separate column". The columns should be filterable and exportable and it should be possible to do this for multiple variants at the same time.

Change History (15)

comment:1 by Nicklas Nordborg, 5 months ago

In 7740:

References #1596: Display genotypes for a single variant in it's own column

Started to implement this functionality. It is intended to be generic but is currently only working for the Oncoarray index.

Filtering has not yet been implemented.

comment:2 by Nicklas Nordborg, 5 months ago

In 7741:

References #1596: Display genotypes for a single variant in it's own column

Implemented support for filtering on the Oncoarray genotypes.

comment:3 by Nicklas Nordborg, 5 months ago

In 7742:

References #1596: Display genotypes for a single variant in it's own column

Do not display the "Add column" icon for SNPs that are already displayed as columns.

comment:4 by Nicklas Nordborg, 5 months ago

In 7743:

References #1596: Display genotypes for a single variant in it's own column

Changes to make it easier for subclasses to set their own column properties.

comment:5 by Nicklas Nordborg, 5 months ago

In 7744:

References #1596: Display genotypes for a single variant in it's own column

Implemented support for the imputed genotypes (no filtering functionality yet).

comment:6 by Nicklas Nordborg, 5 months ago

In 7757:

References #1596: Display genotypes for a single variant in it's own column

Implemented filtering for imputed SNP columns.

comment:7 by Nicklas Nordborg, 5 months ago

In 7758:

References #1596: Display genotypes for a single variant in it's own column

Make sure that the VCF parser is closed.

comment:8 by Nicklas Nordborg, 5 months ago

In 7759:

References #1596: Display genotypes for a single variant in it's own column

Updated to BASE 3.19.12 and use the new export title feature.

comment:9 by Nicklas Nordborg, 5 months ago

In 7760:

References #1596: Display genotypes for a single variant in it's own column

Implemented support for regular variant calls (RNAseq and WGS). Filtering is not yet implemented.

comment:10 by Nicklas Nordborg, 5 months ago

In 7761:

References #1596: Display genotypes for a single variant in it's own column

Added filtering support for regular variant calls.

comment:11 by Nicklas Nordborg, 5 months ago

In 7762:

References #1596: Display genotypes for a single variant in it's own column

Fixes some issues when displaying list of variants in a popup. The "Add column" icon should not be included in this case. Also found some bugs that causes bioassay and file IDs to not be submitted/used correctly.

comment:12 by Nicklas Nordborg, 5 months ago

In 7763:

References #1596: Display genotypes for a single variant in it's own column

Include the gene name in the column subheader. Some changes to the CSS to make it easier to read.

comment:13 by Nicklas Nordborg, 5 months ago

In 7764:

References #1596: Display genotypes for a single variant in it's own column

Added a "zoom" icon to the genotypes that opens the same popup with more details about the variant.

comment:14 by Nicklas Nordborg, 5 months ago

In 7767:

References #1596: Display genotypes for a single variant in it's own column

Implemented support for SNP columns as parent/child columns.

comment:15 by Nicklas Nordborg, 5 months ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.