-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #123 from mc2-center/add-fileview
Add FileView, Study, and terms for light sheet microscopy dataset
- Loading branch information
Showing
21 changed files
with
6,652 additions
and
1,377 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[⤓ Download template](https://github.com/mc2-center/data-models/raw/main/templates/FileView.csv) | ||
|
||
{{ read_csv('file/template.csv') }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[⤓ Download template](https://github.com/mc2-center/data-models/raw/main/templates/Study.csv) | ||
|
||
{{ read_csv('study/template.csv') }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
List of standard terms for the [Dataset Sharing Plan Model](../model/file.md). | ||
|
||
## Attribute: `File Level` | ||
|
||
<div style="max-height:650px; overflow-x: hidden; overflow-y: auto;"> | ||
|
||
{{ read_csv('shared/processLevel.csv', header=0, names=['Valid Value','Description'], usecols=['Valid Value','Description'], tablefmt='html') }} | ||
|
||
</div> | ||
|
||
|
||
## Attribute: `File Assay` | ||
|
||
<div style="max-height:650px; overflow-x: hidden; overflow-y: auto;"> | ||
|
||
{{ read_csv('shared/assay.csv', header=0, names=['Valid Value','Description'], usecols=['Valid Value','Description'], tablefmt='html') }} | ||
|
||
</div> | ||
|
||
|
||
## Attribute: `File Species` | ||
|
||
<div style="max-height:650px; overflow-x: hidden; overflow-y: auto;"> | ||
|
||
{{ read_csv('shared/dataset_species.csv', header=0, names=['Valid Value','Description'], usecols=['Valid Value','Description'], tablefmt='html') }} | ||
|
||
</div> | ||
|
||
|
||
## Attribute: `File Tumor Type` | ||
|
||
<div style="max-height:650px; overflow-x: hidden; overflow-y: auto;"> | ||
|
||
{{ read_csv('shared/tumorType.csv', header=0, names=['Valid Value','Description'], usecols=['Valid Value','Description'], tablefmt='html') }} | ||
|
||
</div> | ||
|
||
|
||
## Attribute: `File Tissue` | ||
|
||
<div style="max-height:650px; overflow-x: hidden; overflow-y: auto;"> | ||
|
||
{{ read_csv('shared/tissue.csv', header=0, names=['Valid Value','Description'], usecols=['Valid Value','Description'], tablefmt='html') }} | ||
|
||
</div> | ||
|
||
|
||
## Attribute: `File Format` | ||
|
||
<div style="max-height:650px; overflow-x: hidden; overflow-y: auto;"> | ||
|
||
{{ read_csv('shared/dataset_file_format.csv', header=0, names=['Valid Value','Description'], usecols=['Valid Value','Description'], tablefmt='html') }} | ||
|
||
</div> | ||
|
||
|
||
## Attribute: `Data Use Codes` | ||
|
||
<div style="max-height:650px; overflow-x: hidden; overflow-y: auto;"> | ||
|
||
{{ read_csv('shared/duo.csv', header=0, names=['Valid Value','Description'], usecols=['Valid Value','Description'], tablefmt='html') }} | ||
|
||
</div> |
Oops, something went wrong.