/statistics

statistics and bioinformatics

Primary LanguageJupyter NotebookMIT LicenseMIT

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.