The goal of OmicSense is to provide the functions to construct a prediction model of environments using noisy omics data linked with the environments based on OmicSense algorithm.
InstallationYou can install the development version of OmicSense from GitHub with:
#install.packages(âdevtoolsâ)
devtools::install_github(âtakakoizumi/OmicSenseâ)
install.packages(âOmicSenseâ)
library(OmicSense)
# basic example code
data(Pinus)
x.train <- Pinus[[1]]
x.test <- Pinus[[2]]
y <- Pinus[[3]]
cor(y, os.pred(x.train, y, newx = x.test, n.pred = 100))
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4