Skip to content

13_TestTargetGenes.py #1

Description

@mabaoweireadingene

‘’‘’
allVars = pd.Series(KOGenes[setIndex_1:setIndex_2])
all_columns = "+".join(allVars[allVars.isin(["leiden"])])
all_columns = all_columns + "+n_genes+mt_frac"
my_formula = "y
" + all_columns + " + (1 | leiden)"
‘’‘’
I have a question about this piece of code. Could you please clarify?
Why adding n_genes and mt_frac when evaluating the CRISPR knockout effect for accounting for their influence.

Thanks
Best!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions