forked from MLT-OSS/FirstData
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgenbank.json
More file actions
63 lines (63 loc) · 2.37 KB
/
genbank.json
File metadata and controls
63 lines (63 loc) · 2.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"id": "us-ncbi-genbank",
"name": {
"en": "GenBank",
"zh": "基因库"
},
"description": {
"en": "GenBank is the NIH genetic sequence database, an annotated collection of all publicly available DNA sequences. It is part of the International Nucleotide Sequence Database Collaboration (INSDC), which comprises the DNA DataBank of Japan (DDBJ), the European Nucleotide Archive (ENA), and GenBank at NCBI. These three organizations exchange data on a daily basis, providing comprehensive global coverage of nucleotide sequence data.",
"zh": "GenBank是美国国立卫生研究院的基因序列数据库,是所有公开可用DNA序列的注释集合。它是国际核苷酸序列数据库合作组织(INSDC)的一部分,该组织包括日本DNA数据库(DDBJ)、欧洲核苷酸档案馆(ENA)和NCBI的GenBank。这三个组织每天交换数据,提供全球核苷酸序列数据的全面覆盖。"
},
"website": "https://www.ncbi.nlm.nih.gov/",
"data_url": "https://www.ncbi.nlm.nih.gov/genbank/",
"api_url": "https://www.ncbi.nlm.nih.gov/books/NBK25501/",
"country": null,
"domains": [
"genomics",
"molecular biology",
"genetics",
"bioinformatics"
],
"geographic_scope": "global",
"update_frequency": "daily",
"tags": [
"genomics",
"DNA sequences",
"nucleotide database",
"molecular biology",
"genetics",
"bioinformatics",
"genome assembly",
"NCBI",
"NIH",
"INSDC",
"sequence database"
],
"data_content": {
"en": [
"DNA sequences from all organisms",
"Nucleotide sequences (mRNA, rRNA, tRNA, genomic DNA)",
"Genome assemblies",
"Whole Genome Shotgun (WGS) sequences",
"Transcriptome Shotgun Assembly (TSA) sequences",
"Third Party Annotation (TPA) sequences",
"Metagenome sequences",
"Sequence annotations and features",
"Organism taxonomy information",
"Gene and protein cross-references"
],
"zh": [
"所有生物的DNA序列",
"核苷酸序列(mRNA、rRNA、tRNA、基因组DNA)",
"基因组组装",
"全基因组鸟枪法(WGS)序列",
"转录组鸟枪法组装(TSA)序列",
"第三方注释(TPA)序列",
"宏基因组序列",
"序列注释和特征",
"生物分类信息",
"基因和蛋白质交叉引用"
]
},
"authority_level": "government"
}