-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Selects a representative subset of sequences from multiple sequence alignment. -- -- SelectSequences is a tool for selection of a representative subset of -- sequences from a multiple sequence alignment in clustal format. -- -- Optional Dependencies: -- -- -- --
--   cabal install SelectSequencesFromMSA
--   
@package SelectSequencesFromMSA @version 1.0.5 -- | This module contains functions for SelectSequences module Bio.SelectSequencesLibrary preprocessClustalForRNAz :: String -> String -> String -> Int -> Double -> Double -> Bool -> String -> IO (Either String (String, String)) -- | Call for external preprocessClustalForRNAz preprocessClustalForRNAzExternal :: String -> 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 -> String -> Int -> Int -> Int -> Bool -> IO (Either String (String, String))