-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | SelectSequences is a tool for selection of a represenative subset of sequences from a multiple sequence alignment in clustal format. -- -- SelectSequences is a tool for selection of a represenative subset of -- sequences from a multiple sequence alignment in clustal format. -- -- Optional Dependencies: -- --
-- cabal install SelectSequencesFromMSA --@package SelectSequencesFromMSA @version 1.0.2 -- | This module contains functions for SelectSequences module Bio.SelectSequencesLibrary preprocessClustalForRNAz :: String -> String -> Int -> Double -> Double -> Bool -> IO (Either String (String, String)) -- | Call for external preprocessClustalForRNAz preprocessClustalForRNAzExternal :: String -> String -> Int -> Int -> Int -> Bool -> IO (Either String (String, String)) -- | Call for external preprocessClustalForRNAcode - RNAcode additionally -- to RNAz requirements does not accept pipe,underscore, doublepoint -- symbols preprocessClustalForRNAcodeExternal :: String -> String -> Int -> Int -> Int -> Bool -> IO (Either String (String, String))