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

featureData missing after running RUVg #1

Open
symbiologist opened this issue Apr 10, 2019 · 0 comments
Open

featureData missing after running RUVg #1

symbiologist opened this issue Apr 10, 2019 · 0 comments

Comments

@symbiologist
Copy link

Hi Davide,

Lovely package!

When running RUV methods, the featureData of my SeqExpressionSet object disappears. For example:

fData(original_set) # returns my featureData table
ruvg_set <- RUVg(original_set, k = 1, cIdx = housekeeping)

Now when accessing fData(ruvg_set), it returns an empty data frame. However, pData works fine.

I can work around it by setting fData(ruvg_set) <- fData(original_set), but thought I should post it here for others.

Thank you!

David

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