Function
stringToShape
Takes a shape given as a string of '1' (relevant position) and '0' (irrelevant position) and converts it into a Shape object.
stringToShape(shape, bitmap)
Parameters
shape
Shape object that is manipulated.
bitmap
A character string of '1' and '0' representing relevant and irrelevant positions (blanks) respectively.
Types: String
Remarks: This string must begin with a '1'.
SeqAn - Sequence Analysis Library - www.seqan.de