Skip to content

Commit 4c04772

Browse files
authored
Merge pull request #141 from bcbio/devel
bump to 0.4.4
2 parents 089898b + 4d84c4d commit 4c04772

File tree

4 files changed

+58
-27
lines changed

4 files changed

+58
-27
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: bcbioR
22
Type: Package
33
Title: Templates and functions to guide downstream analysis and data interpretation
4-
Version: 0.4.3
4+
Version: 0.4.4
55
Authors@R: person("Pantano", "Lorena", , "[email protected]",
66
role = c("aut", "cre"))
77
Description: Collaborative code repository at the Harvard Chan Bioinformatics Core.

NEWS.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# bcbioR 0.4.4
2+
3+
init QC single cell adding init file for params for single QC #123
4+
on disk seurat object How to make a Seurat object with BPcells-good for big objects #128
5+
add gene name to count matrix Add gene name to counts files rnaseq-reports#8
6+
Add style checks to rnaseq and singlecell repositories
7+
Restructure singlecell readmes
8+
9+
# bcbioR 0.4.3
10+
11+
migrate rnaseq templates to its own repo #120
12+
add HD visium QC #101
13+
add HD visum clustering #102
14+
include code to generate files for DEGpattern #116
15+
double code for single cell #130
16+
adapt to QC to ATACseq #133
17+
fix error in names #132
18+
fix GSEA rnaseq error and styling code bcbio/rnaseq-reports#2
19+
20+
# bcbioR 0.4.2
21+
22+
Filter genes according biotype or gene name #117
23+
Add Visium HD QC #101 #115
24+
Add degPattern template #97
25+
Collapse multiple params files #65
26+
Add rmaseq library links #60
27+
Fix version comparison #104
28+
Save log object in sc data #105
29+
More docs for clusters ids #106
30+
131
# bcbioR 0.4.1
232

333
- in DEG.Rmd, write expression table only once https://github.com/bcbio/bcbioR/issues/63

R/helpers.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,11 +212,11 @@ copy_templates <- function(path, pipeline, org=NULL){
212212
names(repos)="rnaseq-reports"
213213
}else if(pipeline=="singlecell"){
214214
parts = c("templates/singlecell")
215-
# repos = "https://github.com/bcbio/singlecell-reports"
216-
# names(repos)="singlecell-reports"
215+
repos = "https://github.com/bcbio/singlecell-reports/archive/refs/heads/main.zip"
216+
names(repos)="singlecell-reports"
217217
apps=c(apps, scRNAseq_qc="https://github.com/hbc/scRNAseq_qc_app/archive/refs/heads/main.zip")
218-
}else if(pipeline=="singlecell_delux"){
219-
parts = c("templates/singlecell_delux")
218+
# }else if(pipeline=="singlecell_delux"){
219+
# parts = c("templates/singlecell_delux")
220220
}else if(pipeline=="multiomics"){
221221
parts = c("templates/multiomics")
222222
}else if(pipeline=="spatial"){

README.md

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -43,28 +43,29 @@ bcbio_templates(type="rnaseq", outpath="/path/to/analysis/folder/reports")
4343

4444
## Supported analyses
4545

46-
- base/reports/example.Rmd: ![](https://img.shields.io/badge/status-stable-green)
47-
- [rnaseq-reports](https://github.com/bcbio/rnaseq-reports):
48-
- 01_quality_assessment/QC.Rmd: ![](https://img.shields.io/badge/status-stable-green)
49-
- 02_differential_expression/DEG.Rmd: ![](https://img.shields.io/badge/status-stable-green)
50-
- 03_functional/Nonmodel_Organism_Pathway_Analysis.Rmd: ![](https://img.shields.io/badge/status-alpha-yellow)
51-
- 03_functional/GSVA.Rmd: ![](https://img.shields.io/badge/status-alpha-yellow)
52-
- 03_functional/Immune-deconvolution.Rmd: ![](https://img.shields.io/badge/status-alpha-yellow)
53-
- 03_comparative/Pair-wise-comparison-analysis.Rmd: ![](https://img.shields.io/badge/status-alpha-yellow)
54-
- 03_comparative/Intersections.Rmd: ![](https://img.shields.io/badge/status-alpha-yellow)
55-
- 04_gene_patterns/WGCNA.Rmd: ![](https://img.shields.io/badge/status-alpha-yellow)
56-
- 05_gene_patterns/DEGpattern.Rmd: ![](https://img.shields.io/badge/status-alpha-yellow)
57-
- [singlecell/01_quality_assessment/scRNA_QC.Rmd](singlecell/01_quality_assessment/scATAC_QC.Rmd): ![](https://img.shields.io/badge/status-stable-green)
58-
- [singlecell/01_quality_assessment/scATAC_QC.Rmd](singlecell/01_quality_assessment/scATAC_QC.Rmd): ![](https://img.shields.io/badge/status-draft-grey)
59-
- [singlecell/02_differential_expression/scRNA_MAST.Rmd](singlecell/02_differential_expression/scRNA_MAST.Rmd): ![](https://img.shields.io/badge/status-alpha-yellow)
60-
- [singlecell/02_differential_expression/scRNA_pseudobulk.Rmd](singlecell/02_differential_expression/scRNA_pseudobulk.Rmd): ![](https://img.shields.io/badge/status-alpha-yellow)
61-
- [singlecell/04_compositional/propeller.Rmd](singlecell/04_compositional/propeller.Rmd): ![](https://img.shields.io/badge/status-draft-grey)
62-
- [singlecell/04_compositional/sccomp.Rmd](singlecell/04_compositional/sccomp.Rmd): ![](https://img.shields.io/badge/status-draft-grey)
63-
- [singlecell_delux/01_CellToCell/cellchat.Rmd](singlecell_delux/01_CellToCell/cellchat.Rmd): ![](https://img.shields.io/badge/status-draft-grey)
64-
- [chipseq/02_diffbind/diffbind.Rmd](chipseq/02_diffbind/diffbind.Rmd): ![](https://img.shields.io/badge/status-alpha-yellow)
65-
- [chipseq/01_quality_assessment/QC.Rmd](chipseq/01_quality_assessment/QC.Rmd): ![](https://img.shields.io/badge/status-alpha-yellow)
66-
- [spatial/visium/01_quality_assessment/qc.Rmd](spatial/visium/01_quality_assessment/qc.Rmd): ![](https://img.shields.io/badge/status-draft-grey)
67-
- [spatial/cosmx/01_quality_assessment/QC.Rmd](spatial/cosmx/01_quality_assessment/QC.Rmd): ![](https://img.shields.io/badge/status-draft-grey)
46+
- base/reports/example.Rmd: ![](https://img.shields.io/badge/status-stable-green)
47+
- [rnaseq-reports](https://github.com/bcbio/rnaseq-reports):
48+
- 01_quality_assessment/QC.Rmd ![](https://img.shields.io/badge/status-stable-green)
49+
- 02_differential_expression/DEG.Rmd ![](https://img.shields.io/badge/status-stable-green)
50+
- 03_functional/Nonmodel_Organism_Pathway_Analysis.Rmd ![](https://img.shields.io/badge/status-alpha-yellow)
51+
- 03_functional/GSVA.Rmd ![](https://img.shields.io/badge/status-alpha-yellow)
52+
- 03_functional/Immune-deconvolution.Rmd ![](https://img.shields.io/badge/status-alpha-yellow)
53+
- 03_comparative/Pair-wise-comparison-analysis.Rmd: ![](https://img.shields.io/badge/status-alpha-yellow)
54+
- 03_comparative/Intersections.Rmd ![](https://img.shields.io/badge/status-alpha-yellow)
55+
- 04_gene_patterns/WGCNA.Rmd ![](https://img.shields.io/badge/status-alpha-yellow)
56+
- 05_gene_patterns/DEGpattern.Rmd ![](https://img.shields.io/badge/status-alpha-yellow)
57+
- [single-cell](https://github.com/bcbio/rnaseq-reports)
58+
- singlecell/01_quality_assessment/scRNA_QC.Rmd
59+
- 01_quality_assessment/scATAC_QC.Rmd ![](https://img.shields.io/badge/status-draft-grey)
60+
- 02_differential_expression/scRNA_MAST.Rmd ![](https://img.shields.io/badge/status-alpha-yellow)
61+
- 02_differential_expression/scRNA_pseudobulk.Rmd ![](https://img.shields.io/badge/status-alpha-yellow)
62+
- singlecell/04_compositional/propeller.Rmd ![](https://img.shields.io/badge/status-draft-grey)
63+
- 04_compositional/sccomp.Rmd ![](https://img.shields.io/badge/status-draft-grey)
64+
- 05_signaling/cellchat.Rmd: ![](https://img.shields.io/badge/status-draft-grey)
65+
- [chipseq/02_diffbind/diffbind.Rmd](inst/templates/chipseq/02_diffbind/diffbind.Rmd): ![](https://img.shields.io/badge/status-alpha-yellow)
66+
- [chipseq/01_quality_assessment/QC.Rmd](inst/templates/chipseq/01_quality_assessment/QC.Rmd): ![](https://img.shields.io/badge/status-alpha-yellow)
67+
- [spatial/visium/01_quality_assessment/qc.Rmd](inst/templates/spatial/visium/01_quality_assessment/qc.Rmd): ![](https://img.shields.io/badge/status-draft-grey)
68+
- [spatial/cosmx/01_quality_assessment/QC.Rmd](inst/templates/spatial/cosmx/01_quality_assessment/QC.Rmd): ![](https://img.shields.io/badge/status-draft-grey)
6869

6970
### Discover more…
7071

0 commit comments

Comments
 (0)