Darts_DNN package¶
Subpackages¶
Submodules¶
Darts_DNN.Darts_build_feature module¶
Darts_DNN.Darts_get_data module¶
Darts_DNN - get_data
Implements an internal downloading module for getting data from internet. Data includes training data, cis feature files, etc.
This module depends on the url and md5sum stored in resources/download.yaml
Darts_DNN.Darts_pred module¶
Darts_DNN.Darts_rbpTable module¶
Darts_DNN - rbpTable
Utilities for reading and preparinig trans features from gene expression
Darts_DNN.Darts_train module¶
Darts_DNN.Darts_tx2g module¶
Darts_DNN - tx2g
Mapping kallisto transcript TPM to Gene
Todo
parse a GTF file for mapping IDs in the future
Darts_DNN.config module¶
Here are general configurations for the Darts_DNN package, including version control, trained model parameter, etc.
Darts_DNN.download module¶
Python Code for downloading and checking md5sum from https://gist.github.com/mjohnsullivan/9322154
-
Darts_DNN.download.download_with_resume(url, file_path, hash=None, timeout=10)[source]¶ Performs a HTTP(S) download that can be restarted if prematurely terminated. The HTTP server must support byte ranges. :param file_path: the path to the file to write to disk :type file_path: string :param hash: hash value for file validation :type hash: string (MD5 hash value)