A whole bunch of changes, including revised CC colors #197
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.
Major changes
The default colors for the Collaborative Cross (CC) have been changed to a color-blind friendly palette. The original CC colors remain as
CCorigcolors
; the previous default is nowCCaltcolors
. The new colors are derived from the palette in Wong 2011 Nature Methods.plot_coefCC()
was revised to includecol=CCcolors
as an argument. The default is the new color-blind friendly CC colors, but one can now more easily usecol=CCaltcolors
orcol=CCorigcolors
to get a different choice.Minor changes
calc_het()
give an error if the input are for allele dosages.Bug fixes
Fixed Issue Bug in scan1snps() if snpinfo is incomplete #195: in
create_snpinfo()
, drop markers that are non-informative.Fixed Issue step() returning NaN for "genail8" #196, that
step()
returns-Inf
rather thanNaN
for general AIL. This had to do with the handling of-Inf
inaddlog()
.In
fit1()
andscan1coef()
, wasn't grabbing the...
arguments. properly.