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

Port limma and edgeR #1

Open
clintval opened this issue May 9, 2018 · 2 comments
Open

Port limma and edgeR #1

clintval opened this issue May 9, 2018 · 2 comments

Comments

@clintval
Copy link
Member

clintval commented May 9, 2018

From early commit of README.md:

limma and edgeR need to be ported.
The dependency graphs for those libraries should be used as well.

Source: https://github.com/r-bioinformatics/edgePy/tree/72ca7f243fcff33f23118c30529de3bbded67c01

@eegk
Copy link
Collaborator

eegk commented May 16, 2018

It goes more or less like this:
design = model.matrix( ~ 0 + group, data=DGElist$samples) #design
DGElist = estimateCommonDisp(DGElist, verbose=TRUE) #statistics function 1
DGElist = estimateTagwiseDisp(DGElist) #statistics function 2
v <- voom(d.cpm.x, design, plot=TRUE) #statistics function 3

@eegk eegk self-assigned this May 16, 2018
@paularstrpo
Copy link
Collaborator

the entire project! this one is going to take a while to close :)

@veena-v-g veena-v-g self-assigned this Jul 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants