View source: R/dataManipulation.R
| convert_to_long | R Documentation | 
Will convert a data object (either DESeq2 object or a matrix) to a data table for further work.
convert_to_long(
  object,
  coldata = "all",
  values_to = "NormalizedExpression",
  names_to = "sample"
)
| coldata | a factor or dataframe of factors used to add information to long data table, the string "all" can be used if the class of the input object is a DESeq2 dataset and all coldata information is to be copied to long data table | 
| matrix | Input object with unique rownames | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.