export_vennlists {metaprotr} | R Documentation |
export_vennlists
Description
Exports as csv files the elements (groups, subgroups, peptides or taxonomic levels) generated from the function "plot_venn".
Usage
export_vennlists(venn_lists_object, output_repo = NULL, force = FALSE)
Arguments
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. |
Value
csv files containing the elements present on each logic section (specific and intersections) from the list defined as "venn_lists_object".
Examples
data(venn_methods)
export_vennlists(venn_methods)
[Package metaprotr version 1.2.2 Index]