Entering edit mode
Hi there,
I would like to ask about organising my data for DESeq2 - to do RNAseq analysis.
How do I not include my first column (gene ID) for my rawcount data as I am unable to cross check my metadata rownames with my rawcounts column names using the following command:
all(rownames(metadata) == colnames(rawcounts)) longer object length is not a multiple of shorter object length
Please help. Thanks
How do I import it the gene names as row names?
Hey angkoo, can you tell us what is the output of the following commands?
Great. Assuming that your columns in
rawcounts
are aligned perfectly with the rows of yourmetadata
, all that you need to do is: