| TK1 {ccems} | R Documentation |
Human thymidine kinase 1 (i.e. cytosolic) data.
data(TK1)
A data frame with the following columns.
RdXvfgyearjrnlPEP is Protein Expression and Purification,
EJB is European Journal of Biochemistry,
BBRC is Biochem Biophys Res Commun,
JBC is Journal of Biological Chemistry.
volpagefrstAutindexAll concentrations are in micromolar. Here R stands for root (i.e. hub protein).
The figure number, year, first author, journal, volume and page number are all included in the dataframe.
library(ccems) data(TK1) TK1[1:20,] d=subset(TK1,year==2006,select=c(R,d,v)) plot(d$d,d$v,xlab="Total [dT]", ylab="reaction velocity", main="Birringer et al. PEP 2006 Fig. 4a")