FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 93141c3c authored by Yassin Refahi's avatar Yassin Refahi
Browse files

Update README.md

parent 86f11d23
No related branches found
No related tags found
No related merge requests found
......@@ -11,9 +11,13 @@ click "Atlas gene expression" button from the AtlasViewer menu.
To read the .pat files in the folders:
import cPickle
fobj = file("patternFileName.pat")
patterns = cPickle.load(fobj)
fobj.close()
#patterns is a Python dictionary whose keys are genes and values are cell
labels expressing the gene.
\ No newline at end of file
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