write_suppa_table | R Documentation |
Suppa provides a tremendous amount of output, this attempts to standardize those results and print them to an excel sheet.
write_suppa_table(
table,
annotations = NULL,
by_table = "gene_name",
by_annot = "ensembl_gene_id",
columns = "default",
excel = "excel/suppa_table.xlsx"
)
table |
Result table from suppa. |
annotations |
Set of annotation data to include with the suppa result. |
by_table |
Use this column to merge the annotations and data tables from the perspective of the data table. |
by_annot |
Use this column to merge the annotations and data tables from the perspective of the annotations. |
columns |
Choose a subset of columns to include, or leave the defaults. |
excel |
Provide an excel file to write. |
Data frame of the merged data.
[write_xlsx()]
## Not run:
prettier_table <- write_suppa_table(suppa_result_file,
annotations = gene_info,
excel = "excel/pretty_suppa_table.xlsx")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.