Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Alternatively, you can consult my Bachelor's Thesis report, which provides a mor
├── matlab/ # MATLAB/Octave implementation of VASCA pipeline
├── R/ # R implementation of VASCA pipeline
├── tests/ # Go-based test suite comparing Octave and R results
├── examples/ # Execution Examples with differents datasets
├── Dockerfile # Docker environment to run both R and Octave code
├── requirements.txt # R dependencies for scripts and tests
├── LICENSE
Expand Down Expand Up @@ -283,6 +284,8 @@ for (i in seq_len(vascao$nFactors)) {
}
```

Also, you can take a look to `examples/` folder, where you can find 3 differents analysis above 3 differents datasets,

## 8. 📈 Performance Comparison

In this repository, we have implemented several functions to carry out the VASCA pipeline in R. However, to evaluate the performance of the R implementation compared to its MATLAB/Octave counterpart, we focus on the two main scripts that form the core of the pipeline: `parglmVS` and `vasca`.
Expand Down
7,198 changes: 7,198 additions & 0 deletions datasets/GSE3212_series_matrix.txt

Large diffs are not rendered by default.

Loading