Datasets:

License:
KIto-2000 commited on
Commit
9d9654e
·
1 Parent(s): 7ff462b

write README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -1
README.md CHANGED
@@ -6,4 +6,51 @@ size_categories:
6
  - 10M<n<100M
7
  ---
8
  # Mouse-Genecorpus-20M
9
- Mouse-Genecorpus-20M
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  - 10M<n<100M
7
  ---
8
  # Mouse-Genecorpus-20M
9
+ Updating now...
10
+
11
+ Comming soon!
12
+
13
+
14
+ Write: Keita Ito
15
+
16
+ ## Abstract
17
+ This repository contains the datasets of mouse-Genecorpus-20M and evaluation datasets to analysis. Mouse-Genecorpus-20M is large-scale pretraining corpus comprised of ~21 million mosue single cell transcriptomes from a broad range of tissues from publicly available data. This corpus is used for pretraining mouse-Geneformer, a pretrained transformer model that enables context-aware predictions in settings with limited data in network biology.
18
+
19
+ <!-- PLOS Genetics の URL を載せる-->
20
+ <!-- [[PLOS Genetics](hhttps://journals.plos.org/plosgenetics/...)]-->
21
+
22
+ <!-- bioRxiv の URL を記載-->
23
+ <!-- [[bioRxiv]()] -->
24
+
25
+ ## Citation
26
+ If you find this repository is useful. Please cite the following references.
27
+
28
+ <!-- PLOS Genetics の bibtex を載せる -->
29
+
30
+ <!--bioRxiv の bibtex を載せる -->
31
+ ```bibtex
32
+ @article{aaaaaaa,
33
+ author = {Keita Ito and Tsubasa Hirakawa and Shuji Shigenobu and Takayoshi Yamashita and Hironobu Fujiyoshi},
34
+ title = {Mouse-Geneformer: A Deep Leaning Model for Mouse Single-Cell Transcriptome and Its Cross-Species Utility},
35
+ journal = {xxxx},
36
+ year = {20yy},
37
+ pages = {zzzz-zzzz}
38
+ }
39
+ ```
40
+
41
+ ## How to use
42
+ Python program to use this dataset (Python version:3.8.10) :
43
+ ```bash
44
+ # How to use mosue-Genecorpus-20M dataset
45
+ from datasets import load_dataset
46
+ dataset = load_dataset("MPRG/Mouse-Genecorpus-20M/MLM-re_All_mouse_tokenize_dataset.dataset")
47
+ ```
48
+ or
49
+ ```bash
50
+ $ git clone https://huggingface.co/datasets/MPRG/Mouse-Genecorpus-20M
51
+ ```
52
+ After executing the above command:
53
+ ```bash
54
+ from datasets inport load_from_disk
55
+ dataset = load_from_disk("/path/to/mouse-Genecorpus-20M/MLM-re_All_mouse_tokenize_dataset.dataset/")
56
+ ```