Skip to content

Latest commit

 

History

History
111 lines (67 loc) · 3.4 KB

metabolic.md

File metadata and controls

111 lines (67 loc) · 3.4 KB

Cocatalyst metabolic data

Metabolic Data for Novel Cocatalyst

Set up workspace

## 
## Attaching package: 'cowplot'

## The following object is masked from 'package:ggplot2':
## 
##     ggsave

Load Data files

Cofermentation experimental data

Veiw data table

##       Trial Hours Fermentation Compound Area_type Concentration
## 1  coFerm_1   0.0            1  Glucose       RID    7.35624672
## 2  coFerm_1  24.0            1  Glucose       RID    7.69354599
## 3  coFerm_1  47.5            1  Glucose       RID    7.50193358
## 4  coFerm_1  67.0            1  Glucose       RID    7.42709057
## 5  coFerm_1  93.5            1  Glucose       RID    7.35232350
## 6  coFerm_1 117.0            1  Glucose       RID    6.50268041
## 7  coFerm_1 141.0            1  Glucose       RID    4.80848659
## 8  coFerm_1 165.0            1  Glucose       RID    1.03276442
## 9  coFerm_1 235.0            1  Glucose       RID    0.03469543
## 10 coFerm_1   0.0            2  Glucose       RID    7.29952966

View column names

## [1] "Trial"         "Hours"         "Fermentation"  "Compound"     
## [5] "Area_type"     "Concentration"

Show table size

## [1] 722   6

Characteristics of each column

## 'data.frame':    722 obs. of  6 variables:
##  $ Trial        : Factor w/ 10 levels "coFerm_1","coFerm_2",..: 1 1 1 1 1 1 1 1 1 1 ...
##  $ Hours        : num  0 24 47.5 67 93.5 117 141 165 235 0 ...
##  $ Fermentation : Factor w/ 8 levels "1","2","3","4",..: 1 1 1 1 1 1 1 1 1 2 ...
##  $ Compound     : Factor w/ 5 levels "Acetic Acid",..: 2 2 2 2 2 2 2 2 2 2 ...
##  $ Area_type    : Factor w/ 2 levels "RID","UV": 1 1 1 1 1 1 1 1 1 1 ...
##  $ Concentration: num  7.36 7.69 7.5 7.43 7.35 ...

Visualizing the cofermentation metabolic data

glucose cofermentation

my-graph


succinate cofermentation

my-graph


acetate cofermentation

my-graph


propionate cofermentation

my-graph


cofermentation grid

my-graph


glucose cocatalyst microbial fuel cell

my-graph


acetate cocatalyst microbial fuel cell

my-graph


succinate cocatalyst microbial fuel cell

my-graph


propionate cocatalyst microbial fuel cell

my-graph


cocatalyst microbial fuel cell grid

my-graph