Takes an object of arbitrary type and returns an
sq object as an output.
as.sq(x, ...)
# S3 method for default
as.sq(x, ...)
# S3 method for character
as.sq(x, ...)[any]
An object of a class that supports conversion to sq class.
further arguments to be passed from or to other methods.
An sq object.
There are two possible cases: if x is a character vector, then this
method calls sq function, else it passes x to
import_sq and hopes it works.
Functions from output module:
as.character.sq(),
as.matrix.sq(),
export_sq(),
write_fasta()