Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. readPlinkBedFile :: MonadSafe m => FilePath -> Int -> m (Producer GenoLine m ())

    sequence-formats SequenceFormats.Plink

    A function to read a bed file from a file. Returns a Producer over all lines.

  2. readHistogram :: MonadIO m => FilePath -> m RareAlleleHistogram

    sequence-formats SequenceFormats.RareAlleleHistogram

    Read a histogram from a FilePath

  3. readHistogramFromHandle :: MonadIO m => Handle -> m RareAlleleHistogram

    sequence-formats SequenceFormats.RareAlleleHistogram

    Read a histogram from a File Handle.

  4. readFileProd :: forall (m :: Type -> Type) . MonadSafe m => FilePath -> Producer ByteString m ()

    sequence-formats SequenceFormats.Utils

    No documentation available.

  5. readFileProdCheckCompress :: forall (m :: Type -> Type) . MonadSafe m => FilePath -> Producer ByteString m ()

    sequence-formats SequenceFormats.Utils

    No documentation available.

  6. readVCFfromFile :: MonadSafe m => FilePath -> m (VCFheader, Producer VCFentry m ())

    sequence-formats SequenceFormats.VCF

    Reading a VCF from a file. Returns a VCFHeader and a Producer over VCFentries.

  7. readVCFfromStdIn :: (MonadIO m, MonadThrow m) => m (VCFheader, Producer VCFentry m ())

    sequence-formats SequenceFormats.VCF

    Reading a VCF from StdIn. Returns a VCFHeader and a Producer over VCFentries.

  8. readKey :: FilePath -> IO JWK

    servant-auth-server Servant.Auth.Server

    Reads a key from a file.

  9. readVariations :: ByteString -> Variations

    simple-pango Data.Font.VariationAxis

    No documentation available.

  10. readVariations :: ByteString -> Variations

    simple-pango Data.Font.VariationAxis.Internal

    No documentation available.

Page 277 of many | Previous | Next