print_dataframe | R Documentation |
Print out a matrix's content as R code to regenerate the matrix This is used for generating R code from DESeq2 and limma commands Used mostly for design matrix in limma
print_dataframe(df, df_name = "ma", convert_matrix = FALSE)
df |
a matrix or data frame of numbers or characters |
df_name |
a string, specifying the name of the matrix to be print out |
convert_matrix |
whether to convert to a matrix |
a string. R code that can reconstruct the matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.