GrimSqueaker commited on
Commit
19d8880
·
verified ·
1 Parent(s): 2af985b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +78 -27
README.md CHANGED
@@ -1,29 +1,80 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: seq
5
- dtype: large_string
6
- - name: label
7
- dtype: int64
8
- splits:
9
- - name: train
10
- num_bytes: 999772
11
- num_examples: 2727
12
- - name: validation
13
- num_bytes: 115146
14
- num_examples: 303
15
- - name: test
16
- num_bytes: 133774
17
- num_examples: 337
18
- download_size: 1208794
19
- dataset_size: 1248692
20
- configs:
21
- - config_name: default
22
- data_files:
23
- - split: train
24
- path: data/train-*
25
- - split: validation
26
- path: data/validation-*
27
- - split: test
28
- path: data/test-*
29
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ license: other
5
+ tags:
6
+ - biology
7
+ - proteins
8
+ - sequence-classification
9
+ - benchmark
10
+ task_categories:
11
+ - text-classification
12
+ pretty_name: ProFET_NP_SP_Cleaved
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
+
15
+ # ProFET_NP_SP_Cleaved
16
+
17
+ Binary benchmark for neuropeptide precursor prediction from protein sequences, adapted from the ProteinBERT benchmark collection.
18
+
19
+ ## Source
20
+
21
+ This dataset is sourced from the ProteinBERT benchmark repository:
22
+ https://github.com/nadavbra/protein_bert/tree/master/protein_benchmarks
23
+
24
+ ## Curator Attribution
25
+
26
+ This Hugging Face dataset packaging, curation, and publication was prepared by Dan Ofer.
27
+
28
+ ## Splits and Schema
29
+
30
+ - Splits follow the benchmark release (train/validation/test when available).
31
+ - Each row includes:
32
+ - seq: amino-acid sequence
33
+ - label: binary target (0 or 1)
34
+
35
+ ## Hugging Face Repo
36
+
37
+ - GrimSqueaker/ProFET_NP_SP_Cleaved
38
+
39
+ ## Citations
40
+
41
+ ```bibtex
42
+ @article{10.1093/bioinformatics/btac020,
43
+ author = {Brandes, Nadav and Ofer, Dan and Peleg, Yam and Rappoport, Nadav and Linial, Michal},
44
+ title = {ProteinBERT: a universal deep-learning model of protein sequence and function},
45
+ journal = {Bioinformatics},
46
+ volume = {38},
47
+ number = {8},
48
+ pages = {2102-2110},
49
+ year = {2022},
50
+ doi = {10.1093/bioinformatics/btac020}
51
+ }
52
+
53
+ @article{OferD2014,
54
+ author = {Ofer, Dan and Linial, Michal},
55
+ title = {NeuroPID: a predictor for identifying neuropeptide precursors from metazoan proteomes},
56
+ journal = {Bioinformatics},
57
+ volume = {30},
58
+ number = {7},
59
+ pages = {931--940},
60
+ year = {2014},
61
+ doi = {10.1093/bioinformatics/btt725}
62
+ }
63
+
64
+ @article{Karsenty2014,
65
+ author = {Karsenty, S. and Rappoport, N. and Ofer, D. and Zair, A. and Linial, M.},
66
+ title = {NeuroPID: a classifier of neuropeptide precursors},
67
+ journal = {Nucleic Acids Research},
68
+ year = {2014},
69
+ doi = {10.1093/nar/gku363}
70
+ }
71
+
72
+ @article{Brandes2016,
73
+ author = {Brandes, Nadav and Ofer, Dan and Linial, Michal},
74
+ title = {ASAP: A machine learning framework for local protein properties},
75
+ journal = {Database},
76
+ volume = {2016},
77
+ year = {2016},
78
+ doi = {10.1093/database/baw133}
79
+ }
80
+ ```