-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Hi,
I am trying to read a large file using bigmemory and I am getting errors as this file's first two columns are non-numeric, so I have deleted the second column but the first column I want to make as row names.
Is there any option in bigmemory to make the first column as row names and how I can avoid the below warning message?
>library("bigmemory")
> library("biganalytics")
> data.matrix - read.big.matrix("methylation.txt",header=T,sep='\t')
Error in data.matrix - read.big.matrix("methylation.txt", header = T, :
non-numeric argument to binary operator
In addition: Warning messages:
1: In na.omit(as.integer(firstLineVals)) : NAs introduced by coercion
2: In na.omit(as.double(firstLineVals)) : NAs introduced by coercion
3: In read.big.matrix("methylation.txt", header = T, sep = "\t") :
Many thanks,
Metadata
Metadata
Assignees
Labels
No labels