| gctDesc | R Documentation |
Retrieve feature (row) descriptions from a GctMatrix S3-object
gctDesc(gctMatrix, index)
gctMatrix |
A GctMatrix object |
index |
Logical or integer index |
Character vector, feature descriptions
m1 <- matrix(1:6, nrow=3, dimnames=list(sprintf("G%d", 1:3), sprintf("S%d", 1:2)))
gm1 <- GctMatrix(m1, desc=sprintf("Gene%d", 1:3))
gctDesc(gm1)
gctDesc(gm1, 1:2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.