Skip to content

Commit

Permalink
Update lineage_hierarchy.R
Browse files Browse the repository at this point in the history
  • Loading branch information
weiduzhiren committed Jan 5, 2024
1 parent d20b6b5 commit 5bb0ab1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/lineage_hierarchy.R
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ clone_fate_bias <- function(data,fate_use = '',data_type = 'table',
result_df = result_df[order(result_df[,6]),]
result_df = result_df[result_df[,4]>0,]
result_df$clone_size_rank = 1:nrow(result_df)
result_df = result_df[result_df$fdr<0.05,]
return(result_df)
}

Expand Down

0 comments on commit 5bb0ab1

Please sign in to comment.