Skip to content

Commit

Permalink
Update get_deg.R
Browse files Browse the repository at this point in the history
  • Loading branch information
xjsun1221 authored Mar 3, 2021
1 parent 8a5ab66 commit 12d28b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get_deg.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ get_deg <- function(exp,
#1.加probe_id列,把行名变成一列
if("ID" %in% colnames(deg)){
deg <- mutate(deg,probe_id=deg$ID)
}elsd{
}else{
deg <- mutate(deg,probe_id=rownames(deg))
}
head(deg)
Expand Down

0 comments on commit 12d28b5

Please sign in to comment.