plotpeak | R Documentation |
plot intensity of peaks across samples or samples across peaks
plotpeak(data, lv = NULL, indexx = NULL, indexy = NULL, ...)
data |
matrix |
lv |
factor vector for the column |
indexx |
index for matrix row |
indexy |
index for matrix column |
... |
parameters for 'title' function |
parallel coordinates plot
data(list) # selected peaks across samples plotpeak(t(list$data), lv = as.factor(c(rep(1,5),rep(2,nrow(list$data)-5))),1:10,1:10) # selected samples across peaks plotpeak(list$data, lv = as.factor(list$group$sample_group),1:10,1:10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.