...
|
...
|
@@ -127,7 +127,7 @@ This function takes a couple of hours to complete (depending on the computer), a
|
127
|
127
|
The following code chunks show examples on how to run the function using part of the Affymetrix GTF and the example data included in the package. This data corresponds to the Affymetrix HTA 2.0 GTF representing only the DONSON gene and the probes that are mapped to it.
|
128
|
128
|
|
129
|
129
|
Using Affymetrix GTF as reference transcriptome
|
130
|
|
-```{r CDFGTF, eval=TRUE, warning=FALSE, collapse=TRUE}
|
|
130
|
+```{r CDFGTF, eval=FALSE, warning=FALSE, collapse=TRUE}
|
131
|
131
|
|
132
|
132
|
# Set input variables
|
133
|
133
|
PathFiles<-system.file("extdata",package="EventPointer")
|
...
|
...
|
@@ -139,7 +139,7 @@ The following code chunks show examples on how to run the function using part of
|
139
|
139
|
|
140
|
140
|
# Run the function
|
141
|
141
|
|
142
|
|
- CDFfromGTF(input="AffyGTF",inputFile=DONSON_GTF,
|
|
142
|
+ CDFfromGTF123(input="AffyGTF",inputFile=DONSON_GTF,
|
143
|
143
|
PSR=PSRProbes,Junc=JunctionProbes,
|
144
|
144
|
PathCDF=Directory,microarray=array)
|
145
|
145
|
|
...
|
...
|
@@ -273,7 +273,7 @@ Once the process is completed two GTF files are generated in the specified direc
|
273
|
273
|

|
274
|
274
|
|
275
|
275
|
|
276
|
|
-```{r Arrays_IGV, eval=TRUE, collapse=TRUE}
|
|
276
|
+```{r Arrays_IGV, eval=FALSE, collapse=TRUE}
|
277
|
277
|
|
278
|
278
|
# Set Input Variables
|
279
|
279
|
|