Skip to content

Commit 63ff6c0

Browse files
authored
Update section header for data import instructions
1 parent 43772a1 commit 63ff6c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/GET_STARTED.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ pct_dropout_by_counts, total_counts, variances, variances_norm
140140
uns: cluster_colors, hvg, leiden, leiden_colors, neighbors, pca, rank_genes_groups, spatial, umap
141141
```
142142

143-
## Import or replace data
143+
## 5 Import or replace data
144144
You can also import new data into an existing store. For example, let's replace the `obs` dataframe with a modified version. First, leave only first 5 columns in `cells.csv`:
145145
```bash
146146
cut -d ',' -f 1-5 cells.csv > cells1to5.csv
@@ -186,4 +186,4 @@ pct_dropout_by_counts, total_counts, variances, variances_norm
186186
obsp: connectivities, distances
187187
uns: cluster_colors, hvg, leiden, leiden_colors, neighbors, pca, rank_genes_groups, spatial, umap
188188
raw: X, var
189-
```
189+
```

0 commit comments

Comments
 (0)