sequenceToMF

Convert a nucleic sequence to a MF

sequenceToMF(sequence: String, options: object)
Parameters
sequence (String)
options (object = {})
Name Description
options.kind string? rna, ds-dna or dna. Default if contains U: rna, otherwise ds-dna
options.fivePrime string (default monophosphate) alcohol, monophosphate, diphosphate, triphosphate
options.circular string (default false)

ensureUppercaseSequence

Ensure that the sequence is in uppercase taking into account possible modifications

ensureUppercaseSequence(sequence: any)
Parameters
sequence (any)