You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An automated web search for human antibodies labelling neurons and glia in the brain. Takes the direct output of Seurat's "FindMarkers()" and returns a data frame of antibodies based on information from the human protein atlas.
1
+
# proteinsearch.py
2
+
An automated web search for human antibodies labelling neurons and glia in the brain.
3
+
This code takes the direct output of Seurat's `FindMarkers()` and returns a data frame of antibodies based on information from the human protein atlas.
4
+
5
+
6
+
## Instructions:
7
+
1. Save a `.csv` of the marker genes for your single cell RNA sequencing data: `write.csv(FindMarkers(data), markers.csv)`
8
+
2. In your terminal, ensure that Selenium web driver is installed: `pip install selenium`
0 commit comments