HTSeqCountCluster package¶
Subpackages¶
Submodules¶
HTSeqCountCluster.htseq_count_cluster module¶
- HTSeqCountCluster.htseq_count_cluster.call_htseq(infile, gtf, outfile)[source]¶
Call the htseq-count script.
- HTSeqCountCluster.htseq_count_cluster.check_job_status(job_id, email=True)[source]¶
Use Qstat to monitor your job status.
HTSeqCountCluster.mergecounts module¶
- HTSeqCountCluster.mergecounts.merge_counts_tables(files_dir)[source]¶
Merge multiple counts tables into 1 counts table.
After running htseq-count-cluster, there will be a counts table for each sample in the output directory. This function will use the genes column as the first column and then insert each subsequent sample name as column header with counts data as the column rows.
- Parameters:
files_dir (str) – The directory of the individual counts files.