ssc.toLongTable | R Documentation |
convert assay data to long format
ssc.toLongTable(obj, gene.id, gene.symbol, assay.name = NULL, col.idx = NULL)
obj |
object of |
gene.id |
should be in rownames(obj); genes to plot |
gene.symbol |
should be in rowData(obj)[,"display.name"]; genes to plot |
assay.name |
character; which assay. NULL for all assays. (default: NULL) |
col.idx |
character; output extra columns of the colData(obj). NULL for donnot output extra columns. (default: NULL) |
convert assay data to table of long format. It can be specified which genes and assays will be contained in the long table.
Returns a data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.