Sarah Huang

Results 2 issues of Sarah Huang

This pull request introduces two minor changes to the genescores.py script: 1. Added case-insensitive Check for 'chr' Prefix: Ensured that chromosome names are consistently prefixed with 'chr' by checking in...

I noticed a potential namespace conflict with the `summarise` function. The code snippet below highlights where the conflict occurs: `abundance_df_summarized = abundance_df %>% mutate(keep = as.logical(keep)) %>% group_by(group_id, celltype_id) %>%...

documentation
enhancement