Yi Jin Liew

Results 2 comments of Yi Jin Liew

Thanks for the reply @marcus1487 . I... feel like I don't know enough / don't have enough experience with megalodon to write docs on it, so I'll probably pass on...

i think i found out what was wrong with the script--it's lines 146--148 that is crashing the script. ``` mat_qc = data.frame(t(mat[qc_idx, -1])) colnames(mat_qc) = paste0('qc',mat[qc_idx,1]) coldata = dplyr::bind_cols(coldata,mat_qc) ```...