Skip to content

Commit

Permalink
view the merged data
Browse files Browse the repository at this point in the history
  • Loading branch information
malachig committed Jan 10, 2019
1 parent 0aedf37 commit 9418e20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _posts/0002-03-01-introToggplot2.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ library(plyr)
variantDataCount <- count(variantData, "Simple_name")
variantDataMax <- aggregate(data=variantData, tumor_VAF ~ Simple_name, max)
variantDataMerge <- merge(variantDataMax, variantDataCount)
head(variantDataMerge)
```

{% include figure.html image="/assets/ggplot2/ggplot2Example3.png" width="950" %}
Expand Down

0 comments on commit 9418e20

Please sign in to comment.