Skip to content

phuse-org/send-summarizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sendSummarizer

sendSummarizer is an R package includes functions to calculate toxicity score of a given repeat-dose toxicological study.

Installation

clone the repo and follow the instructions.

for development

setwd('biocelerate-cross-study/')
devtools::load_all(".")
sendSummarizer::send_cross_study_app('path_database.db')

for using the package

setwd('biocelerate-cross-study/')
devtools::install(".")
sendSummarizer::send_cross_study_app('path_database.db')

more example


path_db <- "C:/directory/send.db"
studyid <- '112344'

# app
send_cross_study_app(path_db)

# score
mi_score <- get_mi_score(studyid, path_db)
mi_score


lb_score <- get_lb_score(studyid, path_db)
lb_score

bw_score <- get_bw_score(studyid, path_db)
bw_score

all_score <- get_all_score(studyid, path_db, domain = c('lb', 'bw', 'mi'))
all_score



compile <- get_compile_data(studyid, path_db)
compile



About

Normalize, aggregate, and visualize treatment effects in target organ systems across multiple studies

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

1 star

Watchers

7 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors