mirror of
https://github.com/Polarolouis/anova-phylogenetique-projet-msv.git
synced 2026-06-17 10:15:25 +02:00
Ajout de vrai données pour la simulation
This commit is contained in:
parent
54b37e47f6
commit
13f0d1ccd6
4 changed files with 18 additions and 8 deletions
|
|
@ -1,8 +0,0 @@
|
|||
# TODO with real tree
|
||||
# Source : https://genome.cshlp.org/content/29/1/53
|
||||
# Normaliser l'arbre
|
||||
|
||||
# Mus et Rat vs le reste
|
||||
|
||||
# Groupes équilibëes
|
||||
|
||||
2
R/realTreeMethod.R
Normal file
2
R/realTreeMethod.R
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# TODO appliquer Satterthwaite, et calcule les pvalues pour les 5000 genes
|
||||
# avec Correction Bonferroni et Benjamini-Hochberg (voir Livre Christophe Giraud)
|
||||
16
R/realTreeSimu.R
Normal file
16
R/realTreeSimu.R
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# TODO with real tree
|
||||
# Source : https://genome.cshlp.org/content/29/1/53
|
||||
# Normaliser l'arbre
|
||||
require("ape")
|
||||
require("phylolm")
|
||||
require("phytools")
|
||||
|
||||
tree <- read.tree("./R/chen2019.tree")
|
||||
tree <- read.tree("./data/data_TER/data_raw/mammals_tree_chen2019.tree")
|
||||
|
||||
plotTree(tree)
|
||||
|
||||
# Mus et Rat vs le reste
|
||||
|
||||
# Groupes équilibrës
|
||||
|
||||
Loading…
Add table
Reference in a new issue