Entering edit mode
Hi,
I would like to know, if there is a possibility to plot the RNA
Degradation
with different line types.
I tried it this way:
deg <- AffyRNAdeg(affybatch)
plotAffyRNAdeg(deg ,col = 1:length(ArrayIndex_norm))
legend(-1.5, 75,
as.character(sampleNames(eset)),
lty = 1:length(ArrayIndex_norm),
col = 1:length(ArrayIndex_norm), cex = 0.6)
But I'm getting only solid lines in my graph, but different types of
lines
in my legend.
Is it possible to present several types of lines in my plot?
THX
Assa
[[alternative HTML version deleted]]