Opened 7 months ago
Closed 6 months ago
#1582 closed task (fixed)
Add support for searching among imputed genotypes
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Variant Search v1.11 |
Component: | net.sf.basedb.varsearch | Keywords: | |
Cc: |
Description
Reggie is implementing an imputation pipeline that will provide genotypes for some ~85M variants (see #1575). It would be nice to be able to search among the genotypes to find samples with a given variant.
It should be possible to implement something that is similar to the current support for OncoArray where the 85M variants are mapped as an array design. We can probably not index each sample indivdually, but it might work to use the imputed VCF files where the genotypes are stored in a big matrix. HTSJDK (https://github.com/samtools/htsjdk) can read those files very efficiently.
Change History (17)
comment:1 by , 7 months ago
comment:17 by , 6 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
In 7651: