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

In silico CHIP chromVAR scores are not returning most TFs #20

Open
Connorr0 opened this issue Jul 3, 2024 · 2 comments
Open

In silico CHIP chromVAR scores are not returning most TFs #20

Connorr0 opened this issue Jul 3, 2024 · 2 comments
Assignees

Comments

@Connorr0
Copy link

Connorr0 commented Jul 3, 2024

After running the pipeline I noticed that while the FIMO matrix returns ~1,000 TFs and the gene-TF links return ~800 TFs, the In silico CHIP chromVAR scores are only calculated for ~200 TFs.

@jordanc17 jordanc17 self-assigned this Nov 6, 2024
@jordanc17

This comment was marked as resolved.

@jordanc17
Copy link
Contributor

jordanc17 commented Dec 6, 2024

You can adjust the parameters used to perform filtering in config. yaml. The default is requiring 30 peaks with an in silico ChIP score > .15 for a TF to pass filtering:

ins_chip:
    # set verbose to "--verbose" for True
    verbose: ""
    min_chip_score: 0.15
    min_peak_hits: 30

The NAs in the chromVAR deviations occur when the expected number of fragments in the cell is less than 1, according to GreenleafLab/chromVAR/issues/27. I've been filling the NA values with the minimum chromVAR score for that TF. Signac fills the missing values with zeros as seen in stuart-lab/signac/issues/1254. Missing values need to be filled in run_chromvar.R before export.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants