blob: 208c00e04f96a0bf8344cbb1af1bf238d5bc3da3 (
plain)
1
2
3
4
5
6
|
# Included the newly mapped RNA-seq data. May take several hours.
python3 make_parameter_rnaseq.py > ../Data/parameter/parameter_for_buildRmatrix.txt
python3 buildRmatrix.py ../Data/parameter/parameter_for_buildRmatrix.txt
python3 mergeTPM.py
python3 slice_TPM_to_JSON.py ../Data/parameter/parameter_for_net.txt
find $HOME/brain/Data/history/expr/json/ -name "*.json" -exec cp {} $HOME/brain/code_review_drawScatterplot/hypogen/json/ \;
|