Skip to content

WangLabCSU/geokit

Repository files navigation

geokit

R-CMD-check Codecov test coverage

The goal of geokit is to provide a comprehensive interface for most interactions between R and GEO database.

Installation

You can install the development version of geokit from R-universe (Recommended):

install.packages("geokit",
    repos = c(
        "https://wanglabcsu.r-universe.dev",
        "https://cloud.r-project.org"
    )
)

or from GitHub (Require rust to compile) with:

if (!requireNamespace("pak")) {
    install.packages("pak",
        repos = sprintf(
            "https://r-lib.github.io/p/pak/devel/%s/%s/%s",
            .Platform$pkgType, R.Version()$os, R.Version()$arch
        )
    )
}
pak::pak("WangLabCSU/geokit")

Learning geokit

Check out the guides for learning everything, there is to know about all the different features.

About

Tools for Accessing and Working with the Gene Expression Omnibus (GEO)

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published