Skip to content
Snippets Groups Projects
Commit bb16c3a3 authored by Roel Vrooman's avatar Roel Vrooman
Browse files

Change README layout

parent 6baf9027
No related branches found
No related tags found
No related merge requests found
...@@ -6,9 +6,9 @@ Create a mouse to human brain reference atlas based on homologous gene expressio ...@@ -6,9 +6,9 @@ Create a mouse to human brain reference atlas based on homologous gene expressio
**Description:** **Description:**
Using information from the Allen Brain Atlas, we want to create a reference map comparing the mouse to the human brain. We want to accomplish this by comparing the mouse ISH data to the human Microarray data and compare the expression of homologous genes. Using information from the Allen Brain Atlas, we want to create a reference map comparing the mouse to the human brain. We want to accomplish this by comparing the mouse ISH data to the human Microarray data and compare the expression of homologous genes.
**Process (so far):** ## Process (so far):
## Creating the gene subset **Creating the gene subset**
Got file from Jo with the genes from the AGEA mouse expression map: Got file from Jo with the genes from the AGEA mouse expression map:
*mouse_gene_list_Jo.csv*, with: *mouse_gene_list_Jo.csv*, with:
...@@ -18,11 +18,13 @@ Got file from Jo with the genes from the AGEA mouse expression map: ...@@ -18,11 +18,13 @@ Got file from Jo with the genes from the AGEA mouse expression map:
Got files from ensemble site: (http://www.ensembl.org/biomart/martview/9ecad8bf85d46c67fe95b2385e8d2179) Got files from ensemble site: (http://www.ensembl.org/biomart/martview/9ecad8bf85d46c67fe95b2385e8d2179)
where I took the mouse gene database, filtered for orthologous human gene only and generated two lists (.csv) with unique results only. where I took the mouse gene database, filtered for orthologous human gene only and generated two lists (.csv) with unique results only.
*Mouse_to_Human_list_withNCBI_ID*, with: *Mouse_to_Human_list_withNCBI_ID*, with:
- Gene Stable ID - Gene Stable ID
- Gene Stable ID version - Gene Stable ID version
- Gene name - Gene name
- NCBI Entrez ID - NCBI Entrez ID
*Mouse_to_Human_list_withhumanname*, with: *Mouse_to_Human_list_withhumanname*, with:
- Gene stable ID - Gene stable ID
- Gene stable ID version - Gene stable ID version
...@@ -40,4 +42,5 @@ Using python/pandas I cleaned up and merged these .csv files until I got 1 file ...@@ -40,4 +42,5 @@ Using python/pandas I cleaned up and merged these .csv files until I got 1 file
- Entrez - Entrez
- Human gene stable ID - Human gene stable ID
- Human gene name - Human gene name
See *Create gene subset.ipynb* for code See *Create gene subset.ipynb* for code
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment