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

is there any requirements to the expression matrix? #1

Open
Yunuuuu opened this issue Sep 4, 2019 · 2 comments
Open

is there any requirements to the expression matrix? #1

Yunuuuu opened this issue Sep 4, 2019 · 2 comments

Comments

@Yunuuuu
Copy link

Yunuuuu commented Sep 4, 2019

I'm very interested in finding such package for constrcuting ceRNA network.
I have read the paper for SPONGE theory where conduct construction of a pan-cancer ceRNA network with the data from UCSC, and expression matrix is performed a log2 transformation, as I known, the unit of the data in UCSC is log2(count+1), so I don't know whether there is some requirements to the expression matrix? Can I use normalized counts which is transformed via count(matrix, normalized = T)? or Can I use vst function from DESeq2 package to transform expression matrix?

@mlist
Copy link
Collaborator

mlist commented Sep 8, 2019

We do not have requirements for the expression matrix. SPONGE operates on (partial) correlations and as such is, in theory, relatively robust to normalization and transformation of the expression data. I recommend you compare gene-gene as well as gene-miRNA correlations before and after the operation to see if it had any (unwanted) effect.

@Yunuuuu
Copy link
Author

Yunuuuu commented Sep 2, 2020

Thanks for your help

We do not have requirements for the expression matrix. SPONGE operates on (partial) correlations and as such is, in theory, relatively robust to normalization and transformation of the expression data. I recommend you compare gene-gene as well as gene-miRNA correlations before and after the operation to see if it had any (unwanted) effect.

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

2 participants