RNAlien-1.2.5: 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) Source #

Function for querying the RNAcentral REST interface.

data RNAcentralEntryResponse Source #

Data structure for RNAcentral entry response

Instances

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

data RNAcentralEntry Source #

Instances

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