Entering edit mode
3.8 years ago
singhsk2622
▴
20
Hi
I want to try ggplot to draw bar chart or line graph with 6 samples and each samples has 6 replicates. I am wondering how should I consider these replicates? should I take average or I should use reshape that
Here is an example:
sample_name R1 R2 R3 R4 R5 R6
C 3h 28.0 23.6 16.4 21.0 33.2 29.4
LPS 3h 18.5 21.8 28.9 30.6 25.5 34.2
PI 3h 23.0 15.4 16.6 15.7 54.3 27.1
C 6h 47.9 56.7 40.9 94.9 64.6 38.7
LPS 6h 29.3 33.2 18.1 19.8 22.9 52.3
PI 6h 36.6 35.7 37.3 34.5 54.3 65.9
best,
sachin
with OP input data:
Please change the aesthetics as per your requirements.