在dataframe中复制row.name,在R中添加第二列的值

时间:2017-01-30 14:26:38

标签: r duplicates rowname

我有一个看起来像这样的data.frame:

  #row.name   #col1         #col2   
   MAP4K3     Centrosome
   STK32A     Centrosome    Cytosol
   ADCK2      Centrosome    

我想要实现的是一个重复名称的新行,并在第一列添加第二列的值:

  #row.name   #col1            
   MAP4K3     Centrosome
   STK32A     Centrosome
   STK32A     Cytosol
   ADCK2      Centrosome    

我想在整个data.frame中循环播放。

谢谢

0 个答案:

没有答案