Skip to content

Releases: wbaopaul/scATAC-pro

scATAC-pro_v1.5.1

13 Feb 15:24
Compare
Choose a tag to compare
  • integrate module takes SampleSheet.csv file as input, where sample names, paths of peaks, fragments, and cell barcodes can be specified
  • Enable 4/5 bp shift for each read by setting SHIFT_READS_IN_BAM as TRUE in configure_user.txt file
  • Correctted an error for processing single-end sequencing data in the mapping module

scATAC-pro_v1.5.0

02 May 14:46
Compare
Choose a tag to compare
  • Donot annotate peaks in the seurat object (peaks are still annotated for modules runDA, runGO and visualize)
  • Add new module process_from_align to do processing from alignment step (including aligment), given trimmed demultiplexed fastq files
  • Enable to change default expected doublet rate in the configure_user.txt file
  • Enable filtering peaks by qvalue in mergePeaks and integrate modules.

scATAC-pro_v1.4.4

24 Mar 15:42
Compare
Choose a tag to compare
  • Only consider standard chromosomes in the qc_per_barcode module
  • Correct a minor bug in the qc_per_barcode module
  • Add version# in the html report
  • Clean and correct a minor bug in the trimming module

scATAC-pro_v1.4.3

04 Mar 15:35
Compare
Choose a tag to compare
  • Added a new module reprocess_cellranger_output to reprocess scATAC-seq data originally processed by cellranger
  • Optimized some steps in mapping_qc module

scATAC-pro_v1.4.2

17 Feb 19:02
Compare
Choose a tag to compare
  • corrected bugs in processing single-end sequencing data
  • corrected minor underestimate of the overall FrIP in the html report file
  • corrected a bug in process_with_bam module
  • corrected a bug in integrate module

scATAC-pro_v1.4.1

01 Dec 19:56
Compare
Choose a tag to compare
  • correct a bug relate to input filepath for report module
  • record input file paths for the integration module
  • using BAMPE for macs2 for paired-end sequencing
  • update tutorial

scATAC-pro_v1.4.0

11 Jul 13:05
Compare
Choose a tag to compare
  • labelTransfer: new module added, to do label trasfer (for cell annotation) from cell annotation of scRNA-seq data. First construct a gene by cell activity matrix, then use FindTransferAnchors and TransferData function from Seurat R package to predicted cell type annotation from the cell annotaiton in scRNA-seq data.

scATAC-pro_V1.3.1

10 Jun 13:52
Compare
Choose a tag to compare
  • rmDoublets: new module added, to remove potential doublets using DoubletFinder algorithm.

scATAC-pro_v1.3.0

27 Apr 17:01
Compare
Choose a tag to compare
  • qc_per_barcode: add tss enrichment score per cell into the QC metrics
  • call_cell: enable filtering barcodes with minimal tss enrichment score cutoff (parameter min_tss_escore in the updated configure_user.txt file)
  • fragments file indexed by tabix (named fragments.tsv.gz)
  • footprint module: suppoort comparison of any two sets of cell clusters
  • motif_analysis and runDA: enable seurat/matrix object in .rds format as input
  • integrate: rename cell name for each sample to avoid shared barcodes among samples; enable a distance parameter to merge peaks
  • integrate_mtx: new module added, as an alias of previous integrate_seu module

scATAC-pro_v1.2.1

18 Feb 16:51
Compare
Choose a tag to compare
  • .rds files generated for matrices and can be inputs for clustering, motif_analysis and downstream modules
  • added 'addCB2bam' module to write cell barcode into an additional column of the bam file & corrected a bug for calculating insert size