scRNA analysis in PDX model
Hi I'm doing single cell RNA analysis in PDX model and I want to separate my data into mouse and human cell before start analyzing, anyone knows how to do this in R using subset function or any other possible ways?
ngs
pdx
scrna
• 1,603 views
•
link
written
by
leedakyung1998
1
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Curious about way to start scRNA-seq analysis and machine learning using gene expression data
written by woongjaej 3Hi, I'm a researcher studying epigenomics. I have experience in analyzing various NGS data involved in epigenetics. But, now I'm interested in studying single-cell RNA-seq …
-
Separating gene expression data from human tumor and model organism in RNA-seq analysis
written by Aaron 3I'm analyzing RNA-seq data from human GBM tumor samples implanted into mice (a PDX model). In Seurat, I've managed to get differential gene expression data, …
-
Identification of cell types/groups in single-cell data
written by hamarillo 8Hello, I was looking into single-cell data analysis and I'm wondering if anyone knows about a paper that reviews **which methods are used to group …
-
Creating reference genome for mapping and then selecting
written by Dataminer 277Dear community, I will be analyzing PDx RNA-seq data and whatever information I could gather is that I need couple of things before I start:- …
-
Filter out mouse reads from single cell RNA-seq of PDX tumor
written by fifty_fifty 10My goal is to get an expression matrix with gene expression values for each cell without any mouse cells in there. I need to analyze …
-
Allele specific expression analysis using human cell line
written by Susmita Mandal 11Hello everybody, I am going to do allele specific expression analysis onto human genome. Previously I had done ASE on mouse genome successfully as the …
-
What is the specificity of a Microarray for human vs. mouse when completed for a mixed sample?
written by kruicci 1Hi there, Can anyone comment on what the outcomes would be for using a tissue sample (human PDX tumour grown in a mouse) that likely …
-
How to compare the correlation between the RNAseq data from human and mouse tumor?
written by ifudontmind_plzz 20Hello, I would like to compare the correlation between the gene expression pattern of mouse and human tumor type. We have generated a mouse tumor …
-
Tool to separate human and mouse rna seq reads
written by Ron 118Hi, I have PDX RNA-seq data.I want to separate the reads of mouse and human,before comparing with tumor RNA-seq data. Is there any tool to …
-
What preliminary steps should I do before checking the quality of sequence for RNA-seq
written by M K 66<p>I have RNAseq data for human and mouse, and I am going to start RNA-seq analysis, my data is single end with 100nt. Is there …
At what point in the analysis are you starting from, and what files do you currently have?
I used cellranger chimeric reference to align data and loaded filtered_feature_bc_matrix into matrix. I used following scripts.
Then I tried to separate human and mouse by colnames, though not sure if it was appropriate to use c1 to represent first column
This didn't work at all. Thansk ! Any experts can help me out?
I tried to use a tool called "xenocell" but I was not familiar with docker