My platform is not in the supported list. Can I still use CartLoader?¶
Yes.
If your data platform is not one of the predefined platform options, you can still use CartLoader by converting your input into unified SGE format with:
1 | |
How to apply CartLoader with unsupported platforms¶
- Prepare a transcript-level CSV/TSV with core fields:
- X coordinate
- Y coordinate
- feature name (typically gene)
- count (or one row per transcript)
- Run
sge_convertin generic mode. - Set CSV column names as needed using
--csv-colname-x,--csv-colname-y,--csv-colname-feature-name, and--csv-colnames-count. - Set spatial scaling using
--units-per-um(or your equivalent known scale). - Continue with standard downstream modules (
run_ficture2,run_cartload2, uploads).
Example¶
1 2 3 4 5 6 7 8 9 10 | |
Notes¶
- Start with a small subset first to validate formatting and scaling.
- If your file has comments, delimiters, or headers that differ from defaults, set the corresponding
--csv-*options explicitly.
See also: