search for: caaaaaaaag

Displaying 1 result from an estimated 1 matches for "caaaaaaaag".

Did you mean: caaaaaaaaa
2009 Jan 13
2
Can't Destroy Dim Names
Dear all, I have the following matrix: > str(mat) Named chr [1:32268] "yQAAA" "jQAAQ" "UQAAg" "FQAAw" "1QABA" ... - attr(*, "names")= chr [1:32268] "CAAAAAAAAA" "CAAAAAAAAC" "CAAAAAAAAG" "CAAAAAAAAT" ... I want to destroy the attribute yielding only this: > str(mat) Named chr [1:32268] "yQAAA" "jQAAQ" "UQAAg" "FQAAw" "1QABA" ... But why this command fail to do it? > dimnames(mat) <- NULL Btw, the obje...