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

Fixes to various miscellaneous issues (#73, #84, #97, #122, #135, #142) #144

Merged
merged 9 commits into from Nov 10, 2017

Conversation

warrenmcg
Copy link
Collaborator

@warrenmcg warrenmcg commented Oct 23, 2017

This pull request makes several small changes to address a few different issues:

In addition to addressing these issues, I made a tweak to the API for the sleuth_results so that it now returns the LRT columns in a group after qval (similar to Wald results table columns b and se_b), and if there are any target mapping columns, those annotation columns are shown before any of the other result columns.

…erlab#84:

+ check units and allow use of 'scaled_reads_per_base'
+ issue warning if user uses 'obs_raw' with an object in gene mode (since 'obs_raw' only contains transcript values)
+ throws warning if in transcript mode
+ throws error if in gene mode to address issue pachterlab#122
… made API changes to data frame returned:

+ for LRT, the 'test_stat', 'rss', and 'degrees_free' columns are grouped after 'qval'
  to mimic the format of the Wald results table
+ if target mapping is included, the annotation columns come first
thanks to user @rakarnik for finding the missing space!
@warrenmcg
Copy link
Collaborator Author

warrenmcg commented Oct 23, 2017

Also added in improved error reporting when processing bootstraps using multiple cores.

@pimentel pimentel merged commit 118c65f into pachterlab:devel Nov 10, 2017
@pimentel
Copy link
Collaborator

Very nice. Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants