what should I do if I get a compromised sample of scRNA-seq data?
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
GEOquery getGEO is normalized data or not?
written by tyasird 1I'm fetching microarray data using GEOquery. datasets <- c("GSE32676", "GSE43288", "GSE19279", "GSE19280") gset <- getGEO(gse_id, GSEMatrix = TRUE, AnnotGPL = TRUE) So, when I check …
-
original single cell data downloaded from GEO yielded only two files with 150bp
written by chenglei1865 0Hi, Recently, I downloaded original single cell data from GEO (SRR13403717), and converted it: `fastq-dump --split-files --gzip SRR13403717`, two files `SRR13403717_1.fastq.gz` (40G) and `SRR13403717_1.fastq.gz` (38G), …
-
Fastq with very poor per tile quality but excellent perbase quality - is this a tampered fastQ?
written by Arun 0We recently got a set of targeted genes sequenced(probably they used novaseq 6000). The panel is an extended brca panel for hereditary breast cancer screening. …
-
cellranger outputs to IGV
written by littleju777 0Hey all, I am trying to visualize `sample_aligments.bam` from cellranger, which they described as > Indexed BAM file containing position-sorted reads aligned to the genome …
-
how could I select low 'fraction fragments overlapping peaks' but 'high fragments per barcode' in s…
written by Chilly 129I am doing a **single cell ATAC-seq** analysis. My data was generated using the 10x kit. Shown in the attachment is a part of the …
-
Why my `Percent duplicates` in a shallow sequencing is too high?
written by 631079064 0I made a 10x snATAC-seq library and do a shallow sequencing of 5G. Typically, the `Percent duplicates` is less than 20%. However, my library had …
-
Is the current R version (4.1.2) are not suitable for the packages related with TCGA
written by nonaddldy 1I cannot install series of packages related with TCGA, no matter through BiocManager::install or install.packages ![enter image description here][1] ![enter image description here][2] ![enter image …
-
Can not plot degree distribution in Cytoscape Network Analyzer on logscale
written by bhodai 0I am using Cytoscape 3.9.0. When I tried - Tools > Analyze Network, the following window poped-up ![enter image description here][1] When I clicked on …
-
How can I add text label outside the tree in iTOL ?
written by anran04100 0here is the tree in iTOL ![enter image description here][1] now I've got a txt file with information in it ![enter image description here][2] How …
-
How to analyze this kind format of 10x single cell RNA-seq data?
written by zhoujie 0Recently I received some single cell RNA-seq data from a producer. The data format is like this: I1: sample barcode R1: 150bp reads R2: 150bp …
The knee plot is just one type of QC. I'd say just proceed with your analysis and see if you observe anything funky (analysis itself is a QC). You should also see if you can use a tool that removes doublets and ambient RNA, if that helps your analysis.
Agreed. I would just force the cells to 5000 or so, and then proceed with the normal QC. If there's a lot of trash "cells" in the dataset this will manifest by poor QC metrics such as number of detected genes and mitochondrial expression percentage (since mt genes usually are highly-expressed so they're always detected first), plus "trash" tends (in my experience) to cluster together with marker genes that make no biological sense. Just try a bit, see what works.