This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMC2_core.Rmd
83 lines (53 loc) · 2.77 KB
/
MC2_core.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
---
title: "MC2 Data Landscape Survey"
author: "Sage Bionetworks"
date: "12/9/2022"
output:
html_document:
css: style.css
includes:
in_header: header.html
in_footer: footer.html
pdf_document: default
params:
dsp_core_config: dsp_core_config.yml
data: "../../../../../tests/test.json" # required if rendering to PDF
---
```{r echo=FALSE, message=FALSE}
suppressPackageStartupMessages(library(formd))
load(file = "formd-mc2.RData")
.F <- formInputContext(params$dsp_core_config, params$data)
```
## Project Details
**Project Title** `r RIA(.F$projectTitle)`
**Project Description** `r RIA(.F$projectDescription)`
**Project Grant Number** `r RIA(.F$projectGrantId)`
**Name of Principal Investigator** `r RIA(.F$projectPI)`
**Email Address of Principal Investigator** `r RIA(.F$projectPIEmail)`
**Name of Point of Contact (Data Coordinator)** `r RIA(.F$projectPOC)`
**Email Address of Point of Contact** `r RIA(.F$projectPOCEmail)`
**Name of Institution** `r RIA(.F$projectInstitution)`
**Project End Date** `r RIA(.F$projectEndDate)`
## Resource sharing details
To help Sage Bionetworks understand how we can support your resource sharing efforts, please provide the information requested below concerning the resources to be shared.
### Directions for survey
**Type your answers into the table cells below. Controlled fields will display terms we have on file when you begin typing. You are not required to select a term from this list if a suitable entry is not currently available. For each assay, tool, or model, please add a separate row to the corresponding table.**
### Datasets
#### Fields:
- **Assay**: Controlled field; the assay used to generate the dataset that will be shared
- **Format**: Controlled field; the format used to store the shared data
- **Sample count**: The number of samples for which data will be shared. For single cell experiments, each cell should be counted as a single sample.
- **Species**: Controlled field; the species of origin for the dataset being shared. _Human-derived data may require specific resource sharing considerations._
- **Data repository**: Name of the storage service where data will be housed.
- **Planned upload date**: The date by which you plan to upload data to the identified repository.
<!-- Deposit table starts here -->
#### Dataset information {#deposits}
`r RIA(.F$datasetTable)`
### Tools and computational models
#### Fields:
- **Function**: Controlled field; the primary functionality of the computational tool or model.
- **Type**: Controlled field; how the tool or model has been implemented for access by other users.
- **Topic**: Controlled field; general scientific domain the software or model serves.
#### Computational tool or model information {#tools}
`r RIA(.F$toolTable)`
`r RIA(.F$dspCoreVersion)`