Skip to content
New issue

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

Allow generic tabular and image features #649

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AhmetNSimsek
Copy link
Collaborator

This PR adds the ability to digest more generic type of features so that one is not restricted with predetermined modalities. This means that such features will not necessarily reach their full potential (make use of the flexibility of modality per class design) but it allows for a quick data integration and using own data quickly.

  • Should we add generic...
    • cortical profile?
    • regional connectivity?
    • regional time series activity?
  • allow repository connectors and csv decoders?

Test json example

{
	"@type": "siibra/feature/tabular/v0.1",
	"region": "Area 7A (SPL)",
	"modality": "any modality",
	"description": "this describes the feature",
	"species": "Homo sapiens",
	"file": "https://object.cscs.ch/v1/AUTH_227176556f3c4bb38df9feea4b91200c/hbp-d000045_receptors-human-7A_pub/v1.0/7A_pr_examples/5-HT1A/7A_pr_5-HT1A.tsv"
}

To do:

  • add tests
  • investigate if it must take a name parameter?
  • test plot functions
  • update "work with your own data" section in docs for how to utilise generic features

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant