Skip to content

Commit

Permalink
fixed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rjstevick committed May 2, 2019
1 parent e4b086d commit a076709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OysterHatcheryMicrobiome_all16SFigures.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ allwaterorder<-as.data.frame(c(meta_table_wo, abund_table_wo))
allwaterorder$Sample<-allwaterorder$taxa
# group data and calculate means of bacillales, oceanospirillales, vibrionales
grouped_orderdata <- plyr::group_by(allwaterorder, Trial, Day, Treatment)
grouped_orderdata <- group_by(allwaterorder, Trial, Day, Treatment)
data_means <- dplyr::summarise(grouped_orderdata,
meanoc = mean(Bacteria.Proteobacteria.Gammaproteobacteria.Oceanospirillales, na.rm=TRUE),
stdevoc = sd(Bacteria.Proteobacteria.Gammaproteobacteria.Oceanospirillales, na.rm=TRUE),
Expand Down

0 comments on commit a076709

Please sign in to comment.