Skip to content

Commit

Permalink
Update Figure4.r
Browse files Browse the repository at this point in the history
  • Loading branch information
Naima16 authored Mar 14, 2019
1 parent 58ef5d7 commit 7ee6d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Figure4.r
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require(ggplot2)
require(ggpubr)
require(effects)

###read phylum:class data [sample,phylum_name,nb_phylum,nb_class] (output of glmm_analys_input.py)
### read phylum:class data [sample,phylum_name,nb_phylum,nb_class] (output of glmm_analys_input.py)
tab_phylatype=read.table("~/phyla_tab_2k.tsv",header=T,sep=",")
tab_phylatype=as.data.frame(tab_phylatype)
tab_phylatype$phylum_type=as.factor(tab_phylatype$phylum_type)
Expand Down

0 comments on commit 7ee6d89

Please sign in to comment.