forked from compbiomed/singleCellTK
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request compbiomed#46 from dfjenkins3/master
Added example data, bugfix for pData, and fix for travis integration
- Loading branch information
Showing
8 changed files
with
75 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#' Example Single Cell RNA-Seq data in SCESet Object | ||
#' | ||
#' A subset of 30 samples from a single cell RNA-Seq experiment from Zeisel, et | ||
#' al. Science 2015. The data was produced from cells from the mouse | ||
#' somatosensory cortex (S1) and hippocampus (CA1). 15 of the cells were | ||
#' identified as oligodendrocytes and 15 of the cell were identified as | ||
#' microglia. | ||
#' | ||
#' @name GSE60361_subset | ||
#' @docType data | ||
#' @format List of two data frames, with counts and annotations. Use them as | ||
#' input to createSCESet() | ||
#' @source DOI: 10.1126/science.aaa1934 | ||
#' @keywords datasets | ||
#' @examples | ||
#' library(scater) | ||
#' data("GSE60361_subset") | ||
#' GSE60361_SCESet <- createSCESet(countfile = GSE60361_subset$counts, | ||
#' annotfile = GSE60361_subset$annot, | ||
#' inputdataframes = TRUE) | ||
"GSE60361_subset" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
library(singleCellTK) | ||
library(shiny) | ||
library(shinyjs) | ||
library(plotly) | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.