Skip to content

Commit d49c870

Browse files
committed
fix feather file list in README
1 parent 0e2d8c0 commit d49c870

1 file changed

Lines changed: 11 additions & 21 deletions

File tree

README.md

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -106,29 +106,19 @@ rsconnect::setAccountInfo(
106106
rsconnect::deployApp()
107107
```
108108

109-
110109
## Data
111110

112-
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:
113-
114-
- `driver_mutations1.feather`
115-
- `driver_mutations2.feather`
116-
- `driver_mutations3.feather`
117-
- `driver_mutations4.feather`
118-
- `driver_mutations5.feather`
119-
- `driver_results1.feather`
120-
- `driver_results2.feather`
121-
- `feature_values_long.feather`
122-
- `features.feather`
123-
- `groups.feather`
124-
- `immunomodulator_expr.feather`
125-
- `immunomodulators.feather`
126-
- `io_target_expr1.feather`
127-
- `io_target_expr2.feather`
128-
- `io_target_expr3.feather`
129-
- `io_target_expr4.feather`
130-
- `io_targets.feather`
131-
- `til_image_links.feather`
111+
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:
112+
113+
- `feature_df.feather`
114+
- `feature_method_df.feather`
115+
- `fmx_df.feather`
116+
- `im_direct_relationships.feather`
117+
- `im_expr_df.feather`
118+
- `im_potential_factors.feather`
119+
- `im_target_annotations.feather`
120+
- `im_target_expr_df.feather`
121+
- `sample_group_df.feather`
132122

133123
## Methods
134124

0 commit comments

Comments
 (0)