[Biococoa-dev] BCSymbolMapping
Philipp Seibel
biococoa at bioworxx.com
Sun Mar 13 14:46:07 EST 2005
Hi,
i'd like to implement charles BCSymbolMapping for the alignment
algorithms, so we have to discuss the details.
I think we should implement a class called BCSymbolMapping with methods
like
- (int)intMappingForSymbol:(BCSymbol *)symbol;
- (char)charMappingForSymbol:(BCSymbol *)symbol;
- (NSRange)rangeForCharMapping;
- (NSRange)rangeForIntMapping;
Every symbolSet class gets a method like
- (BCSymbolMapping *)symbolMapping;
and thats it *g*
any ideas how to implement the mapping efficiently ?
so the discussion is declared open ;-).
Phil
More information about the Biococoa-dev
mailing list