Opened 4 years ago

Last modified 4 years ago

#1229 closed enhancement

Import some variants as annotations — at Initial Version

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: Reggie v4.26
Component: net.sf.basedb.reggie Keywords:
Cc:

Description

If we find one or more variants in a sample that belongs to a predefined list of "important" variants this information should be imported after the variant calling as an annotation in BASE.

The predefined list of variants should probably be a VCF file with specified chr:pos:ref>alt and some extra information that we can use. We should at least have the GENE name and match that to an annotation type in BASE. For example, if we have a variant:

#CHROM	POS		ID	REF	ALT	QUAL	FILTER	INFO	FORMAT
chr3	179234297	.	A	G	.	.	GENE=PIK3CA;AA=H1047R

we should import chr3:179234297:A>G to the PIK3CA_Variants annotation (and possibly also the AA tag).

NOTE! The idea is to run this scan/import at the end of the regular variant calling pipeline. To import the same information for existing variant call items, a special script that creates a tab-separated text file (or similar) is needed. The text file can then be imported with the regular annotation importer plug-in.

Change History (0)

Note: See TracTickets for help on using tickets.