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

Including SD score for pqtl analysis #11

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

anwagbata
Copy link
Member

Included code for obtaining the standard deviation score for pQTL analysis

@whimsial whimsial self-requested a review June 27, 2023 15:38
@whimsial whimsial added the bug Something isn't working label Jun 27, 2023
qtl.metadata.R Outdated
@@ -108,7 +108,7 @@ if (analysis == "eQTL") {
scores.sd <- data.table(matrix.colname=names(scores.sd), sdscore=as.numeric(scores.sd))
setkey(scores.sd, matrix.colname)
Copy link
Member

@whimsial whimsial Jun 27, 2023

Choose a reason for hiding this comment

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

@anwagbata, I think lines with setkey are no longer needed. Can you remove them here and also for 'pQTL' and see if everything runs correctly?

Copy link
Member Author

@anwagbata anwagbata Jun 28, 2023

Choose a reason for hiding this comment

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

Yeah, running them without on seems to work fine today, so I have left the setkey.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants