GentlemanOfFate commited on
Commit
3368a32
·
verified ·
1 Parent(s): 687b1ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -206,8 +206,8 @@ import pandas as pd
206
 
207
  # let's choose a study id, for example `GSE100264`
208
  df = pd.read_parquet('data/benchmark/computage_bench_data_GSE100264.parquet').T
209
-
210
  # note that we transpose data for a more convenient perception of samples and features
 
211
  # don't forget to explore metadata (which is common for all datasets):
212
  meta = pd.read_csv('computage_bench_meta.tsv', sep='\t', index_col=0)
213
  ```
 
206
 
207
  # let's choose a study id, for example `GSE100264`
208
  df = pd.read_parquet('data/benchmark/computage_bench_data_GSE100264.parquet').T
 
209
  # note that we transpose data for a more convenient perception of samples and features
210
+
211
  # don't forget to explore metadata (which is common for all datasets):
212
  meta = pd.read_csv('computage_bench_meta.tsv', sep='\t', index_col=0)
213
  ```