hahia

Results 12 issues of hahia

Hello, I'm new to harmony, I feel confused about something. I have scRNA data of dataset1 and dataset2, dataset1 have the batch effect of **Platform**, dataset2 have batch effect of...

Hello, when I run the **ot_model = wot.ot.OTModel(adata, epsilon = 0.05, lambda1 = 3, lambda2 = 50, growth_iters = 5) ot_model.compute_all_transport_maps(tmap_out='tmaps/neuron_3_50_5/neuron')** there come some futurewarning ![image](https://user-images.githubusercontent.com/49113803/91512166-f1e21f00-e913-11ea-8c50-0dfc54e9dce8.png)

Does anyone know how to add legend on plotGeneExpression when I use the split.by parameter? thank you for your help.

Hello, when I run `SaveH5Seurat(lung.integrated, filename = "./tmp.h5Seurat")` There has an error: ``` `Error in H5File.open(filename, mode, file_create_pl, file_access_pl) : HDF5-API Errors: error #000: H5F.c in H5Fcreate(): line 444: unable...

Code: ``` from tensorly.decomposition import non_negative_tucker tl.set_backend('pytorch') tensor = tl.tensor(dat, device='cuda:3') facs_overall = non_negative_tucker(tensor,rank=[8,8, 8],random_state = 2337) ``` dat is ![image](https://github.com/tensorly/tensorly/assets/49113803/ed91a8cf-1e19-486d-815f-3305cba19071) ![image](https://github.com/tensorly/tensorly/assets/49113803/da0b1191-f42c-4217-b8a8-f8f90a3a0a77) ![image](https://github.com/tensorly/tensorly/assets/49113803/842e2838-9b47-4c41-830f-bf36b143c1ae) The facs_overall ![image](https://github.com/tensorly/tensorly/assets/49113803/1bbd62bc-e538-4615-b1de-222aba70d884) ![image](https://github.com/tensorly/tensorly/assets/49113803/1d0105a5-4363-435f-9125-4dde3ec93d45) Could someone provide...

Hello I use velocyto to count spliced / unspliced counts on dropseq data I use the command `velocyto run -o ./loom/ -m /cluster/huanglab/hhuang/Database/RNA_velocity/rmsk/hg19/hg19_rmsk.gtf /cluster/huanglab/hhuang/project/jing/Work/2020.7.22/data_ziwei_new_alignment/CH4-LN_S1_L001_b37/star_gene_exon_tagged.bam /cluster/huanglab/hhuang/project/jing/Final_ziwei_data/20200701/Homo_sapiens.GRCh37.75.gtf` **without -b parameter** But when...

Hello, this is a amazing tool. I have some problems when I analysis Dropseq data. Maybe you have some expriences can help me solve these problems 1. After the pipeline...

![image](https://github.com/Ekeany/Boruta-Shap/assets/49113803/54bbdf79-4071-482e-802c-15c9e9cf5616)

bug

![image](https://user-images.githubusercontent.com/49113803/226238831-5ee4ccc3-67db-40a5-9cc4-cb0839096c72.png)

Hello, I'm new to PAGA connectivity score. I don't understand how paga connectivity score is calculated. ![image](https://user-images.githubusercontent.com/49113803/106139755-cad09780-61a8-11eb-86f5-79e893aa87cb.png) Can anyone explain what's mean of random assignment of edges? And if the...