Mercurial > repos > proteore > proteore_prot_features_mouse
comparison add_protein_features_mouse.R @ 1:f10816a9dd0b draft
planemo upload commit dbc027f59706f5b7d3f9f9319f2652baa50e2df5-dirty
author | proteore |
---|---|
date | Mon, 04 Mar 2019 05:12:46 -0500 |
parents | 1e856941a888 |
children | 1dea4e5f638f |
comparison
equal
deleted
inserted
replaced
0:1e856941a888 | 1:f10816a9dd0b |
---|---|
1 options(warn=-1) #TURN OFF WARNINGS !!!!!! | |
2 | |
1 # Read file and return file content as data.frame | 3 # Read file and return file content as data.frame |
2 order_columns <- function (df,ncol,file){ | 4 order_columns <- function (df,ncol,file){ |
3 if (ncol==1){ #already at the right position | 5 if (ncol==1){ #already at the right position |
4 return (df) | 6 return (df) |
5 } else { | 7 } else { |