-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
69 lines (67 loc) · 1.84 KB
/
_pkgdown.yml
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
url: https://biocor.llrs.dev
development:
mode: auto
home:
title: Calculate functional similarities between genes
description: Calculates functional similarities based on the
pathways or gene sets. These similarities can be calculated for pathways or
gene sets, genes, or clusters and combined with other similarities. They
can be used to improve networks, gene selection, testing relationships...
template:
bootstrap: 5
opengraph:
image:
src: man/figures/logo.png
alt: "BioCor logo"
twitter:
creator: "@Lluis_Revilla"
card: summary_large_image
twitterImg: man/figures/logo.png
reference:
- title: General introduction
contents:
- BioCor-package
- title: Similarity of pathways
desc: Compare pairs of pathways, just one (pathSim) or as many as you want (mpathSim)
contents:
- pathSim
- mpathSim
- title: Similarity of genes
desc: Compare pairs of genes, just one (geneSim) or as many as you want (mgeneSim)
contents:
- geneSim
- mgeneSim
- title: Pooling similarity of groups of genes
desc: Compare groups of genes by pooling all the pathways they are in
contents:
- clusterSim
- mclusterSim
- title: Similarity of groups of genes
desc: Compare groups of genes by comparing the similarity of the genes in each group
contents:
- clusterGeneSim
- mclusterGeneSim
- title: Convert between similarities
desc: Convert from Jaccard to Dice or vice versa
contents:
- D2J
- J2D
- title: Combine similarities
contents:
- combineScores
- combineScoresPar
- title: Helper functions
contents:
- plot_data
- combineSources
- AintoB
- seq2mat
- combinadic
- diceSim
- duplicateIndices
- removeDup
- inverseList
- similarities
- addSimilarities
- weighted.sum
- weighted