Closed bschilder closed 1 year ago
Looks like I actually already accounted for this in the past: https://github.com/neurogenomics/MAGMA_Celltyping/blob/349eeabcc29735fcc4b2fc4cedb4f22580f8ddba/R/load_magma_results_file.r#L70
Bizarrely, the FULL_NAME column isn't even consistently generated. So I had to make this conditional:
1. Bug description
For some reason, MAGMA decided to truncate the
VARIABLE
column in their gsa.out files. This screws up attempts to match up the celltype names with those in the CTD.Not sure if this was always the case, or I'm just noticing now because I'm using some CTDs with long celltype names (e.g. HumanCellLandscape)
Console output
Expected behaviour
MAGMA.Celltyping
can read in the results files without hitting an error.2. Reproducible example
Code
3. Session info