Skip to content

searches for candidate biomarkers in RNA Sequence data

Notifications You must be signed in to change notification settings

aedavids/findBiomarkers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

findBiomarkers

searches for candidate biomarkers in RNA Sequence data

Author: Andrew E. Davidson [email protected] https://github.com/aedavids/findBiomarkers

Starting notebooks

bin/startNotesbooks.sh

Installation

set up conda env with required packages

$ conda create --name findBiomarkers --file requirements.txt

you may need to install tensorflow and jupyter notebooks manually as follows

$ conda activate findBiomarkes
(findBiomarkers) $ pip install tensorflow
(findBiomarkers) $ pip install -q git+https://github.com/tensorflow/docs

(findBiomarkers) $ conda install -c conda-forge notebook
(findBiomarkers) $ conda install -c conda-forge jupyter_contrib_nbextensions

Installation notes

Running Unit test

cd ~workSpace/UCSC/findBiomarkers
conda activate findBiomarkers
export PYTHONPATH="${PYTHONPATH}:`pwd`/src"
cd src/test
python -m unittest discover .

Table of Contents

Jupyter notebooks

Depecated Tree house notebooks The use a data set the compins the TCGA-target-GTex data sets with tree house childhood cancer

lungCancerClassifierExploration-TreeHouse.ipynb lungCancerClassifier-TreeHouse.ipynb lungCancerClassifierEvaluation-Treehouse.ipynb

About

searches for candidate biomarkers in RNA Sequence data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published