export_vennlists {metaprotr} | R Documentation |
Exports as csv files the elements (groups, subgroups, peptides or taxonomic levels) generated from the function "plot_venn".
export_vennlists(venn_lists_object, output_repo = NULL, force = FALSE)
venn_lists_object |
List defined as "venn_lists_object" containing the elements (peptides, subgroups, groups or taxonomic elements) generated with the function "plot_venn". |
output_repo |
Character indicating the path of a previously created directory where the lists will be exported. This parameter is optional. |
force |
Logic value set at FALSE by default in order to ask permission to create csv files in the workstation of the user. |
csv files containing the elements present on each logic section (specific and intersections) from the list defined as "venn_lists_object".
data(venn_methods)
export_vennlists(venn_methods)