Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v0.1
    1d6316a6 · init w Makefile ·
    Release-0.1
    
    First submission attempt
    
    Method:
    - Using bag of words concept to create features
    - Crude filtering of words with length < 20 && < 4
    - Filtering out "actgu" only words
    - Words must occur > 70 times in the entire text
    
    Results:
    - Pick correct category of 9 possible mutation types 62% of
      time in cross-validation