bulk analysis by seurat
0
0
Entering edit mode
4.6 years ago
ayatrience • 0

Because seurat package is also technically available for bulk RNA-seq analysis and very easy to analyze for my bulk data with several conditions, I am trying to use Seurat for bulk analysis currently.

I use TPM countdata (rows are genes and cols are sample name) for CreateSeuratObject but gene names didn't appear in seurat object as features.

What kind of input is appropriate for making seurat object?

I have TPM count data and gene names in CSV format.

seurat RNA-Seq gene name • 3.5k views
ADD COMMENT
1
Entering edit mode

For questions like this, you really need to show all code that you have used, and paste a sample of your data.

ADD REPLY
0
Entering edit mode

Thank you for teaching. I did like below.

bulk <- CreateSeuratObject(counts=TPM, assay = "RNA")

TPM is the list that contains the count data showed in TPM and the rows are genesID and cols are sample name.

ADD REPLY
0
Entering edit mode

I see - you likely need to use the meta.data parameter, too.

ADD REPLY
0
Entering edit mode

Can you show more of your code and the first lines of your input ?

ADD REPLY

Login before adding your answer.

Traffic: 2981 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6