Skip to content

Commit

Permalink
fix ucsc link issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelove committed Jan 2, 2025
1 parent cc7ad76 commit b54abfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/allelic.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -304,13 +304,13 @@ and `end` for `-` features).

```{r fig.dim=c(8,7)}
gene <- rowRanges(y)$gene_id[1]
plotAllelicGene(y, gene, edb)
plotAllelicGene(y, gene, edb, ideogram=FALSE)
```

You can also specify the gene using `symbol`:

```{r fig.dim=c(8,7)}
plotAllelicGene(y, symbol="ADSS", db=edb)
plotAllelicGene(y, symbol="ADSS", db=edb, ideogram=FALSE)
```

In the allelic proportion and isoform proportion tracks, a line is
Expand Down

0 comments on commit b54abfb

Please sign in to comment.