Published November 15, 2023 | Version v1
Dataset Open

NextClone and CloneDetective: An Integrated Nextflow Pipeline and R Package for Clonal Barcode Extraction and Quantification

  • 1. ROR icon Walter and Eliza Hall Institute of Medical Research
  • 2. ROR icon Peter MacCallum Cancer Centre
  • 3. ROR icon Broad Institute

Description

BAM file (chunk 26-50 of 50) for the scRNAseq data required to replicate the analyses presented at: https://phipsonlab.github.io/NextClone-analysis/.

Chunk 1-25 can be downloaded from https://zenodo.org/records/10129134.

The original BAM file was too big to fit in an entry. Thus it was split into 50 using picard:

SplitSamByNumberOfReads -I possorted_genome_bam.bam -O split_sam/ -N_FILES 50 --CREATE_MD5_FILE

Before re-running all the analyses in https://phipsonlab.github.io/NextClone-analysis/, make sure you merge all 50 chunks first using picard (change xxx to point to the directory storing all the 50 chunks you have downloaded):

outdir="xxx"

args=""

# Loop through each BAM file

for file in ${outdir}/*.bam; do

    args+="-I $file "

done

# Do the actual merging

MergeSamFiles $args -O $outdir/merged_v2/merged_bam_v2.bam --USE_THREADING --CREATE_MD5_FILE

Picard can be downloaded from: https://github.com/broadinstitute/picard

Files

Files (32.9 GB)

Name Size Download all
md5:3078ab9782b15a9aed4d91f4c9226505
1.3 GB Download
md5:fc3a5723da83cc31d3beea26e7c2ea7c
1.2 GB Download
md5:ed3a8fce118e62848e04319ffa97f5b4
1.2 GB Download
md5:4f3847fc617bc963c8b58fe2dd438187
1.2 GB Download
md5:9aa0b8bca2644b9849d822fbddd110b2
1.2 GB Download
md5:efa7403312641f31999ab4e62bf7077e
1.3 GB Download
md5:2744d8a45c4dfc110792426b856de1b1
1.3 GB Download
md5:9c934b3d2b80ebd687324cc623464d22
1.2 GB Download
md5:f169902cfc15bb4d71bb40785c691557
1.3 GB Download
md5:bf19f3c10d56a629af934557be83f926
1.2 GB Download
md5:a01d442727755272a902114c16eda68c
1.2 GB Download
md5:16b19452cdacc6ea180dbd55bc13d95e
1.3 GB Download
md5:c1a0441ce7e1dc81ea4bee2e9a025a42
1.3 GB Download
md5:61bca7fdf700119c2c8e0b5f8289dea7
1.3 GB Download
md5:cfe98b88d658f0d26abfb2103e2b54a0
1.3 GB Download
md5:ecdd6d990a67a02d1b65bfe5bbb6fb66
1.2 GB Download
md5:5dbe4ca8b44dc8f68e6d0796735cd54f
1.2 GB Download
md5:21683060501ef83780b36412192f29cf
1.2 GB Download
md5:0225cf9c098e9e1b8861da1226545a10
1.2 GB Download
md5:6967f4ba251edd9894e8cfa10eb7b4b1
1.2 GB Download
md5:069e383845454fe556e4ece80a1b283b
1.2 GB Download
md5:878b83b1778278ce161018960bd5a00a
1.2 GB Download
md5:b95f7f2eef4896d55854cb01acbb3014
1.8 GB Download
md5:54f5cb07f038166515c6866857a98b16
2.0 GB Download
md5:15b994fb848597db8ca54898e07ff38b
2.0 GB Download