BioPHP - Length of sequence
Original code submitted by josebaCode bellow is covered by GNU GPL v2 license.
Description
Last change: 2010/10/18 17:04 | Edit description | Recent Changes | Original descriptionReturns the length of a sequence
Code
Last change: 2010/10/18 17:04 | Edit Code | Recent Changes | Download | Original codefunction seqlen() { return strlen($this->sequence); }