Displaying 1 result from an estimated 1 matches for "mt2342".
Did you mean:
2342
2008 Jul 02
2
Problem reading from a data frame
...mmand, it returns characters of single numbers that have no relation
to the numbers in each string. I also noticed that when I view the new vector
before using gsub, it includes the original headers from the data frame. For
example,
The original row will contain (i'm not showing the headers):
MT2342 MT0982 MT2874
and after I use the command, 'gsub('[^0-9]','',PthwyGenes),' I get:
"6" "6" "8"
and this result no longer has any headers.
Does anyone know why this happens and how I can fix it?
Thanks,
-Nina