Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Cluster algorithms from mothur in R

License

NotificationsYou must be signed in to change notification settings

SchlossLab/clustur

Repository files navigation

R-CMD-checktest-coveragelintpkgdownCRAN-downloads

Overview

clustur was developed for two main reasons: to allow developers toeasily create pipelines with mothur code in R, and to give users apowerful clustering algorithm from mothur without having to download it.Because clustur is built using rcpp, it benefits from the speed of C++and the usability of R. Additionally, since clustur will be open source,developers can modify are package as needed. This will not only help uscontinue to create high quality packages, but will allow everyone totake advantage of the foundation that is already built.

Installation

For the official release from CRAN you can use the standardinstall.packages() function:

# install via craninstall.packages("clustur")library(clustur)

For the developmental version, you can use theinstall_github()function from the {devtools} package

# install via githubdevtools::install_github("SchlossLab/clustur")library(clustur)

Getting Started

To get started, look at the“Getstarted”page.

Contributions

For feature request please visit the issue page in GitHub and use thefeature tag. If you would like to contribute pull request are welcomed!


[8]ページ先頭

©2009-2025 Movatter.jp