6 ms·
In principle, some of them can be yes. Though genetic reference datasets tend to be much larger than, e.g., codebases -- and therefore require different approac
by sakai 12y ago
In principle, some of them can be yes. Though genetic reference datasets tend to be much larger than, e.g., codebases -- and therefore require different approaches.
One of the core things we're working on is a data structure for more efficient, constant-time sequence lookups, and we've definitely thought of some non-bioinformatics use cases as well. Happy to answer any more specific questions by email too (in my profile)!
- infinite8s 12y agoWouldn't some of the new timeseries motif searching approaches work in this domain (you could assume each codon is a quantized enumerated value). Something like iSax (http://www.cs.ucr.edu/~eamonn/iSAX/iSAX.html http://www.cs.ucr.edu/~eamonn/iSAX/iSAX.html) or Dynamic Time Warping (for motifs that are noisy) - http://www.cs.ucr.edu/~eamonn/SIGKDD_trillion.pdf http://www.cs.ucr.edu/~eamonn/SIGKDD_trillion.pdf