Difference between revisions of "User:GaryGriffin"

From Gramps
Jump to: navigation, search
(Issues)
Line 68: Line 68:
 
* To create a segment map for Person A, you need to add associations to Person A. There is no reciprocal relationship for Person B - that is, there is no segment map for Person B, only for Person A. You can execute the [[Addon:SyncAssociation]] addon to create any missing reciprocal relationships.
 
* To create a segment map for Person A, you need to add associations to Person A. There is no reciprocal relationship for Person B - that is, there is no segment map for Person B, only for Person A. You can execute the [[Addon:SyncAssociation]] addon to create any missing reciprocal relationships.
 
* Color code for each associated person in the map is consistent but not user-specified. The first Association will always be the same color.
 
* Color code for each associated person in the map is consistent but not user-specified. The first Association will always be the same color.
 +
* [https://github.com/gramps-project/addons-source/tree/maintenance/gramps51/DNA Source code] - Unlisted Gramplet you need to manually download and install ( include_in_listing = False )
  
 
= See also =
 
= See also =

Revision as of 00:03, 6 September 2020


Gramps-notes.png

Please use carefully on data that is backed up, and help make it better by reporting any comments or problems to the author, or issues to the bug tracker
Unless otherwise stated on this page, you can download this addon by following these instructions.
Please note that some Addons have prerequisites that need to be installed before they can be used.
This Addon/Plugin system is controlled by the Plugin Manager.


The DNA gramplet is designed to create a graph of shared DNA segments. To specify shared segments between 2 people, create an Association for one person (Person A) with another Person (Person B) of the type DNA. Create a Note in the Association with the shared segment data. The format of the Note is a comma separated list in the order: Chromosome Number, Start Segment, End Segment, flag for maternal/paternal side, shared length in cMs.

The paternal/maternal flag should be

Flag Description
M Maternal side
P Paternal side
U Unknown side


Sites like GEDmatch make this shared chromosome data available. There can be additional Associations between Person A and Person C et cetera as known. A sample set of data in one Note is shown below.

3,56950055,64247327,M,10.9
9,23087926,31116823,M,10.2
9,74923489,107731789,M,40.0
11,25878681,35508918,M,9.9
12,129481599,133491098,M,12.4
15,35444614,64710827,M,33.3
1,48053426,68837810,M,24.6
1,72956037,87857969,M,13.4
3,69656569,74563488,M,9.0
6,6179882,15400114,M,18.5


Usage

Example

Addon-DNA-Note-Example.png

Create an Association of type DNA as described in the Association page to Person A. Add a Note with the DNA shared segment data.


Addon-DNA-Association-Example.png

Save the Association.

Addon-DNA-Associations-Example.png

Add more associations as known. Each would be associated to a different person and have a different Note.

Addon-DNA-SegmentMap.png

Add the DNA gramplet to the Person view. Select the DNA tab. The segment map will be color coded by associated person. The P side is the top portion and the M side is the bottom portion for each chromosome. If the segment side is unknown, the segment will cover both the top and bottom portions of the chromosome and be 50% transparent.

Addon-DNA-SegmentMap-with-Tooltip.jpg

Hovering the cursor over a known segment will pop up the name of the associated person and the length (in cMs) of the shared segment.

Issues

  • If the Chromosome Number is not in the range (1, 2, ..., 22, X) it is ignored.
  • If there is a Most Recent Common Ancestor (MRCA), that relationship is used instead of the maternal/paternal flag. If the MRCA is thru the maternal side, then M is used independent of what is in the data file. If there are multiple paths to a common ancestor, the closest found is used.
  • To create a segment map for Person A, you need to add associations to Person A. There is no reciprocal relationship for Person B - that is, there is no segment map for Person B, only for Person A. You can execute the Addon:SyncAssociation addon to create any missing reciprocal relationships.
  • Color code for each associated person in the map is consistent but not user-specified. The first Association will always be the same color.
  • Source code - Unlisted Gramplet you need to manually download and install ( include_in_listing = False )

See also