Skip to content

Commit

Permalink
fix feather file list in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeddy committed Feb 18, 2020
1 parent 0e2d8c0 commit d49c870
Showing 1 changed file with 11 additions and 21 deletions.
32 changes: 11 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,29 +106,19 @@ rsconnect::setAccountInfo(
rsconnect::deployApp()
```


## Data

Input data for the Shiny-iAtlas portal were accessed from multiple remote sources, including **Synapse**, the **ISB Cancer Genomics Cloud**, and **Google Drive**. For convenience, we have created locally cached versions of dataframe objects as **`feather`** files in the `data2` folder:

- `driver_mutations1.feather`
- `driver_mutations2.feather`
- `driver_mutations3.feather`
- `driver_mutations4.feather`
- `driver_mutations5.feather`
- `driver_results1.feather`
- `driver_results2.feather`
- `feature_values_long.feather`
- `features.feather`
- `groups.feather`
- `immunomodulator_expr.feather`
- `immunomodulators.feather`
- `io_target_expr1.feather`
- `io_target_expr2.feather`
- `io_target_expr3.feather`
- `io_target_expr4.feather`
- `io_targets.feather`
- `til_image_links.feather`
Input data for the Shiny-iAtlas portal were accessed from multiple remote sources, including **Synapse**, the **ISB Cancer Genomics Cloud**, and **Google Drive**. For convenience, we have created locally cached versions of dataframe objects as **`feather`** files in the `data` folder:

- `feature_df.feather`
- `feature_method_df.feather`
- `fmx_df.feather`
- `im_direct_relationships.feather`
- `im_expr_df.feather`
- `im_potential_factors.feather`
- `im_target_annotations.feather`
- `im_target_expr_df.feather`
- `sample_group_df.feather`

## Methods

Expand Down

0 comments on commit d49c870

Please sign in to comment.