WS229 Models.wrm

From WormBaseWiki
Jump to navigationJump to search

Back

Models Tagged for WS229

This cycle we see 4 simple changes/additions to the core models file.

Model Changes

Additions:


?Strain

          Sample_history Text
          Date_first_frozen UNIQUE DateType


?Gene/?CDS/?Pseudogene/?Transcript

              RNASeq_FPKM  ?Life_stage  Float  #Evidence

FPKM is the cufflinks measure of RNASeq transcript abundance - "Fragments Per Kilobase of exon per Million fragments mapped". Is like RPKM, but makes a correction for when using paired-reads.



Modifications:


?Sequence Allowing for easier updating of values as you only need to load the new values and don't have to worry about removing old values.

                       Checksum MD5 Text     //checksums should only be created for an upper-cased sequence.
                                CRC64 Text   //checksums should only be created for an upper-cased sequence.

---

                       Checksum MD5 UNIQUE Text     //checksums should only be created for an upper-cased sequence.
                                CRC64 UNIQUE Text   //checksums should only be created for an upper-cased sequence.

?Transcript

                       Brief_identification UNIQUE Text                           // [020306 kj]

---

                       Brief_identification UNIQUE ?Text

Cosmetic change to allow ACeDB code to dump the data stored in this tag correctly.