Skip to content

mebratumd/hiv_pcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Population coverage of a vaccine targeting HIV-1 PCS [Analysis]

This project involved using validated epitope data to assess the population coverage of a potential HIV-1 vaccine targeting the protease cleavage sites (PCS) (all PCS, Gag PCS, or Pol PCS).

The data on population coverage, average epitope hit per individual, and minimum number of epitopes recognized by 90% of the population (PC90) was obtained from IEDB [http://tools.iedb.org/population/] and can be found in the Country and Regions directories; the raw data is not labelled by country or region, however, the output is.

This script conducts ANOVA and Fisher's exact testing to examine for significance between the three epitope sets (all PCS, Gag PCS, and Pol PCS) in regards to coverage (Fisher's), average hit (ANOVA), and PC90 (ANOVA).

Dependencies

  • Python 3+
  • Pandas
  • Numpy
  • Scipy

Use

After cloning the repository, navigate to the directory via your terminal and execute analysis.py

Output

Pandas DataFrame with labelled population coverage, average hit, and PC90 data displayed with P values.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages