Skip to content

The utility evaluates TMRCA (Time to the Most Recent Common Ancestor) by Y-STR loci and then performs ranking relative to the base haplotype.

Notifications You must be signed in to change notification settings

Mark1708/Ranking-STR-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ranking an array of STR data

Java Spark

The utility evaluates TMRCA (Time to the Most Recent Common Ancestor) by Y-STR loci and then performs ranking relative to the base haplotype.

Table of contents

General info

TMRCA calculations among civilian researchers mainly use data on tandem mutations at STR (Short Tandem Repeats) loci of the male chromosome. You can read more:

Screenshots

Exanple1 Exanple2 Exanple2

Technologies

  • Java - version 11
  • Spark - version 2.12

Setup

 Options:

    * -a, --age
      Average age
      Default: 0
      -h, --help
      Help/Usage
    * -i, --index
      Index of haplotype
    * -p, --path
      Path to csv file

Execute the jar:

    java -jar target/ranking.jar -p /path/to/DataSet.csv -i indexOfHaplotype -a averageAge
    java -jar target/ranking.jar -h
    java -jar target/ranking.jar

Note: The first column should be named "Index", followed by the names of the loci.

Example of Using


Status

Project is: finished

Inspiration

The project was carried out for research purposes for a group of scientists

Contact

Created by Gurianov Mark - feel free to contact me!

+7(962)024-50-04 | mark1708.work@gmail.com | github

Readme Card

About

The utility evaluates TMRCA (Time to the Most Recent Common Ancestor) by Y-STR loci and then performs ranking relative to the base haplotype.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages