Citugulia40
Citugulia40
Hi, I am facing the same thing, are you able to get it? I am not able to get the exact steps to run the my 2 million query sequences...
Hi, I want to use the retrained model but want to fine tune based on my data. I want to ask you, how did you prepared the dev.tsv and train.tsv...
Thanks for the reply. Yes, I am also not getting the motif image on the test data. I want able to make it using https://weblogo.threeplusone.com/manual.html#CLI
The `region_sets `output: {'topics_otsu': {'Topic1': +--------------+-----------+-----------+ | Chromosome | Start | End | | (category) | (int64) | (int64) | |--------------+-----------+-----------| | chr1 | 35192543 | 35193043 | | chr1...
Hi, The output for these are as follows: ``` for DAR in markers_dict.keys(): regions = markers_dict[DAR].index[markers_dict[DAR].index.str.startswith('chr')] #only keep regions on known chromosomes if len(regions) == 0: print(DAR) ``` Inhibitory Microglia-PVM...
Thanks of the solution. I have removed the empty cells and was able to run the pipeline but at the end I am still getting an error ``` from scenicplus.wrappers.run_scenicplus...
Thanks @SeppeDeWinter for the recommendations!
I am facing the same issue. Please let me know if anyone able to solve it