normTop? #100
dagarfield
started this conversation in
General
normTop?
#100
Replies: 2 comments 1 reply
-
Hi @dagarfield In pycistopic we have the For example: from pycisTopic.topic_binarization import *
region_bin_topics = binarize_topics(cistopic_obj, method='otsu', ntop=3000, plot=True, num_columns=5, save= outDir + 'topic_binarization/otsu.pdf') Is this what you are looking for? All the best, Seppe |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, this function I knew. It was the connection to the previous normTop method that I'm not seeing. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey-o,
Trying to do a parallel analysis to what Ibrahim did in his paper and got to this point in the methods using the R-version of cisTopics
This functionality isn't exactly paralleled in pycistopic and I was wondering if you could point me to how you'd carry out a similar approach with the python tools. I tried fitting to a gamma distribution, but got pretty ugly results on my own data...before trying again I thought maybe, just maybe, this is already implemented and I missed it. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions