I have a rawcount RNAseq Illumina data set, and a metadata table, but when I try to make a DEseq2DataSetFromMatrix it tells me I have one extra column in my countdata. I do, it is the gene names. How can I get around this. I have tried adding nrow= gene_ID and then just listing the genes, but I don't like the idea of separating the gene names from the count table. Just seems too risky. Any suggestions are really appreciated. Alison
You need to post the top few lines of your files for anyone to be able to help you. Have you looked at the file formats used in datasets from tutorials, to see how they differ from what you have?