Problem in running DESeq from expected count data of Transcriptome by Trinity followed by RSEM
2
0
Entering edit mode
shashank • 0
@ac3ae973
Last seen 13 months ago
Israel

Hi; I am trying to analyse tissue specific expression and fold change by DESeq2 for Denovo assembelled transcriptome Problem is that I have a data matrix file of Expected counts in which some values are decimal So I am trying to convert them into integer by round() but I am getting Error code and error below

> data <- round(data)
Error in Math.data.frame(list(TranscriptID = c("TRINITY_DN61711_c0_g1_i1",  : 
  non-numeric-alike variable(s) in data frame: TranscriptID

Can Anyone help me in changing all the values to integer without effecting my 1st column which is basically header of each row in my data

Or If there is some better pipeline to follow....

Thanks Shashank

Tissue Spati RSEM deno DEseq2 • 1.0k views
ADD COMMENT
1
Entering edit mode
Basti ▴ 780
@7d45153c
Last seen 45 minutes ago
France

It is more a R programming issue than a Bioconductor package issue. A quick google search would have helped you : https://stackoverflow.com/questions/9063889/how-to-round-a-data-frame-in-r-that-contains-some-character-variables

ADD COMMENT
0
Entering edit mode

Thanks Basti for help

ADD REPLY

Login before adding your answer.

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