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

RNA004 Inverted DRACH Results #225

Open
BrendanBeahan opened this issue Jul 23, 2024 · 1 comment
Open

RNA004 Inverted DRACH Results #225

BrendanBeahan opened this issue Jul 23, 2024 · 1 comment

Comments

@BrendanBeahan
Copy link

My team recently ran xPore on both an RNA002 and RNA004 dataset. The RNA004 dataset, understandably, resulted in some pretty strange outcomes. In particular, the RNA004 output seemed to have an inverse relationship between the statistical significance of the predicted modification and the amount of DRACH enrichment said site was associated with. This is the opposite of what we observed in RNA002.

I suppose I'm just curious if your team had any insights into how you underlying method may lead to such an outcome or if this seems like a plausible outcome?

@yuukiiwa
Copy link
Collaborator

Hi @BrendanBeahan,

The main branch of xpore hasn't been updated to support RNA004. You can provide the RNA004 kmer model (https://github.com/GoekeLab/xpore/blob/RNA004_kmer_model/xpore/diffmod/RNA004_5mer_model.txt) during in the xpore diffmod config.yml when running xpore diffmod:

data:
    <CONDITION_NAME_1>:
        <REP1>: <DIR_PATH_TO_DATA_JSON>
        ...

    <CONDITION_NAME_2>:
        <REP1>: <DIR_PATH_TO_DATA_JSON>
        ...

    ...

model_kmer: <PATH_TO_KMER_MODEL>

out: <DIR_PATH_FOR_OUTPUTS>

Thanks!

Best wishes,
Yuk Kei

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

No branches or pull requests

2 participants