The auxiliary commands which can help to the users

Selcen Ari

2020-04-28

library(ceRNAnetsim)

1. Introduction

In the other package vignettes, usage of ceRNAnetsim is explained in details. But in this vignette, some of commands which facitate to use of other vignettes.

2. Installation

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("ceRNAnetsim")

3. Selection of perturbing element from dataset

data("TCGA_E9_A1N5_tumor")
data("TCGA_E9_A1N5_normal")
data("mirtarbasegene")
data("TCGA_E9_A1N5_mirnanormal")

3.1. Selection of HIST1H3H gene at vignette How does the system behave in mirtarbase dataset without interaction factors?

3.2. Selection of ACTB gene at vignette How does the system behave in mirtarbase dataset without interaction factors?

4. Determination of ACTB gene perturbation efficiency with different expression level changes

Firstly, clean dataset as individual gene has one expression value. And then filter genes which have expression values greater than 10.

We can determine perturbation efficiency of an element on entire network as following:

On the other hand, the perturbation eficiency of ATCB gene is higher, when this gene is regulated with 30-fold upregulation like in HIST1H3H.

5. Session Info

sessionInfo()
#> R version 4.0.0 (2020-04-24)
#> Platform: x86_64-pc-linux-gnu (64-bit)
#> Running under: Ubuntu 18.04.4 LTS
#> 
#> Matrix products: default
#> BLAS:   /home/biocbuild/bbs-3.11-bioc/R/lib/libRblas.so
#> LAPACK: /home/biocbuild/bbs-3.11-bioc/R/lib/libRlapack.so
#> 
#> locale:
#>  [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C              
#>  [3] LC_TIME=en_US.UTF-8        LC_COLLATE=C              
#>  [5] LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8   
#>  [7] LC_PAPER=en_US.UTF-8       LC_NAME=C                 
#>  [9] LC_ADDRESS=C               LC_TELEPHONE=C            
#> [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C       
#> 
#> attached base packages:
#> [1] stats     graphics  grDevices utils     datasets  methods   base     
#> 
#> other attached packages:
#> [1] ceRNAnetsim_1.0.0 tidygraph_1.1.2   dplyr_0.8.5      
#> 
#> loaded via a namespace (and not attached):
#>  [1] Rcpp_1.0.4.6       pillar_1.4.3       compiler_4.0.0     viridis_0.5.1     
#>  [5] tools_4.0.0        digest_0.6.25      viridisLite_0.3.0  evaluate_0.14     
#>  [9] lifecycle_0.2.0    tibble_3.0.1       gtable_0.3.0       pkgconfig_2.0.3   
#> [13] rlang_0.4.5        igraph_1.2.5       cli_2.0.2          ggrepel_0.8.2     
#> [17] yaml_2.2.1         parallel_4.0.0     xfun_0.13          gridExtra_2.3     
#> [21] furrr_0.1.0        stringr_1.4.0      knitr_1.28         graphlayouts_0.7.0
#> [25] vctrs_0.2.4        globals_0.12.5     grid_4.0.0         tidyselect_1.0.0  
#> [29] glue_1.4.0         listenv_0.8.0      R6_2.4.1           ggraph_2.0.2      
#> [33] fansi_0.4.1        rmarkdown_2.1      polyclip_1.10-0    farver_2.0.3      
#> [37] tweenr_1.0.1       purrr_0.3.4        tidyr_1.0.2        ggplot2_3.3.0     
#> [41] magrittr_1.5       MASS_7.3-51.6      scales_1.1.0       codetools_0.2-16  
#> [45] ellipsis_0.3.0     htmltools_0.4.0    assertthat_0.2.1   ggforce_0.3.1     
#> [49] colorspace_1.4-1   future_1.17.0      utf8_1.1.4         stringi_1.4.6     
#> [53] munsell_0.5.0      crayon_1.3.4