CBIIT/rcellminer

Name: rcellminer

Owner: NCI CBIIT Development Sandbox

Description: null

Created: 2016-02-25 02:23:32.0

Updated: 2017-10-04 21:42:52.0

Pushed: 2017-11-21 15:46:42.0

Homepage: null

Size: 6716

Language: R

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Travis-CI Build Status codecov.io

RCellminer

This R package provide access to the data and functions to analyze data from CellMiner.

Installation

Install from GitHub
setRepositories(ind=1:6)
options(repos="http://cran.rstudio.com/")

if (!require("devtools")) install.packages("devtools")

source("http://bioconductor.org/biocLite.R")

if (!require("Biobase")) {
    biocLite()
}

biocLite("BiocStyle")

library(devtools)

# Optional for interactive plots
install_github('rCharts', 'ramnathv')

install_github("cannin/rcellminer",
                  build_vignette=FALSE,
                  dependencies=TRUE,
                  args="--no-multiarch",
                  ref="master")

install_github("github/rcellminerData",
                  build_vignette=FALSE,
                  dependencies=TRUE,
                  args="--no-multiarch",
                  ref="master")
Install from local
Open Project

Open .Rproj file in RStudio

Install Dependencies
if (require("devtools")) install.packages("devtools")

setRepositories(ind=1:6)
library(devtools)

install_deps(".")

Run Vignette

Open vignette (Rmd files) from vignettes/ folder and use “Knit HTML” button to generate the HTML file.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.