We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: