-
Currently columns are ordered based on the schema definition, placing all unconditionally required columns first. However, the order of the conditionally required columns does not reflect their relati…
-
## Curated
+ HumanMetagenomeDB
+ Description: HumanMetagenomeDB version 1.0 contains metadata of 69 822 metagenomes. We standardized 203 attributes, based on standardized ontologies, describing …
-
Currently we have data model dependencies requiring attributes depending on selected values for other attributes. However, another use case is restricting the values that can be selected for one attri…
-
Some questions
* Will FACS sorting disturb RNA?
* How should we preserve the cells post-sorting and pre-RNA isolation?
* How should we isolate RNA?
* What markers should we sort on?
-
**Describe the problem in content**
NAACCR Values (and maybe some other concept classes) have a concept code designed in a pre-coordinated way which means they're pre-coordinated entities. Their name…
-
Wanted to follow up with a question we discussed offline about [AEOLUS data](http://www.nature.com/articles/sdata201626), which describe adverse drug reactions (ADRs), using meddra terms to codify the…
-
Suggested by @jzazo
Paper: https://www.nature.com/articles/s41598-018-37638-9
Code: https://github.com/zhaoxuanma/Deeplearning-digital-pathology
Dataset: https://www.nature.com/articles/s41598-018…
-
There are so many readings I should probably consider adding...
-
http://www.edweek.org/media/25common_2c.pdf
-
```sql
select CATEGORY_URI, GROUP_CONCAT(distinct CATEGORY)
from CHARACTERISTIC
where CATEGORY_URI is not null
group by CATEGORY_URI
having count(distinct CATEGORY) > 1;
```
```sql
select VA…