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

Normalized expression set for GSVA #11

Open
dzjfeel opened this issue Jan 4, 2023 · 0 comments
Open

Normalized expression set for GSVA #11

dzjfeel opened this issue Jan 4, 2023 · 0 comments

Comments

@dzjfeel
Copy link

dzjfeel commented Jan 4, 2023

Hi!

I have a NanoString expression set with batch effects detected by RLE and PCA plot. I used RUVSeq to remove batch effects. The codes are as follows:

set <- newSeqExpressionSet(as.matrix(round(raw)), phenoData = pData, featureData = fData)
cIdx <- rownames(set)[fData(set)$Class == "Housekeeping"]
set <- betweenLaneNormalization(set, which = "upper")
set <- RUVg(set, cIdx, k = 1)

I found set contains a dataset which could be extracted by set@assayData[["normalizedCounts"]]. Is it a dataset without batch effects?

According to the protocol of GSVA package, the input of gsva() should be a normalized gene expression dataset. Could the dataset in set be used for GSVA directly? If not, could you please tell me how can I get the normalized dataset for GSVA?

Thank you!

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