WriteMCL {MAGNAMWAR} | R Documentation |
Writes a tab separated version of the analyzed OrthoMCL data with or without the joined representative sequences
WriteMCL(mtrx, filename)
mtrx |
Matrix derived from AnalyzeOrthoMCL |
filename |
File name to save final output |
The path to the written file
## Not run:
WriteMCL(mcl_mtrx, 'matrix.tsv')
#mcl_mtrx previously derived from AnalyzeOrthoMCL() or join_repset()
## End(Not run)