<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to cnv</title><link>https://sourceforge.net/p/cellx/wiki/cnv/</link><description>Recent changes to cnv</description><atom:link href="https://sourceforge.net/p/cellx/wiki/cnv/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 05 Aug 2015 18:37:30 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/cellx/wiki/cnv/feed" rel="self" type="application/rss+xml"/><item><title>cnv modified by Keith Ching</title><link>https://sourceforge.net/p/cellx/wiki/cnv/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -14,3 +14,14 @@
 | assembly | int(10) unsigned | NO   |     | 0       |       | 
 +----------+------------------+------+-----+---------+-------+
 ~~~~
+
+sample is the name of the sample. Unfortunately, this was the first table built when CELLX was a CNV database.  The sample is largely the same for cell lines in the cells table and contains no spaces for cell line names.  However, subsequent GSE and TCGA datasets have appended meta information to the sample name and thus searching for particular samples that are not cell lines is problematic.  Needs to be refactored to use the cells table and cellid primary key.
+
+source is the dataset source.  Similar to sample, the source needs to be refactored to use the source table primary key.  Parts of the codebase use the suffix 'HG19' appended to the source as the indication to map the CNV segments to the hg19 assembly whereas mapping to the hg18 assembly is the default.
+
+chr is the chromosome number. 23 = X.  chrY is not called.
+start = start position of the CNV segment
+end = end position of the CNV segment
+mean = mean log2R of the CNV segment
+snpnum = number of probes which comprise the CNV segment
+assembly = 18 or 19 ( ie. hg18 or hg19)  Most of the data is in hg18, but some data derived from non-SNP6 chips were called in hg19.  This affects how segments are mapped to genes.  18 segments are mapped using the hg18 table. 19 segments are mapped using the hg19 table.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Keith Ching</dc:creator><pubDate>Wed, 05 Aug 2015 18:37:30 -0000</pubDate><guid>https://sourceforge.net24beb5da2a555af42545eaee3446fed481619a81</guid></item><item><title>cnv modified by Keith Ching</title><link>https://sourceforge.net/p/cellx/wiki/cnv/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,4 +1,5 @@
 [Schema]
+
 ~~~~
 +----------+------------------+------+-----+---------+-------+
 | Field    | Type             | Null | Key | Default | Extra |
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Keith Ching</dc:creator><pubDate>Wed, 05 Aug 2015 18:28:11 -0000</pubDate><guid>https://sourceforge.net3dc11742b7209e475e2644b5bdcbe3f3a650a273</guid></item><item><title>cnv modified by Keith Ching</title><link>https://sourceforge.net/p/cellx/wiki/cnv/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,4 +1,4 @@
-[schema]
+[Schema]
 ~~~~
 +----------+------------------+------+-----+---------+-------+
 | Field    | Type             | Null | Key | Default | Extra |
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Keith Ching</dc:creator><pubDate>Wed, 05 Aug 2015 18:27:54 -0000</pubDate><guid>https://sourceforge.net6758c67eb3feb2e60bf1b784074953f011f5262b</guid></item><item><title>cnv modified by Keith Ching</title><link>https://sourceforge.net/p/cellx/wiki/cnv/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,3 +1,4 @@
+[schema]
 ~~~~
 +----------+------------------+------+-----+---------+-------+
 | Field    | Type             | Null | Key | Default | Extra |
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Keith Ching</dc:creator><pubDate>Wed, 05 Aug 2015 18:27:43 -0000</pubDate><guid>https://sourceforge.net3f2271f66cdc224d4855887a80239e30f11fc9ca</guid></item><item><title>cnv modified by Keith Ching</title><link>https://sourceforge.net/p/cellx/wiki/cnv/</link><description>&lt;div class="markdown_content"&gt;&lt;div class="codehilite"&gt;&lt;pre&gt;+----------+------------------+------+-----+---------+-------+
| Field    | Type             | Null | Key | Default | Extra |
+----------+------------------+------+-----+---------+-------+
| sample   | char(100)        | NO   | PRI |         |       | 
| source   | char(100)        | NO   | PRI |         |       | 
| chr      | int(10) unsigned | NO   | PRI | 0       |       | 
| start    | int(10) unsigned | NO   | PRI | 0       |       | 
| end      | int(10) unsigned | NO   |     | 0       |       | 
| mean     | float(4,2)       | NO   |     | 0.00    |       | 
| snpnum   | int(10) unsigned | NO   |     | 0       |       | 
| assembly | int(10) unsigned | NO   |     | 0       |       | 
+----------+------------------+------+-----+---------+-------+
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Keith Ching</dc:creator><pubDate>Wed, 05 Aug 2015 18:27:24 -0000</pubDate><guid>https://sourceforge.netc136e2ec7c16b4dfa1928938ffdc902ab4ea7d39</guid></item></channel></rss>