index
:
BRAINCL
master
Unnamed repository; edit this file 'description' to name the repository.
Git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Code
Age
Commit message (
Expand
)
Author
2020-03-26
html_network.py: don't show intermediate result
Hui Lan
2020-03-26
html_network.py: remove many lines to make it simpler
Hui Lan
2020-02-15
merge_edges.py: remove old function make_new_edge()
Hui Lan
2020-02-15
update_network_by_force.py: enable visiting the web app each time the network...
Hui Lan
2020-02-15
merge_edges.py: now db_fname has a place to print
Hui Lan
2020-02-15
merge_edges.py: an integer in a list prevents the join method from working
Hui Lan
2020-02-15
update_network_by_force.py: disable visiting the web app each time when runni...
Hui Lan
2020-02-15
merge_edges.py: a more memory efficient method to compute an edge's net strength
Hui Lan
2020-02-15
merge_edges.py: do not show edge file names in network.log
Hui Lan
2020-02-15
merge_edges.py: datetime.now() dose not work. Should be datetime.datetime.now()
Hui Lan
2020-02-14
merge_edges.py: write edge file names to network.log
Hui Lan
2020-02-11
merge_edges.py: use the most recent update date as the merged edge's date.
Hui Lan
2020-02-11
merge_edges.py: add a few comments for function make_new_edge.
Hui Lan
2020-02-11
merge_edges.py: log more information in network.log.
Hui Lan
2020-02-11
merge_edges.py: log number of edge files scanned.
Hui Lan
2020-02-11
merge_edges.py: what is the purpose of variable d.
Hui Lan
2020-02-11
merge_edges.py: make a better key
Hui Lan
2020-02-11
merge_edges.py: why 10?
Hui Lan
2020-02-11
merge_edges.py: consider all files in directory EDGE_POOL whose file name sta...
Hui Lan
2020-02-06
backup_files.py: remove the cd command - we do not need to cd to a directory ...
Hui Lan
2020-02-06
backup_files.py: fix misspelling
Hui Lan
2020-01-21
update_network_by_force.py: update G.pickle and SOURCE_NODES.pickle with edge...
Hui Lan
2020-01-21
merge_edges.py: write all edge information to an SQLite database file called ...
Hui Lan
2020-01-18
download_and_map.py: write "no enough space" warning message to network log file
Hui Lan
2019-12-26
merge_edges.py: save memory by removing the dictionary variable duniq
Hui Lan
2019-12-12
update_network_by_force.py: summarize the association strength in the edge file
Hui Lan
2019-12-07
create backup_files.py for backing up files
Hui Lan
2019-12-06
draw_subnetwork.py: add a known network (G0) from the thermomorphogenesis paper.
Hui Lan
2019-12-05
draw_subnetwork.py for generating a subnetwork consisting of genes that might...
Hui Lan
2019-12-05
add count_AGI_in_cDNA.py for counting number of unique genes in a cdna file.
Hui Lan
2019-12-04
merge_edges.py: run dos2unix on merge_edges.py to remove ^M characters.
Hui Lan
2019-12-04
merge_edges.py: clean up source code by removing commented lines and editing ...
Hui Lan
2019-12-04
brain: add python and R code to local repository.
Hui Lan