Skip to content

Commit

Permalink
added temp logo/sticker
Browse files Browse the repository at this point in the history
  • Loading branch information
ainilaha committed Mar 10, 2024
1 parent 96f1a6d commit f4e7cf4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 24 deletions.
31 changes: 7 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
# phonto
<img src="vignettes/images/logo.png" alt="drawing" width="300"/>

PHONTO - PHenome ONTOlogy for NHANES
## PHONTO - PHenome ONTOlogy for NHANES

This package is designed to work with the Docker container available
from <https://github.com/ccb-hms/NHANES> That container can be obtained
by running the code below. Once installed and started users can log in
via a web browser to analyze NHANES data using any tools they would
like. The data live in a SQL database and can be accessed by a variety
of tools. We provide an interface via RStudio and this package works
together with the [nhanesA package](https://github.com/cjendres1/nhanes) to support a wide variety of analyses.
phonto provides a few vignettes and users can familiarize themselves
with the [Quick Start vignette](https://ccb-hms.github.io/phonto/vignettes/cobalt_paper.html) in order to find out how to interact with
the DB. More docs can be found [Phonto page](https://ccb-hms.github.io/phonto/)
This package is designed to work with the Docker container available from <https://github.com/ccb-hms/NHANES> That container can be obtained by running the code below. Once installed and started users can log in via a web browser to analyze NHANES data using any tools they would like. The data live in a SQL database and can be accessed by a variety of tools. We provide an interface via RStudio and this package works together with the [nhanesA package](https://github.com/cjendres1/nhanes) to support a wide variety of analyses. phonto provides a few vignettes and users can familiarize themselves with the [Quick Start vignette](https://ccb-hms.github.io/phonto/vignettes/cobalt_paper.html) in order to find out how to interact with the DB. More docs can be found [Phonto page](https://ccb-hms.github.io/phonto/)

### Start Docker

Expand Down Expand Up @@ -51,26 +42,19 @@ docker ^
-e "CONTAINER_USER_PASSWORD=PASSWORD" ^
-e "ACCEPT_EULA=Y" -e "SA_PASSWORD=yourStrong(!)Password" ^
hmsccb/nhanes-workbench:version-0.2.0

```

**2. Log into Rstudio**

Log into RStudio via: <http://localhost:8787> and using the username set
in the command above. In the above command, the username and password
are set as `USER` and `PASSWORD`, respectively, but you can modify them if you prefer.
Log into RStudio via: <http://localhost:8787> and using the username set in the command above. In the above command, the username and password are set as `USER` and `PASSWORD`, respectively, but you can modify them if you prefer.

More details about the [NHANES
Docker](https://github.com/ccb-hms/NHANES).
More details about the [NHANES Docker](https://github.com/ccb-hms/NHANES).

<br/>

### Installation

You can install the development version of `phonto` from
[GitHub](https://github.com/) with:


You can install the development version of `phonto` from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
Expand All @@ -80,5 +64,4 @@ devtools::install_github("ccb-hms/phonto")

### Examples

This is a basic example which shows you how to solve a common problem:
Testing to see if I can push to this directory (Teresa)
This is a basic example which shows you how to solve a common problem: Testing to see if I can push to this directory (Teresa)
Binary file added vignettes/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f4e7cf4

Please sign in to comment.