> Yogesh Gupta
> on Wed, 21 Jun 2017 13:42:15 +0900 writes:
> I am trying to make dendogram based on gene expression matrix , but
getting
> some error:
> I
> countMatrix = read.table("count.row.txt",header=T,sep='\t',check.names=F)
> colnames(countMatrix)
>
I am trying to make dendogram based on gene expression matrix , but getting
some error:
I
countMatrix = read.table("count.row.txt",header=T,sep='\t',check.names=F)
colnames(countMatrix)
count_matrix <- countMatrix[,-1] # remove first column
(gene names)
rownames(count_matrix)
2 matches
Mail list logo