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

how to get the 'genes_vs_motifs.rankings.feather' #45

Open
krayon4river opened this issue Dec 6, 2023 · 3 comments
Open

how to get the 'genes_vs_motifs.rankings.feather' #45

krayon4river opened this issue Dec 6, 2023 · 3 comments

Comments

@krayon4river
Copy link

Hi,
firstly, i want to verify whether the output ''genes_vs_motifs.rankings.feather' and ''motifs_vs_genes.rankings.feather' is the same result.
Secondly,
微信截图_20231206100214
i followed the steps above and generated the results but without the output 'genes_vs_motifs.rankings.feather',if i should change the fasta input from biomart mentioned by #16
148767876-8e476c07-3375-4061-886f-aa2234ff5556

@ghuls
Copy link
Member

ghuls commented Jan 15, 2024

It will be the same as the motifs_vs_genes.rankings.feather matrix is transposed to make genes_vs_motifs.rankings.feather

If you really want, you can generate it with:

import cistarget_db


m_vs_g_ct_db = cistarget_db.read_db("motifs_vs_genes.rankings.feather")

g_vs_m_ct_db = m_vs_g_ct_db.transpose()

g_vs_m_ct_db.write_db(db_filename="genes_vs_motifs.rankings.feather")

@Melody-cell
Copy link

i have the same question, what's the difference between genes vs motifs and regions vs motifs?

@Melody-cell
Copy link

i followed the steps , but can't get the output 'genes_vs_motifs.rankings.feather', only 'regions_vs_motifs.rankings.feather'

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

3 participants