Browse code

Added a link to the full simulated dataset

bhuvad authored on 28/04/2019 23:18:15
Showing 2 changed files

... ...
@@ -1,6 +1,6 @@
1 1
 Package: dcanr
2 2
 Title: Differential co-expression/association network analysis
3
-Version: 0.99.16
3
+Version: 0.99.17
4 4
 Authors@R: person("Dharmesh", "Bhuva", "D.", email = "bhuva.d@wehi.edu.au", role = c("aut", "cre"), comment = c(ORCID = '0000-0002-6398-9157'))
5 5
 Description: Methods and an evaluation framework for the inference of differential co-expression/association networks.
6 6
 biocViews: NetworkInference, GraphAndNetwork, DifferentialExpression, Network
... ...
@@ -49,12 +49,14 @@ simulation.
49 49
 
50 50
 # Download the full simulated dataset
51 51
 As the simulation is computationally intensive, data from the 812 simulations
52
-have been precomputed and are available at **LINK**. The downloaded file
53
-contains a list of simulation results which includes `sim102`, packaged with
54
-`dcanr`. Each simulation can be accessed as shown below.
52
+have been precomputed and are available at
53
+<https://melbourne.figshare.com/articles/812_simulated_expression_datasets_for_differential_co-expression_analysis/8010176>.
54
+The downloaded file contains a list of simulation results which includes
55
+`sim102`, packaged with `dcanr`. Each simulation can be accessed as shown below.
55 56
 
56 57
 ```{r eval=FALSE}
57
-simdata <- load('simdata_directory/simdata.rda')
58
+#Not evaluated
59
+simdata <- readRDS('simdata_directory/sim812.rds')
58 60
 sim10 <- simdata[[10]]
59 61
 ```
60 62