WriteMCL {MAGNAMWAR}R Documentation

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


## Not run: 
WriteMCL(mcl_mtrx, 'matrix.tsv')
#mcl_mtrx previously derived from AnalyzeOrthoMCL() or join_repset()

## End(Not run)

[Package MAGNAMWAR version 2.0.4 Index]