Last updated: 2024-07-14

Checks: 2 0

Knit directory: KODAMA-Analysis/

This reproducible R Markdown analysis was created with workflowr (version 1.7.1). The Checks tab describes the reproducibility checks that were applied when the results were created. The Past versions tab lists the development history.


Great! Since the R Markdown file has been committed to the Git repository, you know the exact version of the code that produced these results.

Great! You are using Git for version control. Tracking code development and connecting the code version to the results is critical for reproducibility.

The results in this page were generated with repository version 0051854. See the Past versions tab to see a history of the changes made to the R Markdown and HTML files.

Note that you need to be careful to ensure that all relevant files for the analysis have been committed to Git prior to generating the results (you can use wflow_publish or wflow_git_commit). workflowr only checks the R Markdown file, but you know if there are other scripts or data files that it depends on. Below is the status of the Git repository when the results were generated:


Ignored files:
    Ignored:    .RData
    Ignored:    .Rhistory

Untracked files:
    Untracked:  .h5seurat
    Untracked:  analysis/Single-cell.Rmd
    Untracked:  code/VisiumHD_CRC_download.sh
    Untracked:  data/Pathology.csv

Unstaged changes:
    Deleted:    _site.yml
    Deleted:    analysis/DLPFC.Rmd
    Deleted:    analysis/about.Rmd
    Deleted:    data/Moffitt_and_Bambah-Mukku_et_al_merfish_all_cells.csv

Note that any generated files, e.g. HTML, png, CSS, etc., are not included in this status report because it is ok for generated content to have uncommitted changes.


These are the previous versions of the repository in which changes were made to the R Markdown (analysis/index.Rmd) and HTML (docs/index.html) files. If you’ve configured a remote Git repository (see ?wflow_git_remote), click on the hyperlinks in the table below to view the files as they were in that past version.

File Version Author Date Message
Rmd 2e84885 Stefano Cacciatore 2024-07-14 Start workflowr project.
html f4d8faa GitHub 2024-07-08 Update index.html
html 7a870fe GitHub 2024-07-04 Update index.html
html ee4ee17 GitHub 2024-06-19 Add files via upload
Rmd 615fc05 GitHub 2024-06-19 Add files via upload

The KODAMA algorithm represents a pioneering approach in unsupervised machine learning, designed to effectively handle the challenges posed by noisy and high-dimensional datasets. This method distinguishes itself through its novel use of iterative refinement of clustering based on cross-validation results. By dynamically adjusting the class labels of samples that were not correctly predicted, KODAMA enhances the accuracy and reliability of the clustering outcome. This process not only improves the segmentation of data but also ensures that the final model reflects a more accurate representation of the underlying patterns and relationships within the dataset. The flexibility of KODAMA to incorporate various validation methods, such as Partial Least Squares (PLS), further adds to its robustness, making it a versatile tool for data scientists facing complex analytical challenges.