CC_vel takes in single cell RNAseq data, establishes a cell cycle based pseudotime and calculates the cell cycle time derivative for each gene.

public public 1yr ago 0 bookmarks

CC_vel takes in single cell RNAseq data, establishes a cell cycle based pseudotime and calculates the cell cycle time derivative for each gene.

Overview

CC_vel was developed within the BiGR group at NTNU. It takes in loom files generate

Code Snippets

22
23
shell:
    "python {params.script} 2> {log} {input} {params.barcodes} {params.mito_genes} {params.CC_genes} {output.cc_loom} {output.all_gene_loom}"
38
39
shell:
    "python {params.script} 2> {log} {input} {output.boundaries_csv} {params.num_k}"
60
61
shell:
    "python {params.script} 2> {log} {input} {params.number_of_iterations} {params.num_k}"
80
81
shell:
    "python {params.script} 2> {log} {input} {params.number_of_iterations} {params.z_CI_value} {output.merged_res}"
97
98
shell:
    "python {params.script} 2> {log} {input} {params.num_iters} {output.ranked_genes} {output.delay_genes} {output.t_test_res}"
ShowHide 5 more snippets with no or duplicated tags.

Login to post a comment if you would like to share your experience with this workflow.

Do you know this workflow well? If so, you can request seller status , and start supporting this workflow.

Free

Created: 1yr ago
Updated: 1yr ago
Maitainers: public
URL: https://github.com/Ylefol/CC_vel
Name: cc_vel
Version: 1
Badge:
workflow icon

Insert copied code into your website to add a link to this workflow.

Downloaded: 0
Copyright: Public Domain
License: MIT License
  • Future updates

Related Workflows

cellranger-snakemake-gke
snakemake workflow to run cellranger on a given bucket using gke.
A Snakemake workflow for running cellranger on a given bucket using Google Kubernetes Engine. The usage of this workflow ...