Safe Haskell | None |
---|---|
Language | Haskell2010 |
Bio.RealWorld.ENCODE
Synopsis
- data KeyWords = KeyWords (Seq String) (Seq String)
- search :: KeyWords -> IO (Either String [Value])
- terms :: [String] -> KeyWords
- cellIs :: String -> KeyWords
- organismIs :: String -> KeyWords
- assayIs :: String -> KeyWords
- getFile :: FilePath -> String -> IO ()
- queryById :: EncodeAcc -> IO (Either String Value)
- openUrl :: String -> String -> IO ByteString
- jsonFromUrl :: String -> IO (Either String Value)
- (|@) :: Value -> Text -> Value
- (|!) :: Value -> Int -> Value
- as :: FromJSON a => Value -> a
- (&) :: a -> (a -> b) -> b
- showResult :: Value -> IO ()
Documentation
Terms and constraints.
search :: KeyWords -> IO (Either String [Value]) Source #
general search using keywords and a set of constraints. Example: search ["chip", "sp1"] ["type=experiment"]
common search
organismIs :: String -> KeyWords Source #
specific search
Inspection
printing
showResult :: Value -> IO () Source #