Skip to content

Conversation

@SidhantPuntambekar
Copy link
Collaborator

@SidhantPuntambekar SidhantPuntambekar commented Jul 14, 2020

Creating ref matrices for mouseAtlas with study GSE131957 which deals with Identification of DC1 immuno-regulatory modules that limit antitumor CD8+ T cell immunity in lung cancer lesions. Should solve #32.

@SidhantPuntambekar SidhantPuntambekar added the enhancement New feature or request label Jul 14, 2020
@SidhantPuntambekar SidhantPuntambekar self-assigned this Jul 14, 2020
@SidhantPuntambekar SidhantPuntambekar linked an issue Jul 14, 2020 that may be closed by this pull request
@SidhantPuntambekar
Copy link
Collaborator Author

@raysinensis Out of the 18 csv counts files in this record, only eight are raw counts. As a result, I only did reference matrices for these eight. The ref matrices and new mouseAtlas are in this PR.


new_ref_matrix <- average_clusters(mat = mat_PFC, metadata = meta_PFC$CellType, if_log = TRUE)
new_ref_matrix <- average_clusters(mat = GSE124952Normalized, metadata = meta_PFC$CellType, if_log = TRUE)
new_ref_matrix_hashed <- average_clusters(mat = mat_PFC, metadata = meta_PFC$CellType, if_log = FALSE)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we still use the hashed versions, then if_log also needs to be changed

Copy link
Collaborator Author

@SidhantPuntambekar SidhantPuntambekar Jul 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@raysinensis Do you mean just change it to FALSE on line 37?

@raysinensis
Copy link
Contributor

Let's ignore all ADT labeled samples. If you look at them, they have very few genes. This is because this is from Antibody-Derived Tags, meaning antibodies that bind cell surface markers, which also are conjugated to DNA tags that can be read out by sequencing. This is more reflective of surface marker expression, not mRNA, which is good for many experiments, but not our clustifyr goal.

@SidhantPuntambekar SidhantPuntambekar added the bug Something isn't working label Jul 16, 2020
@SidhantPuntambekar SidhantPuntambekar merged commit 28d2c1e into master Jul 16, 2020
@SidhantPuntambekar SidhantPuntambekar deleted the GSE131957 branch July 17, 2020 14:57
SidhantPuntambekar added a commit that referenced this pull request Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reference Matrices (GSE131957)

3 participants