| write_fingerprint {bioseq.fasta} | R Documentation |
collection, and then write the generated fingerprint data into the target <br /> fingerprint matrix file
write_fingerprint(file, seqs,
debug = -1);
the fasta headers title of the input sequence data should be formatted as: {gb_acc}.{locus_tag} {left} {right} {strand}|{biom_string}, the strand token should be forward or reverse, or the target sequence will be skipped with a warning message.
the input FingerprintMatrixWriter object, so that this api can be used in a pipeline manner;
this function returns a R# error message object if the input sequence data can not be cast to a fasta sequence collection.