-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
24 lines (24 loc) · 1.05 KB
/
Copy pathDESCRIPTION
File metadata and controls
24 lines (24 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: splitGraph
Title: Dataset Dependency Graphs for Leakage-Aware Evaluation
Version: 0.3.0
Authors@R: c(
person("Selcuk", "Korkmaz", role = c("aut","cre"), email = "selcukorkmaz@gmail.com",
comment = c(ORCID = "0000-0003-4632-6850"))
)
Description: Represent biomedical dataset structure as typed dependency
graphs so that sample provenance, repeated-measure structure, study
design, batch effects, and temporal relationships are explicit and
inspectable. Validates dataset structure, detects sample-level overlap,
derives deterministic split constraints, and produces a tool-agnostic
split specification for leakage-aware evaluation workflows.
License: MIT + file LICENSE
URL: https://github.com/selcukorkmaz/splitGraph
BugReports: https://github.com/selcukorkmaz/splitGraph/issues
Encoding: UTF-8
Depends: R (>= 4.1.0)
Imports: graphics, igraph, stats, utils
Suggests: bioLeak, jsonlite, knitr, pkgload, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
RoxygenNote: 7.3.3