BSD 3-Clause License
-
-Copyright (c) 2017, Matthew Stephens
-All rights reserved.
+
Copyright (c) 2017, Gao Wang, Sarah Urbut & Matthew Stephens.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
-* Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
+ Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
-* Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
+ Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in
+ the documentation and/or other materials provided with the
+ distribution.
-* Neither the name of the copyright holder nor the names of its
- contributors may be used to endorse or promote products derived from
- this software without specific prior written permission.
+ Neither the name of the University of Chicago nor the names of its
+ contributors may be used to endorse or promote products derived
+ from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
diff --git a/docs/articles/eQTL_outline.html b/docs/articles/eQTL_outline.html
index 8a6c681..8a6498b 100644
--- a/docs/articles/eQTL_outline.html
+++ b/docs/articles/eQTL_outline.html
@@ -8,8 +8,8 @@
eQTL analysis outline • mashr
-
-
+
+
-
U.c =cov_canonical(data.random)
m =mash(data.random, Ulist =c(U.ed,U.c), outputlevel =1)
# - Computing 5000 x 241 likelihood matrix.
-# - Likelihood calculations took 0.16 seconds.
+# - Likelihood calculations took 0.14 seconds.
# - Fitting model with 241 mixture components.
-# - Model fitting took 1.30 seconds.
+# - Model fitting took 2.10 seconds.
@@ -151,24 +144,25 @@
Now we can compute posterior summaries etc for any subset of tests using the above mash fit. Here we do this for the strong tests. We do this using the same mash function as above, but we specify to use the fit from the previous run of mash by specifying g=get_fitted_g(m), fixg=TRUE. (In mash the parameter g is used to denote the mixture model which we learned above.)