summaryrefslogtreecommitdiff
path: root/Code
AgeCommit message (Collapse)Author
2024-08-09[update_network.py] Simplify codeHui Lan
2024-08-08Improve memory efficency while building TPM.txtHui Lan
2024-08-07Use TPM_FILE instead of TPM_TABLEHui Lan
2024-08-07Fix error occurred while running update_network.pyHui Lan
2024-08-07[update_network.py] Rename FILE_TIMESTAMP to TIMESTAMP_FILEHui Lan
2024-08-07Review update_network.pyHui Lan
2024-08-07Put the definition of make_paths() in utils.py because multiple places use itHui Lan
2024-08-07Important files and directoriesHui Lan
2024-08-06update_network.py: delete the 'merge edge' stuff because this is the job of ↵Hui Lan
update_network_by_force.py
2024-08-06merge_edges.py: add some commentsHui Lan
2024-08-05update_network_by_force.py: improve code speedHui Lan
2024-08-05update_network_by_force.py: fix runtime errorHui Lan
2024-08-05update_network_by_force.py: review and make updatesHui Lan
2024-08-05Remove testlog.txt because it is no longer neededHui Lan
2024-08-05Update write_log_file() so that it put the most recent message on the top; ↵Hui Lan
remove duplicate write_log_file()
2024-08-04Do not record duplicate edges (to save space). May take longer to run.Hui Lan
2022-12-04create_edges_mixtool.R: enable command line argumentHui Lan
2022-11-20Fix the following errors while running create_edges0B.pyHui Lan
~/brain/Code$ python3 update_rnaseq_info_json.py Error in library(Rtsne) : there is no package called ‘Rtsne’ ~/brain/Code$ Rscript correlation_per_tissue.R Error in quantile.default(sd.1) : missing values and NaN's not allowed if 'na.rm' is FALSE
2022-11-20update_network.py: no longer need to redirect to fileHui Lan
2022-11-11correlation_per_group_fixed_number.R: fix 'argument is of length zero' error.Hui Lan
2022-11-09correlation_per_group_fixed_number.R: simplifyHui Lan
2022-11-07update_network_by_force.py: back up the edge file once a month.Hui Lan
2022-11-05Make correlation_per_group_fixed_number.R work, and update its upstream ↵Hui Lan
scripts (i.e., assign_tissue.py and refine_tissue.py).
2022-10-13configure.py: update TPM renewal intervalHui Lan
2022-10-10configure.py: update the value of BUILDRMATRIX_RENEW_INTERVALHui Lan
2022-10-09Shorten config variable name, remove 'PARAMETER_FOR_'Hui Lan
2022-10-09merge_edges.py: do not use HTML tags if the info is written to databaseHui Lan
2022-10-09merge_edges.py: removed a commented-out line.Hui Lan
2022-10-07Change the place used to store downloaded raw RNASeq data.Hui Lan
2022-10-05configure.py: be more specific about 'memory' - not computer memory, but ↵Hui Lan
brain memory.
2021-07-27configure.py: double daily downloads.Hui Lan
2021-07-25utils.py: the statistics line must be inside the with context manager in ↵Hui Lan
order to be written to the file edges-diff.txt.
2021-07-24utils.py: add info such as number of new edges and modification time.Hui Lan
2021-07-23utils.py: header for edges-diff.txt.Hui Lan
2021-07-23merge_edges.py: include fewer edges to prevent running out of memory.Hui Lan
2021-07-20update_network_by_force.py: get the difference in edges (yesterday vs. today).Hui Lan
2021-07-18configure.py: always build new TPM.txt.Hui Lan
2021-07-18configure.py: change the update interval.Hui Lan
2021-04-24merge_edges.py: use the most recent 365 edge files (to handle out-of-memory ↵Hui Lan
problem).
2021-02-18make_target_tf.py and param4net.py: add an option EXISTING_TARGET_TF_PAIRS ↵Hui Lan
in parameter_for_net.txt to specify locations of existing Target-TF pairs.
2021-02-18make_target_tf.py: format of target_tf.txt.Hui Lan
2021-02-16make_target_tf_agris.py: no longer need to check ID starts with AT, as it ↵Hui Lan
has been checked using isvalid.
2021-02-16make_target_tf_agris.py: refactor code, and include tf-target pairs from the ↵Hui Lan
latest osu AtRegNet data.
2021-02-10test.py: delete it as it is for temporary testing purpose only.Hui Lan
2021-02-10test.py: make it work.Hui Lan
2021-02-10download_and_map.py: fix name d not defined error.Hui Lan
2021-02-10download_and_map.py: remove function read_ena_data_info() as it is no longer ↵Hui Lan
used.
2021-02-10download_and_map.py: simplify function read_ena_data_info_json such that it ↵Hui Lan
includes all info.
2021-02-10download_and_map.py: adpat this script to use the latest ↵Hui Lan
rnaseq_info_database.json file.
2021-02-10parse_ena_xml.py: adapt the script to use the latest meta data.Hui Lan