Skip to content

Commit

Permalink
add intro
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiAragaki committed Jul 14, 2024
1 parent 41369fb commit e6d1814
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion vignettes/using-reclanc.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,18 @@ knitr::opts_chunk$set(
)
```

# Introduction

This vignette will provide a brief introduction into the basic *usage* of `reclanc`. If you're interested in how `reclanc` works, I'd recommend reading the [blog post](https://kai.rbind.io/posts/projects-reclanc/) I wrote and the [original paper](https://academic.oup.com/bioinformatics/article/21/22/4148/194954?login=false) by Alan Dabney, who created the original `ClaNC` algorithm.

# Fitting

```{r setup, message = FALSE}
library(reclanc)
library(SummarizedExperiment)
library(parsnip)
```

# Fitting

To create new centroids from existing expression data, use the `clanc` function.

Expand Down

0 comments on commit e6d1814

Please sign in to comment.