Displaying 2 results from an estimated 2 matches for "mip1b".
Did you mean:
mip16
2010 Oct 05
1
loess with missing data points
...74864 5.541409 00709-0
When I run
cap<-paste(sub.id,cases2$group[1],sep=" ")
plot(cases2$IL1Ra~cases2$Age.at.Sample.Collection, ylab="eo_conc",xlab="Age
at Sample",pch=1, ylim=c(3,10), xlim=c(0,22),main=cap)
points(cases2$MIP1b~cases2$Age.at.Sample.Collection,pch=2,ylim=c(1.5,10),col="red")
points(cases2$MCP1~cases2$Age.at.Sample.Collection,,pch=3,
ylim=c(1.5,10),col="brown")
lines(predict(loess(cases2$IL1Ra~cases2$Age.at.Sample.Collection))~cases2$Age.at.Sample.Collection,
lwd=1, lty=1)
lines(predict(...
2012 Feb 27
1
row names of a heatmap on left hand side
...), .Dim = c(25L, 25L), .Dimnames = list(c("LEPTIN", "CRP", "SAA",
"IL7", "IL10", "TNFB", "IL5", "MCP3", "IL6", "sRAGE", "IL1Ra",
"HGF", "TNFA", "IL8", "MIP1B", "TGFA", "sVEGFR2", "TPO", "FRACTALKINE",
"FLT3", "IP10", "MIG", "IGFBP6", "MMP1", "IGFBP7"), c("LEPTIN",
"CRP", "SAA", "IL7", "IL10", "...