Skip to content

Commit

Permalink
Added links to the README, updated ignore file.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Dec 3, 2024
1 parent 0cdffb8 commit f9096b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ tests/mock-files/*
package-lock.json
node_modules/
docs/built
.npmrc
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,9 @@ Each column can then be extracted for visualization.
const tsne_x = await tsne.column(0);
const tsne_y = await tsne.column(1);
```

## More reading

Check out the [reference documentation](https://kanaverse.github.io/wobbegong.js) for more details on each class and method.

Use the [R package](https://github.com/kanaverse/wobbegong-R) to generate **wobbegong**-formatted files from a SummarizedExperiment.

0 comments on commit f9096b2

Please sign in to comment.