SAMap icon indicating copy to clipboard operation
SAMap copied to clipboard

SAMap: Mapping single-cell RNA sequencing datasets from evolutionarily distant organisms.

Results 44 SAMap issues
Sort by recently updated
recently updated
newest added

Hi, I'm attempting to integrate two datasets and I'm running into two issues. I don't think they are related but wanted to include my efforts to solve the first incase...

I am trying to run the SAMap algorithm using the commands shown in the SAMap tutorial (All data and commands were obtained from SAMap tutorial). But command fail with the...

I am trying to make a sankey plot and a chord plot using the commands shown in the SAMap tutorial. Both commands fail with the following error message: ``` WARNING:param.notebook_extension:...

I think the tutorial in Jupyter notebook is unclear that it took me a while to realize how to preprocess my raw .h5ad to a SAM object...And I actually found...

Hi @atarashansky, We are using SAMap to compare Drosophila and Anopheles data. So far we are happy with the analyses but we struggle to smartly extract the pairs data to...

Hi @atarashansky, Thank you for this great tool! I noticed that there is a degree of randomness to the sm.run function. I get slightly different values for the correlation homology...

Hi Alec, How can I display more than four species using a sankey_plot? Thank you for your help !

Dear @atarashansky, I encountered an error when running the convert_eggnog_to_homologs() function. I would be very glad if you could help me solve this issue. Best regards, Pietro `EGGs={'mm':mm_ort, 'hg': hg_ort}...

This is how I installed samap: ``` conda create -y -n samap-1.0.15 -c bioconda samap=1.0.15 ``` Then, I wanted to test it: ``` conda activate samap-1.0.15 python3 -c 'import samap'...

Hi, it would be really nice if you could - additionally to the versioning in the README - tag the version. It should be [very](https://stackoverflow.com/questions/4404172/how-to-tag-an-older-commit-in-git) [easy](https://stackoverflow.com/questions/29830544/how-do-i-add-a-tag-to-a-github-commit). Also, I noted, that...