${cell}_mapQ30_sort_rmdup.bed.gz -> #3
-
when I get a .bed file shown below, then how can I get a _SegCopy file(i.e. bin.info) shown below? /lustre1/tangfuchou_pkuhpc/Software/bedtools2/bin/bamToBed -i ${cell}_mapQ30_sort_rmdup.bam |gzip > ${cell}_mapQ30_sort_rmdup.bed.gz bin.info <- read.table("data/SegCopy/DNA_A1_lym_1_FKDL210056832-1a_SegCopy", |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The There are various algorithms available for inferring single-cell copy number variations using single-cell whole genome sequencing data. For our study, we used Ginkgo (https://github.com/robertaboukhalil/ginkgo), an open-source web platform that is user-friendly and was published in Nature Methods (https://www.nature.com/articles/nmeth.3578). The details of this pipeline are summarized in the "Materials and methods" section of our publication.
Please let me know if you have any further questions or if there's anything else I can help you with. |
Beta Was this translation helpful? Give feedback.
The
_SegCopy
file is a matrix that shows the estimated copy number of each single cell in each genomic bin.There are various algorithms available for inferring single-cell copy number variations using single-cell whole genome sequencing data. For our study, we used Ginkgo (https://github.com/robertaboukhalil/ginkgo), an open-source web platform that is user-friendly and was published in Nature Methods (https://www.nature.com/articles/nmeth.3578).
The details of this pipeline are summarized in the "Materials and methods" section of our publication.