-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
97 lines (97 loc) · 3.24 KB
/
codemeta.json
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"type": "SoftwareSourceCode",
"applicationCategory": "Bioinformatics",
"codeRepository": "https://github.com/SPARC-FAIR-Codeathon/2024-team-7",
"contributor": [
{
"id": "https://orcid.org/0009-0004-1527-5864",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "University of Texas at Austin"
},
"email": "mahithsimham@gmail.com",
"familyName": "Simhambhatla",
"givenName": "Mahitha"
},
{
"id": "https://orcid.org/0009-0000-5129-4334",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "University of Texas at Austin"
},
"email": "rainacpatel04@gmail.com",
"familyName": "Patel",
"givenName": "Raina"
},
{
"id": "https://orcid.org/0000-0002-2316-453X",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Stanford University"
},
"email": "msamdars@stanford.edu",
"familyName": "Samdarshi",
"givenName": "Mihir"
},
{
"id": "https://orcid.org/0000-0003-2829-8032",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "California Medical Innovations Institute"
},
"email": "ssoundarajan@calmi2.org",
"familyName": "Soundarajan",
"givenName": "Sanjay"
},
{
"id": "https://orcid.org/0009-0004-4518-8593",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "University of Central Florida"
},
"email": "thinue2@logicaliron.com",
"familyName": "Bratton",
"givenName": "Ayla"
},
{
"id": "_:contributor_6",
"type": "Person",
"email": "vardaanbhat@gmail.com",
"familyName": "Bhat",
"givenName": "Vardaan"
}
],
"dateCreated": "2024-08-10",
"dateModified": "2024-08-12",
"datePublished": "2024-08-12",
"description": "An all-in-one gene expression visualization utility integratable with o²S²PARC. Using sPARcRNA__Viz, researchers can create an interactive t-SNE from single-cell RNA-sequencing data, as well as perform in silico GSEA analysis to determine the most highly expressed genes. From these statistically significant genes, researchers can determine potential gene ontologies arising from their sample(s).",
"identifier": "10.5281/zenodo.13308297",
"keywords": [
"single-cell RNA",
"differential gene expression",
"tSNE"
],
"license": "https://spdx.org/licenses/MIT",
"name": "sPARcRNA_Viz",
"operatingSystem": [
"Windows",
"macOS"
],
"programmingLanguage": [
"Python 3",
"R",
"JavaScript",
"Vue",
"TypeScript",
"Astro",
"CSS",
"HTML"
],
"version": "1.0.0"
}