Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Kindel-2024
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CEPLAS
Kindel-2024
Commits
20acf4dd
Commit
20acf4dd
authored
2 months ago
by
Viktoria Petrova
Browse files
Options
Downloads
Patches
Plain Diff
add mermaid graph
parent
651833ba
No related branches found
No related tags found
No related merge requests found
Pipeline
#8708
passed
2 months ago
Stage: arc_json
Stage: quality_report_generator
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arc-mermaid.md
+46
-0
46 additions, 0 deletions
arc-mermaid.md
with
46 additions
and
0 deletions
arc-mermaid.md
0 → 100644
+
46
−
0
View file @
20acf4dd
```
mermaid
flowchart TD
classDef investigationStyle fill:#6c7885,color:#2d3e50,fontWeight:bold;
classDef studyStyle fill:#62d4c1,color:#2d3e50,fontWeight:bold;
classDef assayStyle fill:#ffd34d,color:#2d3e50,fontWeight:bold;
classDef processStyle fill:#D46275,color:#2d3e50;
id_0["Predmoter—cross-species prediction of {plant} promoter and enhancer regions"]
class id_0 investigationStyle;
id_0-->STUDY_id_1
class STUDY_id_1 studyStyle;
subgraph STUDY_id_1[Study: ArchitectureAndProposedModels]
id_2[ProposedModels]
class id_2 processStyle;
end
id_0-->STUDY_id_3
class STUDY_id_3 studyStyle;
subgraph STUDY_id_3[Study: Data]
id_4[Preprocessing]
class id_4 processStyle;
id_5[Filtering]
class id_5 processStyle;
end
subgraph ASSAY_id_6[Assay: Metrics]
id_6[Metrics]
class id_6 processStyle;
end
class ASSAY_id_6 assayStyle;
subgraph ASSAY_id_7[Assay: PeakCalling]
id_7[PeakCalling]
class id_7 processStyle;
end
class ASSAY_id_7 assayStyle;
subgraph ASSAY_id_8[Assay: SpeciesSelection]
id_9[Cross-speciesPrediction]
class id_9 processStyle;
id_10[Intra-speciesAndCross-validatio]
class id_10 processStyle;
end
class ASSAY_id_8 assayStyle;
id_2-->|10|id_9
id_4-->|1|id_5
id_7-->|12|id_6
id_9-->|10|id_7
id_10-->|2|id_7
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment