You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Now the “sleuth object” can be constructed. This requires three commands that (1) load the kallisto processed data into the object (2) estimate parameters for the <strong>sleuth</strong> response error measurement model and (3) perform differential analyis (testing). On a laptop the three steps should take about 2 minutes altogether.</p>
172
+
<p>Now the “sleuth object” can be constructed. This requires three commands that (1) load the kallisto processed data into the object (2) estimate parameters for the <strong>sleuth</strong> response error measurement model and (3) perform differential analysis (testing). On a laptop the three steps should take about 2 minutes altogether.</p>
<p>In general, one can see the possible tests that could be performed using the <code>which_beta</code> parameter in <code>sleuth_test</code> and examining the coefficients:</p>
189
+
<p>In general, one can see the possible tests that could be performed using the <code>which_beta</code> parameter in <code>sleuth_wt</code> and examining the coefficients:</p>
Copy file name to clipboardexpand all lines: vignettes/intro.Rmd
+6-6
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ In this case, the kallisto output is correctly matched with the sample identifie
119
119
print(s2c)
120
120
```
121
121
122
-
Now the "sleuth object" can be constructed. This requires three commands that (1) load the kallisto processed data into the object (2) estimate parameters for the __sleuth__ response error measurement model and (3) perform differential analyis (testing). On a laptop the three steps should take about 2 minutes altogether.
122
+
Now the "sleuth object" can be constructed. This requires three commands that (1) load the kallisto processed data into the object (2) estimate parameters for the __sleuth__ response error measurement model and (3) perform differential analysis (testing). On a laptop the three steps should take about 2 minutes altogether.
123
123
124
124
First type
125
125
@@ -139,7 +139,7 @@ and finally
139
139
so <- sleuth_wt(so, 'conditionscramble')
140
140
```
141
141
142
-
In general, one can see the possible tests that could be performed using the `which_beta` parameter in `sleuth_test` and examining the coefficients:
142
+
In general, one can see the possible tests that could be performed using the `which_beta` parameter in `sleuth_wt` and examining the coefficients:
0 commit comments