Browse code

jaf_ bug in multipaht section

JFerrer-B authored on 02/05/2022 08:05:48
Showing 1 changed files

... ...
@@ -950,7 +950,7 @@ The following code chunks show examples on how to run the function using part of
950 950
 
951 951
 Using Affymetrix GTF as reference transcriptome
952 952
 
953
-```{r CDFGTF_MP, eval=TRUE, warning=FALSE, collapse=TRUE}
953
+```{r CDFGTF_MP, eval=FALSE, warning=FALSE, collapse=TRUE}
954 954
 
955 955
 # Set input variables
956 956
    PathFiles<-system.file("extdata",package="EventPointer")
... ...
@@ -986,7 +986,7 @@ This function requires the following parameters:
986 986
 The function *EventDetectionMultipath* detects events with number of paths from 2 to variable *paths*. This function classifies the events with two paths as the *EventDetection* function does and the events with more than two paths as *"Multi-Path"*.
987 987
 
988 988
 
989
-```{r EventDetection_MP, eval=TRUE}
989
+```{r EventDetection_MP, eval=FALSE}
990 990
   # Run EventDetection function
991 991
    data(SG_RNASeq)
992 992
    TxtPath<-tempdir()