Skip to content

Commit 4612dd4

Browse files
committed
correct typos by Janet
1 parent f656d8d commit 4612dd4

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

VCTest/demo_exactVC.ipynb

+7-4
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@
371371
"source": [
372372
"## Option `pvalueComputing`\n",
373373
"\n",
374-
"VarianceComponentTest allows several options for determining the pvaleu. Chi squared approximation is recommended (default). \n",
374+
"VarianceComponentTest allows several options for determining the pvalue. Chi squared approximation is recommended (default). \n",
375375
"\n",
376376
"**Note**: Option `pvalueComputing` is only for eLRT and eRLRT. For eScore, it employs the method of inverting characteristics function to compute the p-value.\n",
377377
"\n",
@@ -1378,7 +1378,10 @@
13781378
}
13791379
],
13801380
"source": [
1381+
"# if decided to run smaller number of genes uncomment the following two lines.\n",
13811382
"#genes = 100;\n",
1383+
"#gene = gene[1:genes,: ]\n",
1384+
"\n",
13821385
"nNullSimPts = 1000000;\n",
13831386
"nPtsChi2 = 500;\n",
13841387
"pvalELRT = Array{Float64}(undef, genes)\n",
@@ -1654,15 +1657,15 @@
16541657
],
16551658
"metadata": {
16561659
"kernelspec": {
1657-
"display_name": "Julia 1.1.0",
1660+
"display_name": "Julia 1.0.1",
16581661
"language": "julia",
1659-
"name": "julia-1.1"
1662+
"name": "julia-1.0"
16601663
},
16611664
"language_info": {
16621665
"file_extension": ".jl",
16631666
"mimetype": "application/julia",
16641667
"name": "julia",
1665-
"version": "1.1.0"
1668+
"version": "1.0.1"
16661669
}
16671670
},
16681671
"nbformat": 4,

0 commit comments

Comments
 (0)