https://github.com/catavallejos/tutorialbasics
This tutorial was created using an old version of BASiCS and its code is outdated. This repository is no longer maintained. For up-to-date documentation, please refer to the vignette available at https://github.com/catavallejos/BASiCS or to https://github.com/catavallejos/BASiCS/wiki.
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: ncbi.nlm.nih.gov -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.9%) to scientific vocabulary
Repository
This tutorial was created using an old version of BASiCS and its code is outdated. This repository is no longer maintained. For up-to-date documentation, please refer to the vignette available at https://github.com/catavallejos/BASiCS or to https://github.com/catavallejos/BASiCS/wiki.
Basic Info
Statistics
- Stars: 2
- Watchers: 2
- Forks: 5
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Tutorial about the use of BASiCS
This repository contains a tutorial for the analysis of single-cell RNA-seq datasets using BASiCS (Vallejos et al, 2015).
NOTE: THIS TUTORIAL WAS CREATED USING AN OLD VERSION OF BASiCS AND ITS CODE IS OUTDATED. THIS REPOSITORY IS NO LONGER MAINTAINED. FOR UP-TO-DATE DOCUMENTATION, PLEASE REFER TO THE VIGNETTE AVAILABLE AT THE BASiCS GITHUB REPOSITORY OR TO OUR WIKI PAGE.
Example dataset
We will illustrate the use of BASiCS using the mouse Embryonic Stem cells dataset described in Islam et al (2014). The data is provided in the folder 'Data' of this repository.
Expression counts: GSE46980_CombinedMoleculeCounts.tab (source: http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE46980)
Quality control information: 1873lanesCA.txt (source: Sten Linnarsson)
Input molecules of spike-in genes: SilverBulletCTRLConc.txt (source: Sten Linnarsson).
Downloads
Before the tutorial, please make sure to download
- The 3 data files contained in the 'Data' folder of this repository
- The 5 .txt files contained in the 'Chains2016' folder of https://www.dropbox.com/sh/0efdyln7moqtypo/AAApP0g2PamfYV4pEqDubfXva?dl=0
Software requirements
This tutorial was prepared using the statistical software R (https://www.R-project.org). During the tutorial we will use RStudio as an interface. Before the practical session, please make sure you install R version 3.3.0 or superior. Once R has been installed, the following libraries have to be installed:
From BioConductor
- BiocGenerics
source("http://bioconductor.org/biocLite.R"); biocLite("BiocGenerics")
- scran (this requires R 3.3.0 or superior and the latest release the BioConductor)
source("http://bioconductor.org/biocLite.R"); biocLite("scran")
- BiocGenerics
From CRAN
- data.table
- Rcpp
- methods
- coda
- devtools
install.packages("PACKAGE-NAME")
- data.table
From Github
- BASiCS
library(devtools); install_github('catavallejos/BASiCS')
- BASiCS
The tutorial
The script and results of this tutorial are available in the folder 'Materials'.
Contact
Any doubts please contact cvallejos 'at' turing.ac.uk
References
- Catalina A. Vallejos, John C. Marioni and Sylvia Richardson (2015)
BASiCS: Bayesian Analysis of Single-Cell Sequencing Data. PLOS Computational Biology
- Saiful Islam, Amit Zeisel, Simon Joost, Gioele La Manno, Pawel Zajac, Maria Kasper, Peter Lönnerberg and Sten Linnarsson (2014)
Quantitative single-cell RNA-seq with unique molecular identifiers. Nature Methods
Owner
- Name: Catalina Vallejos
- Login: catavallejos
- Kind: user
- Location: Edinburgh, United Kingdom
- Company: MRC Human Genetics Unit (Edinburgh) and @alan-turing-institute
- Website: https://vallejosgroup.github.io
- Repositories: 16
- Profile: https://github.com/catavallejos
Group Leader at MRC Human Genetics Unit (Edinburgh) and Fellow of the Alan Turing Institute
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: about 12 hours
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 1.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- JoannaDrx (1)