Skip to content

Instantly share code, notes, and snippets.

View devraj5's full-sized avatar

Dev Raj Bhattarai devraj5

  • University of Alabama at Birmingham
View GitHub Profile
### BCA analysis for protein quantification
# References: https://www.spsanderson.com/steveondata/posts/2023-11-17/index.html
# https://www.theanalysisfactor.com/r-tutorial-4/
# Loading libraries
library(ggplot2)
library(dplyr)
library(nls2) # For non-linear regression
library(ggrepel) # For non-overlapping text labels
# Load necessary libraries
### BCA analysis for protein quantification
# References: https://www.spsanderson.com/steveondata/posts/2023-11-17/index.html
# https://www.theanalysisfactor.com/r-tutorial-4/
# Loading libraries
library(ggplot2)
library(dplyr)
library(nls2) # For non-linear regression