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
Copy file name to clipboardExpand all lines: README.Rmd
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ knitr::opts_chunk$set(
30
30
31
31
> **To cite `markeR` please use:**
32
32
>
33
-
> Martins-Silva R, Kaizeler A, Barbosa-Morais NL (2025). _markeR: An R Toolkit for Evaluating Gene Signatures as Phenotypic Markers_. doi:10.18129/B9.bioc.markeR, R package version 1.1.1, https://bioconductor.org/packages/markeR.
33
+
> Martins-Silva R, Kaizeler A, Barbosa-Morais NL (2025). _markeR: An R Toolkit for Evaluating Gene Signatures as Phenotypic Markers_. doi:10.18129/B9.bioc.markeR, R package version 1.1.2, https://bioconductor.org/packages/markeR.
34
34
35
35
The folder `inst/Paper/` is in the **paper** branch and contains all scripts and materials used in the original `markeR` paper to reproduce analyses and figures. You can browse it [here](https://github.com/DiseaseTranscriptomicsLab/markeR/tree/paper/inst/Paper).
36
36
@@ -241,10 +241,10 @@ Filters can be applied based on similarity thresholds (e.g., minimum Jaccard, OR
241
241
## Python Bridge
242
242
243
243
For users who prefer Python, a lightweight bridge is available in
244
-
`inst/python/` that allows calling any `markeR` function from a Python
244
+
`python/` that allows calling any `markeR` function from a Python
245
245
environment via [`rpy2`](https://rpy2.github.io/). It includes a tutorial
246
246
workflow script and a generic command-line wrapper. See
247
-
[`inst/python/README.md`](inst/python/README.md) for installation
247
+
[`python/README.md`](inst/python/README.md) for installation
0 commit comments