Skip to content

Including SD score for pqtl analysis - #11

Open
anwagbata wants to merge 3 commits into
molepi-precmed:mainfrom
anwagbata:main
Open

Including SD score for pqtl analysis#11
anwagbata wants to merge 3 commits into
molepi-precmed:mainfrom
anwagbata:main

Conversation

@anwagbata

Copy link
Copy Markdown
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
Comment thread 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)

@whimsial whimsial Jun 27, 2023

Copy link
Copy Markdown
Member

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?

@anwagbata anwagbata Jun 28, 2023

Copy link
Copy Markdown
Member Author

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