Skip to content

Commit

Permalink
update sequence retrieval vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
HajkD committed Mar 2, 2017
1 parent de41b61 commit 1481f33
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vignettes/Sequence_Retrieval.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -1168,6 +1168,8 @@ Human_GFF <- read_gff(file = HS.gff.genbank)
```

```{r,eval=FALSE}
# show all elements of the data.frame
options(tibble.print_max = Inf)
Human_GFF
```

Expand Down Expand Up @@ -1204,6 +1206,8 @@ Human_GFF <- read_gff(file = HS.gff.ensembl)
```

```{r,eval=FALSE}
# show all elements of the data.frame
options(tibble.print_max = Inf)
Human_GFF
```

Expand Down Expand Up @@ -1243,6 +1247,8 @@ Cress_GFF <- read_gff(file = AT.gff.ensemblgenomes)
```

```{r,eval=FALSE}
# show all elements of the data.frame
options(tibble.print_max = Inf)
Cress_GFF
```

Expand Down

0 comments on commit 1481f33

Please sign in to comment.