WriteMCL: Print analyzed matrix

Description Usage Arguments Value Examples

View source: R/WriteMCL.R

Description

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

Usage

1
WriteMCL(mtrx, filename)

Arguments

mtrx

Matrix derived from AnalyzeOrthoMCL

filename

File name to save final output

Value

The path to the written file

Examples

1
2
3
4
5
## Not run: 
WriteMCL(mcl_mtrx, 'matrix.tsv')
#mcl_mtrx previously derived from AnalyzeOrthoMCL() or join_repset()

## End(Not run)

MAGNAMWAR documentation built on May 2, 2019, 6:42 a.m.