dyonghan / statistics

statistics and bioinformatics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

statistics

Examples and experiments for statistics and bioinfomatics.

The files were reorgnized, so the file path used to read and save files may incorrected. Please correct the file path when you try to run the notebooks or codes.

Tips: Get the root path using BASE_PATH = os.path.abspath(os.getcwd()), and then get file path using os.path.join(BASE_PATH, 'folder/file').

Directories

  • barley/: correlation and oneway ANOVA analysis.
  • sorghum: correlation and oneway ANOVA analysis.
  • tea_leaves: correlation and oneway ANOVA analysis for four tea varieties.
  • pca: pca for 8 features.
  • countries: correlation analysis example using countries data.

About

statistics and bioinformatics

License:MIT License


Languages

Language:Jupyter Notebook 99.4%Language:Python 0.6%