Open eberdan opened 2 days ago
Had to use different code to load metrics for c.elegans. My code (old bcbioR code):
se <- readRDS(se_object) #local metrics <- metadata(se)$metrics %>% full_join(meta_df , by = c("sample" = "sample"))
can you point me to the input data so I can see the problem, probably is the gene annotation that is different character patterns.
Had to use different code to load metrics for c.elegans. My code (old bcbioR code):