Changes

Jump to: navigation, search

Milk Creamatocrit

28 bytes added, 15:44, 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(total.volume = water.corrected+fat)%>%
mutate(fat.percent = (fat/total.volume)*100)
```
70
edits

Navigation menu