Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to set names for RPKM columns in DESeq results file #1

Open
michael-kotliar opened this issue Sep 30, 2018 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@michael-kotliar
Copy link
Member

Function get_deseq_job should return job file with untreated_col_suffix and treated_col_suffix fields.
DESeq DAG should be triggered with

conf = {"condition": ["untreated_uid", "treated_uid"],
        "rpkm_suffixes": ["_WT", "_KO"],
        "groupby": "isoform",
        "result_uid": "uid"}
@michael-kotliar michael-kotliar added the enhancement New feature or request label Sep 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant