Skip to content

Genetic diseases analyzation using K-means clustering and OpenMP.

License

Notifications You must be signed in to change notification settings

Asiern/Genetics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💉 Genetics

Genetic diseases analyzation using K-means clustering (Lloyd’s algorithm) to classify the samples and OpenMP to parallelize the code.

📐 Project Structure

The project is divided into two pieces:

  • Serial: gengroups_s.c fungg_s.c.
  • Parallel: gengroups_p.c fungg_p.c.

The results of the execution can be found at results_s.out and results_p.out.


🔧 Build

Navigate to the Source folder and run the following command:

# Making
$ make

This should have created 2 files genetics_s and genetics_p.

# Running the program
# ./[program version] dbgen.dat dbdise.dat [number of elements to be processed]
$ ./genetics_p dbgen.dat dbdise.dat 1000

About

Genetic diseases analyzation using K-means clustering and OpenMP.

Topics

Resources

License

Stars

Watchers

Forks