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

Integration of different species datasets #28

Closed
2 tasks
giorgiatosoni opened this issue Mar 18, 2022 · 9 comments
Closed
2 tasks

Integration of different species datasets #28

giorgiatosoni opened this issue Mar 18, 2022 · 9 comments

Comments

@giorgiatosoni
Copy link

giorgiatosoni commented Mar 18, 2022

Thank you for this amazing tool!

  • Would it be possible to add a feature to convert gene names in the corresponding orthologs, for integration across different species?
  • Would it be possible to add 'Features Mito/Ribo Functions' for macaca mulatta?
@giorgiatosoni giorgiatosoni changed the title Integration of different species dattasets Integration of different species datasets Mar 18, 2022
@samuel-marsh
Copy link
Owner

Thanks so much!!
In terms of conversion across orthologs that is something I’ve thought about but don’t have simple solution I like yet (I just use biomaRt currently).

I will add macaca mulatta this morning. I’ll ping here when active in dev branch.

Best,
Sam

@samuel-marsh
Copy link
Owner

Hi @giorgiatosoni macaca mulatta is now live in both the Seurat and LIGER mito functions. Dev branch (v0.7.0.0015). Let me know if you run into any issues.

See:

Add_Mito_Ribo_Seurat(list_species_names = T)

  Mouse_Options Human_Options Marmoset_Options Zebrafish_Options Rat_Options Drosophila_Options Macaque_Options
1         Mouse         Human         Marmoset         Zebrafish         Rat         Drosophila         Macaque
2         mouse         human         marmoset         zebrafish         rat         drosophila         macaque
3            Ms            Hu               CJ                DR          RN                 DM          Rhesus
4            ms            hu               Cj                Dr          Rn                 Dm          macaca
5            Mm            Hs               cj                dr          rn                 dm        mmulatta
6            mm            hs             <NA>              <NA>        <NA>               <NA>            <NA>

I'm going to close issue for now but know that gene conversion is something that I'm thinking about and if/when I figure out a way I like to do it then I'll ping you here.

Best!
Sam

@giorgiatosoni
Copy link
Author

image

Hi,

I still don't see the macaque options..

Best,

Giorgia

@samuel-marsh
Copy link
Owner

Hi Giorgia,

Did you install off of the develop branch? What is result of:

packageVersion("scCustomize")

Best,
Sam

@samuel-marsh
Copy link
Owner

Also sorry realized I got confused about your first question on gene conversion and was thinking about ensembl to symbol conversion. For conversion between species I recommend using the orthogene package. Available either from BioConductor or GitHub:
https://bioconductor.org/packages/release/bioc/html/orthogene.html
https://github.com/neurogenomics/orthogene

Best,
Sam

@giorgiatosoni
Copy link
Author

Hi Giorgia,

Did you install off of the develop branch? What is result of:

packageVersion("scCustomize")

Best, Sam

packageVersion("scCustomize")
[1] ‘0.7.0’

@samuel-marsh
Copy link
Owner

oh yes need to install off the develop branch until I move this onto a new release.

In new R session run:

devtools::install_github("samuel-marsh/scCustomize", ref = "develop")

Best,
Sam

@giorgiatosoni
Copy link
Author

Thanks a lot!!

Best,

Giorgia

@samuel-marsh
Copy link
Owner

No problem!! :)

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

2 participants