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

Normalization #2

Open
6 tasks done
MicTott opened this issue Dec 14, 2023 · 0 comments
Open
6 tasks done

Normalization #2

MicTott opened this issue Dec 14, 2023 · 0 comments

Comments

@MicTott
Copy link
Collaborator

MicTott commented Dec 14, 2023

Roadmap for normalization and Dimensionality Reduction

Step 1: Subset genes to only 1:1 orthologs

  • Convert baboon and macaque genes to human while retaining only 1:1 orthologs using orthogene::convert_orthologs with non121_strategy="drop_both_species"
  • Get common NHP orthologs, Drop orthologs not in human dataset to get final list of common orthologs
  • Subset human, baboon, and macaque SCEs to only common 1:1 orthologs

Step 2: Log normalization and scale factos across species

Within each species ...

  • Deal with compositional biases by pre-clustering using quickCluster. This avoids the assumption that most genes are non-DE across the population
  • Calculate scaling factors using computeSumFactors
  • Log normalize the count data with 'logNormCounts'
@MicTott MicTott changed the title Normalization and Dimensionality Reduction Normalization Dec 18, 2023
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

1 participant