Skip to content
Prev 369913 / 398503 Next

getting error while trying to make dendogram based on gene expression

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) <- countMatrix[,1]     #added first column gene
names as rownames)
0 across all sample
log value
*Error:*

 *** caught segfault ***
address 0x7fa39060af28, cause 'memory not mapped'

Traceback:
 1: hclust(d, method = "complete")

Possible actions:
1: abort (with core dump, if enabled)
2: normal R exit
3: exit R without saving workspace
4: exit R saving workspace
Selection:

Thanks
Yogesh