Skip to content

Commit

Permalink
test quick_tour md parser
Browse files Browse the repository at this point in the history
  • Loading branch information
haozhu233 committed Mar 27, 2024
1 parent 4f3a46d commit 8fd1661
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/quick_tour.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,24 @@ Here we use the `mESC` data from the BEELINE benchmark. The `mESC` data comes fr

If you want to see the inference on a larger network with 14,000+ genes and 8,000+ cells, check out the other example.

```
```python
bl_dt, bl_gt = rd.data.load_beeline(
benchmark_data='mESC', benchmark_setting='1000_STRING'
)
```

Here, `load_beeline` gives you a tuple, where the first element is an anndata of the single cell experession data and the second element is an array of all the ground truth links (based on the STRING network in this case).

```
```md
```python
bl_dt
```

```{code-output}
AnnData object with n_obs × n_vars = 421 × 1620
obs: 'cell_type', 'cell_type_index'
```
```
## GRN Inference
Expand Down

0 comments on commit 8fd1661

Please sign in to comment.