r-rentrez: fix style
This commit is contained in:
parent
8c6143c431
commit
a6aceb0b91
@ -9,10 +9,10 @@
|
|||||||
class RRentrez(RPackage):
|
class RRentrez(RPackage):
|
||||||
"""'Entrez' in R.
|
"""'Entrez' in R.
|
||||||
|
|
||||||
Provides an R interface to the NCBI's 'EUtils' API,
|
Provides an R interface to the NCBI's 'EUtils' API,
|
||||||
allowing users to search databases like 'GenBank'
|
allowing users to search databases like 'GenBank'
|
||||||
<https://www.ncbi.nlm.nih.gov/genbank/> and 'PubMed'
|
<https://www.ncbi.nlm.nih.gov/genbank/> and 'PubMed'
|
||||||
<https://pubmed.ncbi.nlm.nih.gov/>, process the
|
<https://pubmed.ncbi.nlm.nih.gov/>, process the
|
||||||
results of those searches and pull data into their R sessions."""
|
results of those searches and pull data into their R sessions."""
|
||||||
|
|
||||||
cran = "rrentrez"
|
cran = "rrentrez"
|
||||||
|
Loading…
Reference in New Issue
Block a user