Write an instance of TreeNode to a file.
This is a convenience method for skbio.io.write. For more information about the I/O system in scikit-bio, please see skbio.io.
Supported file formats include:
Parameters: | fp : filepath or filehandle
format : str
kwargs : dict, optional
|
---|
See also