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

Dealing with 'NA' or absent entrezids for rownames in voom object #12

Open
s-canchi opened this issue May 4, 2018 · 0 comments
Open

Comments

@s-canchi
Copy link

s-canchi commented May 4, 2018

Within the voom Elist, I have rownames defined as gene names. Since the required input is entrezids, I added a gene list slot to the voom object. However the number fo entrezids < gene names (16451 vs 16573). When I replace the missing values with either 'NA' or '0', it gives an error stating duplicate row name:
Error in row.names<-.data.frame(*tmp*, value = value) : duplicate 'row.names' are not allowed

Is there a way to neglect 'NA' values within the egsea command ? Else how to subset the voom Elist to contain only non-missing values ?

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