DDBJ (DNA DataBank of Japan) entry retrieval functions.
see xml.nig.ac.jp/wabi/Method?serviceName=DDBJ&mode=methodList&lang=en
Number and ratio of each base such as A,T,G,C.
see xml.nig.ac.jp/wabi/Method?&lang=en&serviceName=DDBJ&methodName=countBasePair&mode=methodDetail
Arguments:
(required) accession: (String) accession
Returns |
(String) tab-deliminated text |
# File lib/bio/io/ddbjrest.rb, line 167 def countBasePair(accession); end
see xml.nig.ac.jp/wabi/Method?&lang=en&serviceName=DDBJ&methodName=get&mode=methodDetail
# File lib/bio/io/ddbjrest.rb, line 171 def get(accessionList, paramList); end
see xml.nig.ac.jp/wabi/Method?&lang=en&serviceName=DDBJ&methodName=getAllFeatures&mode=methodDetail
# File lib/bio/io/ddbjrest.rb, line 175 def getAllFeatures(accession); end
see xml.nig.ac.jp/wabi/Method?&lang=en&serviceName=DDBJ&methodName=getFFEntry&mode=methodDetail
# File lib/bio/io/ddbjrest.rb, line 179 def getFFEntry(accession); end
xml.nig.ac.jp/wabi/Method?&lang=en&serviceName=DDBJ&methodName=getRelatedFeatures&mode=methodDetail
# File lib/bio/io/ddbjrest.rb, line 183 def getRelatedFeatures(accession, start, stop); end
Generated with the Darkfish Rdoc Generator 2.