Changes

Jump to: navigation, search

Milk Creamatocrit

6 bytes added, 19:04, 17 March 2022
Reading the samples
* Calculate the milk fat percentage using the following R code:
```{r data-manipulation} mutated.milk.data<-milk.data%>%
group_by(replicate, MouseID, Genotype)%>%
mutate(fat = Fat.inches*25.4,
mutate(total.volume = water.corrected+fat)%>%
mutate(fat.percent = (fat/total.volume)*100)
```

Navigation menu