Third quartile normalized logFC data to find differentially express gene using limma
0
0
Entering edit mode
14 months ago
Nai ▴ 50

I have normalized count matrix which is normalized using conditional quantile normalization and having negative value, I understand that these are normalized logFC values. When I am directly using into limma with following command. It is showing error. The steps:

data <- read.csv("new_count_arranged.csv", sep = ';') meta_data <- read.csv("new_pheno_sorted_comma.csv", sep = ';') y <- normalizeBetweenArrays(data)

Error in normalizeBetweenArrays(dbgap_data) : 'object' is a data.frame and not all columns are numeric

Kindly help to caluculate pvalue , padjusted value, TPM

File Format:

geneid sample1 sample2 AB1 3.09852052 9.07170501 CBF 5.30616784 -0.06336533

Limma R • 732 views
ADD COMMENT
0
Entering edit mode

You must convert data to a numeric matrix as indicated by the error

ADD REPLY
0
Entering edit mode

Can you guide me about me, because when I converted it then it showed, not all columns are integers. I request for help to perform this. I am using limma first time.

ADD REPLY
0
Entering edit mode

I think a quick search on Google "convert dataframe to numeric r" or alternatives would give you an answer

ADD REPLY

Login before adding your answer.

Traffic: 1717 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