search for: 22may

Displaying 2 results from an estimated 2 matches for "22may".

Did you mean: 22map
2017 Jun 08
1
DESeq2 pairwise compasion
...With two biological replicate. I want to do differential gene expression analysis using DESeq2 so I tried these codes after reading about DESeq2: ,my aim is to do the pairwise comparison. how to make colData and design formula. library("DESeq2") countMatrix = read.table("read_count.22May.2017.new.txt",header=T,sep='\t',check.names=F) head(countMatrix) dim(countMatrix) [1] 57894 35 Now I am not sure how to construct a DESeqDataSet: dds <- DESeqDataSetFromMatrix(countData = countMatrix, colData = colData, design = ~ condition) Thanks Yogesh -- *Yogesh Gu...
2015 May 22
1
Problem with realtime mysql I can't seem to resolve
Hello I have already several Asterisk servers running with similar configuration, but now I stumble into a problem. I have mysql configuration res_config_mysql.conf : [MyAsteriskDB] dbhost = 127.0.0.1 dbname = MyAsteriskDB dbuser = astadmin dbpass = mysecret dbport = 3306 dbsock = /var/lib/mysql/mysql.sock requirements=warn ; or createclose or createchar Realtime seems to be loaded :