RNAlien-1.3.7: Unsupervized construction of RNA family models

Safe HaskellNone
LanguageHaskell98

Bio.RNAcentralHTTP

Description

Interface for the RNAcentral REST webservice.

Synopsis

Documentation

rnaCentralHTTP :: String -> IO (Either String RNAcentralEntryResponse) #

Function for querying the RNAcentral REST interface.

data RNAcentralEntryResponse #

Data structure for RNAcentral entry response

Instances

Eq RNAcentralEntryResponse # 
Show RNAcentralEntryResponse # 
Generic RNAcentralEntryResponse # 
ToJSON RNAcentralEntryResponse # 
FromJSON RNAcentralEntryResponse # 
type Rep RNAcentralEntryResponse # 

data RNAcentralEntry #

Constructors

RNAcentralEntry 

Instances

Eq RNAcentralEntry # 
Show RNAcentralEntry # 
Generic RNAcentralEntry # 
ToJSON RNAcentralEntry # 
FromJSON RNAcentralEntry # 
type Rep RNAcentralEntry #