From f9096b2deb077cd700f63a72274b0036df551a2f Mon Sep 17 00:00:00 2001 From: LTLA Date: Tue, 3 Dec 2024 09:54:21 -0800 Subject: [PATCH] Added links to the README, updated ignore file. --- .gitignore | 1 + README.md | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 02a8440..b92cc5c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ tests/mock-files/* package-lock.json node_modules/ docs/built +.npmrc diff --git a/README.md b/README.md index b559175..b8e88fe 100644 --- a/README.md +++ b/README.md @@ -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.