-
Notifications
You must be signed in to change notification settings - Fork 1
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
Development #68
Merged
Merged
Development #68
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
By default RATs will now report only the dtu_freq from the bootstraps. The other bootstrap result fields are omitted, allowing RATs to no longer keep in memory 5 columns per iteration for later processing. This improves memory footprint and scalability from linear to constant with regards to number of bootstraps.
This reverts commit ddf3b77.
This reverts commit 4af1b1c.
In case things fall apart again.
Leaving shiny as optional due to size. Most of the other optionals were negligible and nothing is gained from making the package more complex to document and maintain.
Removed some word-y bits, tidied up some phrasing. Also made most code executable again, to reduce chance of forgetting to update the examples if in the future the syntax of a function changes.
bulk of bootstrapping code placed inside function
next failure is in test 5
ToC works better in HTML. And avoids the pdflatex dependency that is a pain.
Only remaining warning is a mismatch in R versions under which packages were built.
R CHECK is all clear now
Going forward, mean is the default behaviour. User can choose to use sum instead, as in the old behaviour.
I couldn't remember what scenarios the old data represented. So I remade them from scratch, trying to be less cryptic.
still work to be done
All tests pass in R4.0.3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Main reason to pull is the fix of a bug preventing the import of Kallisto data when the number of samples in the two conditions is not equal.
A number of other changes from the stalled conversion to bioconductor standards are coming a long with that fix. The unit tests are passing, so it is probably safe to release and use.