Skip to content

Commit

Permalink
updated README with working example
Browse files Browse the repository at this point in the history
  • Loading branch information
sp00nman committed Apr 2, 2015
1 parent 47eff8c commit f1f6920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ library(evoplot)
# create dataframe with colony counts for each subclone
df <- data.frame(clone=c(1,1,2),
subclone=c("A","B","C"),
colony_count=c(46,43,1),
colony_count=c(25,15,10),
gene=c("GENE.A,GENE.B,GENE.C",
"GENE.A,GENE.B,GENE.C,GENE.D",
"GENE.E"))
Expand Down

0 comments on commit f1f6920

Please sign in to comment.