├── DESCRIPTION ├── NAMESPACE ├── R ├── CompCCAT.R ├── CompCCAT.R~ ├── CompSRana.R ├── CompSRana.R~ ├── DoIntegPPI.R ├── DoIntegPPI.R~ ├── InferDMAPandRoot.R ├── InferDMAPandRoot.R~ ├── InferPotencyStates.R └── InferPotencyStates.R~ ├── README.md ├── data ├── dataChu.rda ├── dataLiver.rda ├── net13Jun12.rda └── net17Jan16.rda ├── inst └── doc │ ├── SCENT.Rmd │ └── SCENT.html ├── man ├── CompCCAT.Rd ├── CompCCAT.Rd~ ├── CompSRana.Rd ├── CompSRana.Rd~ ├── DoIntegPPI.Rd ├── DoIntegPPI.Rd~ ├── InferDMAPandRoot.Rd ├── InferDMAPandRoot.Rd~ ├── InferPotencyStates.Rd ├── InferPotencyStates.Rd~ ├── dataChu.Rd ├── dataChu.Rd~ ├── dataLiver.Rd ├── dataLiver.Rd~ ├── net13Jun12.Rd ├── net13Jun12.Rd~ ├── net17Jan16.Rd └── net17Jan16.Rd~ └── vignettes ├── README.Rmd ├── SCENT.Rmd ├── SCENT.bib └── SCENT.html /DESCRIPTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/DESCRIPTION -------------------------------------------------------------------------------- /NAMESPACE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/NAMESPACE -------------------------------------------------------------------------------- /R/CompCCAT.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/R/CompCCAT.R -------------------------------------------------------------------------------- /R/CompCCAT.R~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/R/CompCCAT.R~ -------------------------------------------------------------------------------- /R/CompSRana.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/R/CompSRana.R -------------------------------------------------------------------------------- /R/CompSRana.R~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/R/CompSRana.R~ -------------------------------------------------------------------------------- /R/DoIntegPPI.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/R/DoIntegPPI.R -------------------------------------------------------------------------------- /R/DoIntegPPI.R~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/R/DoIntegPPI.R~ -------------------------------------------------------------------------------- /R/InferDMAPandRoot.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/R/InferDMAPandRoot.R -------------------------------------------------------------------------------- /R/InferDMAPandRoot.R~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/R/InferDMAPandRoot.R~ -------------------------------------------------------------------------------- /R/InferPotencyStates.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/R/InferPotencyStates.R -------------------------------------------------------------------------------- /R/InferPotencyStates.R~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/R/InferPotencyStates.R~ -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/README.md -------------------------------------------------------------------------------- /data/dataChu.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/data/dataChu.rda -------------------------------------------------------------------------------- /data/dataLiver.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/data/dataLiver.rda -------------------------------------------------------------------------------- /data/net13Jun12.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/data/net13Jun12.rda -------------------------------------------------------------------------------- /data/net17Jan16.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/data/net17Jan16.rda -------------------------------------------------------------------------------- /inst/doc/SCENT.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/inst/doc/SCENT.Rmd -------------------------------------------------------------------------------- /inst/doc/SCENT.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/inst/doc/SCENT.html -------------------------------------------------------------------------------- /man/CompCCAT.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/man/CompCCAT.Rd -------------------------------------------------------------------------------- /man/CompCCAT.Rd~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/man/CompCCAT.Rd~ -------------------------------------------------------------------------------- /man/CompSRana.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/man/CompSRana.Rd -------------------------------------------------------------------------------- /man/CompSRana.Rd~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/man/CompSRana.Rd~ -------------------------------------------------------------------------------- /man/DoIntegPPI.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/man/DoIntegPPI.Rd -------------------------------------------------------------------------------- /man/DoIntegPPI.Rd~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/man/DoIntegPPI.Rd~ -------------------------------------------------------------------------------- /man/InferDMAPandRoot.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/man/InferDMAPandRoot.Rd -------------------------------------------------------------------------------- /man/InferDMAPandRoot.Rd~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/man/InferDMAPandRoot.Rd~ -------------------------------------------------------------------------------- /man/InferPotencyStates.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/man/InferPotencyStates.Rd -------------------------------------------------------------------------------- /man/InferPotencyStates.Rd~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/man/InferPotencyStates.Rd~ -------------------------------------------------------------------------------- /man/dataChu.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/man/dataChu.Rd -------------------------------------------------------------------------------- /man/dataChu.Rd~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/man/dataChu.Rd~ -------------------------------------------------------------------------------- /man/dataLiver.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/man/dataLiver.Rd -------------------------------------------------------------------------------- /man/dataLiver.Rd~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/man/dataLiver.Rd~ -------------------------------------------------------------------------------- /man/net13Jun12.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/man/net13Jun12.Rd -------------------------------------------------------------------------------- /man/net13Jun12.Rd~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/man/net13Jun12.Rd~ -------------------------------------------------------------------------------- /man/net17Jan16.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/man/net17Jan16.Rd -------------------------------------------------------------------------------- /man/net17Jan16.Rd~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/man/net17Jan16.Rd~ -------------------------------------------------------------------------------- /vignettes/README.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/vignettes/README.Rmd -------------------------------------------------------------------------------- /vignettes/SCENT.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/vignettes/SCENT.Rmd -------------------------------------------------------------------------------- /vignettes/SCENT.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/vignettes/SCENT.bib -------------------------------------------------------------------------------- /vignettes/SCENT.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aet21/SCENT/HEAD/vignettes/SCENT.html --------------------------------------------------------------------------------