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 reproduce the communities in your article? #26

Open
kikegoni opened this issue Apr 19, 2023 · 0 comments
Open

How to reproduce the communities in your article? #26

kikegoni opened this issue Apr 19, 2023 · 0 comments

Comments

@kikegoni
Copy link

Hey!

First thanks a los for implementing SEEKR, I find it really useful!!

I am trying to analyze the similarity between some lncRNAs and I have started by trying to run SEEKR on all lncRNAs from GENCODE in order to check that I obtain the same communities that you have found in the Supplementary Table 7 of you paper.
However, even though I find some agreement, the results I have obtained do not totally match them. It is specially noticeable the fact that LINC00570 and HOTTIP end up in the same community (whose according to Figure 2 in your paper should be separated). This is the code I have run:

seekr_download_gencode all -s human -r 37
seekr_canonical_gencode v37_all.fa v37_all_canonical.fa
seekr_norm_vectors v37_all_canonical.fa
seekr_kmer_counts v37_lncRNA_canonical.fa -o 6mers.csv -mv mean.npy -sv std.npy
seekr_pearson 6mers.csv 6mers.csv -o correlations_all_lncRNAs_kmers.csv
seekr_graph correlations_all_lncRNAs_kmers.csv 0.13 -g correlatons_communities.gml -c communities.csv -s 0 -n 5

Do you know why this is happening?? If you have any insight about this I would really appreciate it.

Thanks again for implementing SEEKR and for any help you might provide,

Best,
Kike

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

1 participant