| gctMatrix2longdf | R Documentation |
Convert a GctMatrix into a long data frame
gctMatrix2longdf(gctMatrix)
gctMatrix |
A GctMatrix object |
A data.frame with four columns: feature, desc, sample, and value
idir <- system.file("extdata", package="ribiosIO")
sample.gct.file <- file.path(idir, "test.gct")
test.mat <- read_gct_matrix(sample.gct.file, keep.desc=TRUE)
test.long <- gctMatrix2longdf(test.mat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.