-
Reclassify 'stem cell marker process'. It is really a kind of assay (see cytometry assay: OBI_0001977).
That has outputs information about gene or protein expression.
Need to work out details about …
-
editor preferred term: Cell Reprogramming
alternative terms: Reprogramming, Cellular reprogramming
textual definition: Is a planned process with an objective of transforming one adult somatic cell t…
-
```
What steps will reproduce the problem?
1. use wad serializer in Py2.7 and Dj1.3, serializing model with e.g. field
'name' which has value that is beyond ascii (e.g. name = u'täst'), have
ensure…
-
```
What steps will reproduce the problem?
1. use wad serializer in Py2.7 and Dj1.3, serializing model with e.g. field
'name' which has value that is beyond ascii (e.g. name = u'täst'), have
ensure…
-
-
I've added the Sample Collection chapter. It is currently just a place holder, but I'm going to add information about collecting samples for DNA, RNA, and microbiome (maybe). @sdhutchins I'm also go…
-
For some reason it may be unfavorable to create separate encoder and decoder instances, e.g. if you have a piece of hardware with en/decoder on the board and the communication is flowing over one sing…
-
Given the following code
```C
static const varying int shuffle_color_mask = { 0, 1, 2, 3, 0, 1, 2, 3, 0, 1, 2, 3, 0, 1, 2, 3 };
````
Compiled with `-O2 --target=sse4.2-i16x8` gives the following er…
emoon updated
2 weeks ago
-
Currently, looking up which studies contributed to a RAV requires something like the following:
```r
> ravc2 colData(ravc2)[colData(ravc2)$RAV == "RAV272", "studies"]
$Cl4764_272
[1] "ERP02097…
-
Hi,
I am a Human Genetics PhD student in South Africa and we are doing a project looking at CNVs in Sub-Saharan African individuals. We have run GenomeSTRiP on ~1000 samples and looking at the output…