open.fingerprint_writer {bioseq.fasta} R Documentation

open a fingerprint matrix writer for write the sequence fingerprint data

Description

into a binary BSON file

Usage

open.fingerprint_writer(file);

Arguments

file

env

[as Environment]

Details

Authors

seqtoolkit

Value

a FingerprintMatrixWriter object for write the sequence fingerprint data into the target file in a stream manner, which can be used by the write_fingerprint api;

this function returns a R# error message object if the target file can not be opened for write.

clr value class

Examples


[Package bioseq.fasta version 1.0.0.0 Index]