We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(still actively updating notes here...)
join
{ views: [{ layout: 'spatial', tracks: [ { data: { type: 'csv', url: '...' }, // track 1 spatial: { x: "x", y: "y", z: "z", chr: "chr", coord: "coord" }, dataTransform: [{ type: 'join', url: 'https://raw.githubusercontent.com/dvdkouril/chromospace-sample-data/main/gosling-3d/yeast_model.csv', ... }], } { ... }, // track 2 ] }] }
{ views: [{ layout: { type: 'spatial', model: { type: 'csv', url: 'https://raw.githubusercontent.com/dvdkouril/chromospace-sample-data/main/gosling-3d/yeast_model.csv', x: "x", y: "y", z: "z", chr: "chr", coord: "coord" }, tracks: [ { data: { type: 'csv', url: '...' }, ... }, // track 1 { data: { type: 'csv', url: '...' }, ... }, // track 2 ] } }]}
Example 3D model dataset:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(still actively updating notes here...)
Goal
Example Datasets (Simplest)
Model
Values
Grammar
Option 1 (
join
data transform)Option 2 (view-level 3D model definition)
Challenges
Example 3D model dataset:
The text was updated successfully, but these errors were encountered: