<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to ExpSet</title><link>https://sourceforge.net/p/difrate/wiki/ExpSet/</link><description>Recent changes to ExpSet</description><atom:link href="https://sourceforge.net/p/difrate/wiki/ExpSet/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 13 Nov 2017 13:42:49 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/difrate/wiki/ExpSet/feed" rel="self" type="application/rss+xml"/><item><title>ExpSet modified by A. Smith</title><link>https://sourceforge.net/p/difrate/wiki/ExpSet/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -12,6 +12,9 @@
     info.R1p.v0=[850 850 850]; %Magnetic field
     info.R1p.v1=[10 25 45]; %spin-lock strength in kHz
     info.R1p.vr=[60 60 60]; %MAS frequency in kHz
+One may optionally also include an offset to the spin-lock frequency:
+
+    info.R1p.off=[0 0 40];     %Spin-lock offset in kHz
 Note that all fields must have the same number of elements, even if the value does not change. One additional field may be included for any of the experiment types, which gives the median standard deviation of the experiment performed (specifying the accuracy of that experiment). This is provided, with *R*&lt;sub&gt;1&lt;/sub&gt; as an example, as:

     info.R1.std=[.05 .12 .09];
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">A. Smith</dc:creator><pubDate>Mon, 13 Nov 2017 13:42:49 -0000</pubDate><guid>https://sourceforge.net994d1e916b27954093e917337ace3ef59ff4d7c1</guid></item><item><title>ExpSet modified by A. Smith</title><link>https://sourceforge.net/p/difrate/wiki/ExpSet/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -28,3 +28,5 @@
                               enhancement)

 If a type of experiment is not included, then that field will be missing in the output.
+
+[Nuclear properties](/p/difrate/wiki/NucProp)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">A. Smith</dc:creator><pubDate>Sat, 11 Nov 2017 14:23:04 -0000</pubDate><guid>https://sourceforge.netf1c7093aea1fec9d53f62c66b3194f73fb7cd5b7</guid></item><item><title>ExpSet modified by A. Smith</title><link>https://sourceforge.net/p/difrate/wiki/ExpSet/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -26,3 +26,5 @@
     rates.R2:   Matrix of R2 rate constants
     rates.NOE:  Matrix of NOE rate constants (this is the rate constant, not the NOE 
                               enhancement)
+                              
+If a type of experiment is not included, then that field will be missing in the output.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">A. Smith</dc:creator><pubDate>Mon, 06 Nov 2017 17:43:05 -0000</pubDate><guid>https://sourceforge.net6a255235416f93e7cc0d82939fc0ba21c825c287</guid></item><item><title>ExpSet modified by A. Smith</title><link>https://sourceforge.net/p/difrate/wiki/ExpSet/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -1,5 +1,5 @@
 ## Experimental settings
-Currently, ‘calc_rates’ supports four types of dynamics experiments: *R*&lt;sub&gt;1&lt;/sub&gt; relaxation, *R*&lt;sub&gt;1*ρ* &lt;/sub&gt; relaxation (with and without magic-angle spinning), R2, and heteronuclear NOE. To include an experiment, the ‘info’ variable must have a field corresponding to the experiment type, and that field must contain the relevant experimental information (the field may also contain information on the spin being relaxed, as discussed above). For example, to include 3 R1 experiments, on specifies:
+Currently, ‘calc_rates’ supports four types of dynamics experiments: *R*&lt;sub&gt;1&lt;/sub&gt; relaxation, *R*&lt;sub&gt;1*ρ* &lt;/sub&gt; relaxation (with and without magic-angle spinning), *R*&lt;sub&gt;2&lt;/sub&gt;, and heteronuclear NOE. To include an experiment, the ‘info’ variable must have a field corresponding to the experiment type, and that field must contain the relevant experimental information (the field may also contain information on the spin being relaxed, as discussed above). For example, to include 3 *R*&lt;sub&gt;1&lt;/sub&gt; experiments, on specifies:

     info.R1.v0=[400 700 1000];   %1H frequency for R1 experiments in MHz
 The ‘v0’ field always specifies the magnetic field, given as the 1H frequency in MHz (‘calc_rates’ will determine the frequencies of the nucleus being relaxed), and ‘v0’ is required for all experiment types.
@@ -7,4 +7,22 @@

     info.R2.v0=[400 600];
     info.NOE.v0=[750 1000];
-For *R*&lt;sub&gt;1*ρ*&lt;/sub&gt;
+For *R*&lt;sub&gt;1*ρ*&lt;/sub&gt;, one must also include the spin-lock strength in kHz, and may include the magic-angle spinning frequency (defaults to 0 if omitted, use for solution-state *R*&lt;sub&gt;1*ρ*&lt;/sub&gt;). For example:
+
+    info.R1p.v0=[850 850 850]; %Magnetic field
+    info.R1p.v1=[10 25 45]; %spin-lock strength in kHz
+    info.R1p.vr=[60 60 60]; %MAS frequency in kHz
+Note that all fields must have the same number of elements, even if the value does not change. One additional field may be included for any of the experiment types, which gives the median standard deviation of the experiment performed (specifying the accuracy of that experiment). This is provided, with *R*&lt;sub&gt;1&lt;/sub&gt; as an example, as:
+
+    info.R1.std=[.05 .12 .09];
+This field is not used directly by ‘calc_rates’, but is passed in the output, and can be used for normalization of that rate constant later. In fact, this is the recommended method of normalization when using experimental data. By normalizing with the experimental standard deviation, distances between points in the resulting space will be proportional to the precision of the space. Note that for experimental data, there may be variability in the standard deviation from residue to residue, so that one first should compute the median of the standard deviation for input here.
+Once all the nuclei and experiments are specified, one runs ‘calc_rates’, to obtain a structure, ‘rates’. This has the following fields:
+
+    rates.tc:   Correlation times used (same as input tc)
+    rates.info: Nucleus and experimental information
+    rates.R1:   Matrix of R1 rate constants calculated (columns: experiments, rows:
+                              correlation times)
+    rates.R1p:  Matrix of R1rho rate constants
+    rates.R2:   Matrix of R2 rate constants
+    rates.NOE:  Matrix of NOE rate constants (this is the rate constant, not the NOE 
+                              enhancement)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">A. Smith</dc:creator><pubDate>Mon, 06 Nov 2017 17:42:35 -0000</pubDate><guid>https://sourceforge.net8ecca8a90fc3b37fced538bf40c419a474bb5052</guid></item><item><title>ExpSet modified by A. Smith</title><link>https://sourceforge.net/p/difrate/wiki/ExpSet/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,5 +1,5 @@
 ## Experimental settings
-Currently, ‘calc_rates’ supports four types of dynamics experiments: *R*&lt;sub&gt;1&amp;lt;\sub&amp;gt; relaxation, *R*&lt;sub&gt;1*ρ* &amp;lt;\sub&amp;gt; relaxation (with and without magic-angle spinning), R2, and heteronuclear NOE. To include an experiment, the ‘info’ variable must have a field corresponding to the experiment type, and that field must contain the relevant experimental information (the field may also contain information on the spin being relaxed, as discussed above). For example, to include 3 R1 experiments, on specifies:
+Currently, ‘calc_rates’ supports four types of dynamics experiments: *R*&lt;sub&gt;1&lt;/sub&gt; relaxation, *R*&lt;sub&gt;1*ρ* &lt;/sub&gt; relaxation (with and without magic-angle spinning), R2, and heteronuclear NOE. To include an experiment, the ‘info’ variable must have a field corresponding to the experiment type, and that field must contain the relevant experimental information (the field may also contain information on the spin being relaxed, as discussed above). For example, to include 3 R1 experiments, on specifies:

     info.R1.v0=[400 700 1000];   %1H frequency for R1 experiments in MHz
 The ‘v0’ field always specifies the magnetic field, given as the 1H frequency in MHz (‘calc_rates’ will determine the frequencies of the nucleus being relaxed), and ‘v0’ is required for all experiment types.
@@ -7,4 +7,4 @@

     info.R2.v0=[400 600];
     info.NOE.v0=[750 1000];
-For *R*&lt;sub&gt;1*ρ*&amp;lt;\sub&amp;gt;
+For *R*&lt;sub&gt;1*ρ*&lt;/sub&gt;
&lt;/sub&gt;&lt;/sub&gt;&lt;/sub&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">A. Smith</dc:creator><pubDate>Mon, 06 Nov 2017 17:38:05 -0000</pubDate><guid>https://sourceforge.net89b1ab5f011dcb1a83be356a6b07a385b7b0e1ae</guid></item><item><title>ExpSet modified by A. Smith</title><link>https://sourceforge.net/p/difrate/wiki/ExpSet/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,5 +1,5 @@
 ## Experimental settings
-Currently, ‘calc_rates’ supports four types of dynamics experiments: *R*&lt;sub&gt;1&amp;lt;\sub&amp;gt; relaxation, *R*&lt;sub&gt;1*ρ*&amp;lt;\sub&amp;gt; relaxation (with and without magic-angle spinning), R2, and heteronuclear NOE. To include an experiment, the ‘info’ variable must have a field corresponding to the experiment type, and that field must contain the relevant experimental information (the field may also contain information on the spin being relaxed, as discussed above). For example, to include 3 R1 experiments, on specifies:
+Currently, ‘calc_rates’ supports four types of dynamics experiments: *R*&lt;sub&gt;1&amp;lt;\sub&amp;gt; relaxation, *R*&lt;sub&gt;1*ρ* &amp;lt;\sub&amp;gt; relaxation (with and without magic-angle spinning), R2, and heteronuclear NOE. To include an experiment, the ‘info’ variable must have a field corresponding to the experiment type, and that field must contain the relevant experimental information (the field may also contain information on the spin being relaxed, as discussed above). For example, to include 3 R1 experiments, on specifies:

     info.R1.v0=[400 700 1000];   %1H frequency for R1 experiments in MHz
 The ‘v0’ field always specifies the magnetic field, given as the 1H frequency in MHz (‘calc_rates’ will determine the frequencies of the nucleus being relaxed), and ‘v0’ is required for all experiment types.
&lt;/sub&gt;&lt;/sub&gt;&lt;/sub&gt;&lt;/sub&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">A. Smith</dc:creator><pubDate>Mon, 06 Nov 2017 17:37:42 -0000</pubDate><guid>https://sourceforge.net2bfc30e887aa23770a10cd60c12147f03e09c55d</guid></item><item><title>ExpSet modified by A. Smith</title><link>https://sourceforge.net/p/difrate/wiki/ExpSet/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,5 +1,5 @@
 ## Experimental settings
-Currently, ‘calc_rates’ supports four types of dynamics experiments: R1 relaxation, R1ρ relaxation (with and without magic-angle spinning), R2, and heteronuclear NOE. To include an experiment, the ‘info’ variable must have a field corresponding to the experiment type, and that field must contain the relevant experimental information (the field may also contain information on the spin being relaxed, as discussed above). For example, to include 3 R1 experiments, on specifies:
+Currently, ‘calc_rates’ supports four types of dynamics experiments: *R*&lt;sub&gt;1&amp;lt;\sub&amp;gt; relaxation, *R*&lt;sub&gt;1*ρ*&amp;lt;\sub&amp;gt; relaxation (with and without magic-angle spinning), R2, and heteronuclear NOE. To include an experiment, the ‘info’ variable must have a field corresponding to the experiment type, and that field must contain the relevant experimental information (the field may also contain information on the spin being relaxed, as discussed above). For example, to include 3 R1 experiments, on specifies:

     info.R1.v0=[400 700 1000];   %1H frequency for R1 experiments in MHz
 The ‘v0’ field always specifies the magnetic field, given as the 1H frequency in MHz (‘calc_rates’ will determine the frequencies of the nucleus being relaxed), and ‘v0’ is required for all experiment types.
@@ -7,4 +7,4 @@

     info.R2.v0=[400 600];
     info.NOE.v0=[750 1000];
-For *R*&lt;sub&gt;1ρ&amp;lt;\sub&amp;gt;
+For *R*&lt;sub&gt;1*ρ*&amp;lt;\sub&amp;gt;
&lt;/sub&gt;&lt;/sub&gt;&lt;/sub&gt;&lt;/sub&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">A. Smith</dc:creator><pubDate>Mon, 06 Nov 2017 17:37:23 -0000</pubDate><guid>https://sourceforge.net778a1ce03c8b363527253d6b28e2b736dc794577</guid></item><item><title>ExpSet modified by A. Smith</title><link>https://sourceforge.net/p/difrate/wiki/ExpSet/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -7,4 +7,4 @@

     info.R2.v0=[400 600];
     info.NOE.v0=[750 1000];
-For *R*&lt;sub&gt;1\rho&amp;lt;\sub&amp;gt;
+For *R*&lt;sub&gt;1ρ&amp;lt;\sub&amp;gt;
&lt;/sub&gt;&lt;/sub&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">A. Smith</dc:creator><pubDate>Mon, 06 Nov 2017 17:36:43 -0000</pubDate><guid>https://sourceforge.netce835d0dc5d62d335b51081f2540a06c7e3ec811</guid></item><item><title>ExpSet modified by A. Smith</title><link>https://sourceforge.net/p/difrate/wiki/ExpSet/</link><description>&lt;div class="markdown_content"&gt;&lt;h2 id="experimental-settings"&gt;Experimental settings&lt;/h2&gt;
&lt;p&gt;Currently, ‘calc_rates’ supports four types of dynamics experiments: R1 relaxation, R1ρ relaxation (with and without magic-angle spinning), R2, and heteronuclear NOE. To include an experiment, the ‘info’ variable must have a field corresponding to the experiment type, and that field must contain the relevant experimental information (the field may also contain information on the spin being relaxed, as discussed above). For example, to include 3 R1 experiments, on specifies:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;info.R1.v0=[400 700 1000];   %1H frequency for R1 experiments in MHz
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;The ‘v0’ field always specifies the magnetic field, given as the 1H frequency in MHz (‘calc_rates’ will determine the frequencies of the nucleus being relaxed), and ‘v0’ is required for all experiment types.&lt;br/&gt;
For R1, R2, and heteronuclear NOE experiments, the only field needed is ‘v0’, for example&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;info.R2.v0=[400 600];
info.NOE.v0=[750 1000];
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;For &lt;em&gt;R&lt;/em&gt;&lt;sub&gt;1\rho&amp;lt;\sub&amp;gt;&lt;/sub&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">A. Smith</dc:creator><pubDate>Mon, 06 Nov 2017 17:36:25 -0000</pubDate><guid>https://sourceforge.netcdffe29820fd363f3f835941fb7b1a21c9b5d777</guid></item></channel></rss>