-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
88 lines (84 loc) · 1.98 KB
/
Copy path_pkgdown.yml
File metadata and controls
88 lines (84 loc) · 1.98 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
url: https://mhurtado13.github.io/racing/
template:
bootstrap: 5
home:
title: RaCInG
description: R Analysis of Cell Interactions and Graphs
navbar:
structure:
left: [intro, reference, get-started]
right: [github]
components:
get-started:
text: Get Started
href: articles/RaCiNG.html
github:
icon: fa-github
href: https://github.com/mhurtado13/racing
aria-label: GitHub repository
reference:
- title: Main workflows
contents:
- prepare_input_files
- compute_racing_kernel
- compute_racing_montecarlo
- title: Kernel and Monte Carlo methods
contents:
- compute_kernel
- compute_kernel_features
- calculateDirect
- calculateWedges
- computeTriangles
- computeGSCC
- countWedges
- countTrustTriangles
- countCycleTriangles
- countDirect
- countGSCC
- model1
- runSim
- getGSCCAnalytically
- title: Input generation
contents:
- createCellLigList
- createCellRecList
- createCellTypeDistr
- createInteractionDistr
- Read_Lig_Rec_Interaction
- genRandomCellTypeDistr
- genRandomLigRecDistr
- genRandomCellLigands
- genRandomCellReceptors
- genRandomCellTypeList
- generateUniformLRGraph
- title: Graph utilities
contents:
- EdgetoAdj
- EdgetoAdj_No_loop
- Count_Types
- Trust_Triangles
- Cycle_Triangles
- Wedges
- Find_Number_Trust_Triangles_Unique
- Find_Number_Triangles
- Find_Number_Triangles_Unique
- Find_Number_2Loops
- Find_Number_2Loops_Unique
- Find_Number_Wedges
- Find_Number_Wedges_Unique
- GSCC
- IN
- OUT
- title: Example data
contents:
- skcm_example
- title: Statistics and I/O
contents:
- wilcox_group_test
- volcano_plot
- Read_Sim_Output
- compute_results_processing
articles:
- title: Vignettes
contents:
- RaCiNG