You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove wall of text when loading Org.Hs.eg.db via suppressPackageStartupMessages
Remove merging similarities explanation in the vignette
Call GOSemSim in the vignette instead of comparing with static/hard coded values
Make a note to section 9.8 about clashing namespace
Remove cluster description in the GOSemSim comparison
Section 9.3 move last sentence as a note
Correct title of section 9.8 / Check grammar
[] Add advanced vignette (currently hosted in here)
8.1. - [x] Add the packages needed as suggested
8.2. - [x] Remove section 1.2 but keep the subset of genes
8.3. - [x] Explain better the implication of the tests.
8.4. - [x] Compare the similarity within the DE genes and between DE subset and the others
8.5. - [x] Maybe a plot of one similarity and the other
Package
Reduce memory foot print
Reduce time for building in Windows
The text was updated successfully, but these errors were encountered:
Memory footprint hasn't be reduced (in parallel it stills eats all the memory) This will require use of RCpp or a change in how combineScoresPar works.
I thought that introducing parallel calculus would reduce memory foot print. Obviously (now) I know it doesn't. I tried addressing some speed and inefficiencies in the code but it wasn't enough to compute the gene similarities for all genes in reactome.db ~ 1041.
Possible steps would be to improve internal memory usage and using Rcpp package and similar packages (and finally learning c++).
List of improvements for the release 1.2
Vignettes
8.1. - [x] Add the packages needed as suggested
8.2. - [x] Remove section 1.2 but keep the subset of genes
8.3. - [x] Explain better the implication of the tests.
8.4. - [x] Compare the similarity within the DE genes and between DE subset and the others
8.5. - [x] Maybe a plot of one similarity and the other
Package
The text was updated successfully, but these errors were encountered: