You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure Anaconda is installed correctly. We recommend calling the activate script for each interactive shell session, rather than exporting PATH manually. Add this line to your ~/.bash_profile:
source"${HOME}/anaconda3/bin/activate"
Now you're ready to launch a new notebook session.
In R, save the raw counts matrix as a TSV file, with cells in the columns and genes in the rows.
Note that STREAM is currently limited to analyzing 2500 cells when using the Pinello Lab's website. When analyzing larger datasets, you must install STREAM locally, preferably using Docker (see above).
SingleCellExperiment object
Note that this can be used for bcbioSingleCell objects, which extend SingleCellExperiment.
Here's what I sent clients regarding STREAM counts input. I figured this would be better in the knowledgebase than a repo in hbc:
STREAM GitHub repo: https://github.com/pinellolab/STREAM
Installation
This tutorial is customized for users running macOS.
Jupyter
If you want to save notes during your analysis, we recommend installing Jupyter. Otherwise, this step can be skipped.
Install Jupyter Notebook using Anaconda.
Ensure Anaconda is installed correctly. We recommend calling the
activate
script for each interactive shell session, rather than exportingPATH
manually. Add this line to your~/.bash_profile
:Now you're ready to launch a new notebook session.
Consult their Running the Notebook guide for more information.
By default, a new server instance is launched at
http://localhost:8888
.Jupyter is recommended for saving notes on your STREAM analysis.
Docker
Install the Community Edition.
For macOS, this can be installed easily using Homebrew Cask.
# Homebrew Cask must be installed brew cask install docker
STREAM
Now you're ready to download a local copy of the STREAM image.
Launch a new instance of the webapp.
Now STREAM will be accessible at http://localhost:10001.
Analysis
In R, save the raw counts matrix as a TSV file, with cells in the columns and genes in the rows.
Note that STREAM is currently limited to analyzing 2500 cells when using the Pinello Lab's website. When analyzing larger datasets, you must install STREAM locally, preferably using Docker (see above).
SingleCellExperiment object
Note that this can be used for
bcbioSingleCell
objects, which extendSingleCellExperiment
.seurat object
Now we can write the counts to disk, using the
write.table()
function.The text was updated successfully, but these errors were encountered: