-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
40 lines (31 loc) · 1.55 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# pipeline
https://nf-co.re/scrnaseq/2.4.1
nextflow run nf-core/scrnaseq -r 2.4.1 -resume -profile test -c /path/custom.config --outdir ceshi --aligner cellranger; /bin/Rscript /data/zhiyu/data/script/send.mail.r
注意:custom.config中修改了参数
Barcode是每个凝胶微珠的身份证号码,区分细胞
UMI是每个DNA标签分子的身份证号码,区分分子
Poly(dT)VN作用是与mRNA的Ploy(A)尾巴相结合,作为逆转录的引物,逆转录出cDNA
https://www.youtube.com/watch?v=dbE1UlpxzHQ
# 质控
https://support.10xgenomics.com/single-cell-vdj/software/pipelines/latest/advanced/barcode-rank-plot#understanding-data
# ScRNAseq
https://bioconductor.org/books/3.13/OSCA.intro/the-singlecellexperiment-class.html#overview-2
## Only keeping the first two assays
assays(sce) <- assays(sce)[1:2]
# scFlow
https://combiz.github.io/scFlow/articles/scFlow.html
devtools::install_github("neurogenomics/scFlowExamples")
BiocManager::install("uniftest")
BiocManager::install("DropletUtils")
install.packages("ids")
devtools::install_github("NathanSkene/One2One")
devtools::install_github(repo = "hhoeflin/hdf5r")
devtools::install_github(repo = "mojaveazure/loomR", ref = "develop")
devtools::install_github("vqf/nVennR")
devtools::install_github("combiz/scFlow")
devtools::install_github("combiz/scFlowData")#https://api.github.com/repos/combiz/scFlowData/tarball/HEAD
# BPCells
https://bnprks.github.io/BPCells/articles/pbmc3k.html
# NBISweden
https://github.com/NBISweden/workshop-scRNAseq
https://nbisweden.github.io/workshop-scRNAseq/home_contents.html