-
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
Assignments and Discussion Issues #2 #7
Comments
Here is a preliminary version of part of the web supplement that we will put on the Journal's web site. It will act as a paper appendix with almost unlimited space. This preliminary version touches on many issues that need to be discussed when preparing the master copy of the main script we will need , first for the minor paper and eventually for the modeling part of papers reporting thew results of recent HG gland experiments. |
The main papers on this HG data are the following; you probably have them. They include 2 papers GitHub refuses to load: They also include Chang 2016, and a 2017 Cucinotta paper They also include the previous URAP paper and the Web supplement to that paper: Siranart N, EA Blakely, A Cheng, N Handa and RK Sachs. "Mixed Beam Murine Harderian Gland Tumorigenesis: Predicted Dose-Effect Relationships if neither Synergism nor Antagonism Occurs." Radiat Res 186(6): 577-591. (2016). Finally, here is a first draft of part of the upcoming minor paper. It contains various items that need discussion. |
Hi Edward: In our discussion yesterday you asked about a 4-panel Figure. The figure is shown as a .png in MS05.docx I downloaded above as Fig. 2.2.4.1. I have an. eps version but GitHub won't accept that. The Fig. must be from a ggplot2 in the master and should be easy to resurrect. I suggest we ignore this issue for now and if necessary resurrect Fig. 2.2.4.1 later when we have the draft of the minor paper in better shape. |
We have to add vertical error bars to some of the graphs when using plot( ). Googling r: error bars gave me a number of hits, including |
Try running |
Thanks. errbar( ) works nicely. |
Here is a file which needs to be checked for consistency with the raw_data_ordered.csv file |
a version of the paper and a figure proportions file; see comments to the changes in plot.R |
Here is a comment on major-paper and programming plans for fall semester 2018. |
URAP CA and mouse pods.pdf |
Hi Edward: My PI asked me for a ribbon plot of the mixture defined in rks_plots.R starting on line 215. If I can get them to her ASAP good so for now this becomes top priority. If not, no problem. I can put her off for a while. But trying to program a plot for that mixture I ran into what I think are probably two or more (comparatively minor) conceptual mistakes in rks_monteCarlo.R and/or rks_synergyTheory.R which probably need to be fixed for stability. The first symptom is that uniroot( ) sometimes can't find the root it is looking for and for the line 215 mixture in rks_plots.R that is limiting me to absurdly small doses and/or absurdly small numbers (n=10 instead of n=500) of monteCarlo runs. The second symptom is that when I do limit like that I can get an answer but find that IEA baseline, instead of lying between the mixture component DERs lies in the center of the ribbon. The ribbon itself is some absurdly high, narrow shape, which is not surprising since it is based on n=10. to deal with the second symptom first, I think probably I(d) is being calculated as the midline of the ribbon rather than by its differential equation. That would be OK if we were using something like n=10^8 but for practical values like values like n=200 or n=500 it is needlessly very approximate. The differential equation is much more accurate and more direct since the Monte Carlo has to solve differential equations in any case. The uniroot problem has occurred before and you cured it by making the search interval much larger. That should in fact always work here because all our DERs, barring unlikely negative values of the adjustable parameters, are monotonic increasing and approach 1 for large doses. But it is also rather ugly. A better and more reliable fix should be using "upX" or "downX" in our monotonic increasing case. Unless I'm being overoptimistic these are not killer problems, but I do think that in the long run they should be fixed. And there is no strong reason to hurry so don't feel any obligation to do anything before you get back here, or even then really, if your other projects are going well |
16EllieCucPollyHG.pdf |
18fa_Cucinotta_NTE_for_private_astronauts.pdf |
LET: |
Reviewer #1 REBP |
Yimin:
|
Starting a continuation issue because the first one is very long
The text was updated successfully, but these errors were encountered: