Commit d01ad2d 1 parent 062e008 commit d01ad2d Copy full SHA for d01ad2d
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ This package is in an early stage and only the following files are supported:
33
33
34
34
#### General usage
35
35
``` julia
36
- # Pkg.add("IdatFiles ");
37
- Pkg. add (" https://github.com/oheil/IdatFiles .jl#master" )
38
- using IdatFiles ;
36
+ # Pkg.add("IlluminaIdatFiles ");
37
+ Pkg. add (" https://github.com/oheil/IlluminaIdatFiles .jl#master" )
38
+ using IlluminaIdatFiles ;
39
39
```
40
40
To read an illumina idat file use the following command:
41
41
``` julia
@@ -46,7 +46,7 @@ Example:
46
46
filename= raw " c:\t emp\i dat\2 04792200130_R01C01_Grn.idat"
47
47
data= idat_read (filename)
48
48
```
49
- The returned ` data ` is a struct of type ` IdatFiles .Idat` :
49
+ The returned ` data ` is a struct of type ` IlluminaIdatFiles .Idat` :
50
50
``` julia
51
51
mutable struct Idat
52
52
nSNPsRead:: Int32
You can’t perform that action at this time.
0 commit comments