Learn R Programming

MAGNAMWAR (version 2.0.4)

WriteMCL: Print analyzed matrix

Description

Writes a tab separated version of the analyzed OrthoMCL data with or without the joined representative sequences

Usage

WriteMCL(mtrx, filename)

Arguments

mtrx

Matrix derived from AnalyzeOrthoMCL

filename

File name to save final output

Value

The path to the written file

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
WriteMCL(mcl_mtrx, 'matrix.tsv')
#mcl_mtrx previously derived from AnalyzeOrthoMCL() or join_repset()
# }

Run the code above in your browser using DataLab