<?xml version='1.0' encoding='utf-8'?>
<?xml-stylesheet type="text/xsl" href="/v2/static/oai2.xsl"?>
<OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
  <responseDate>2026-06-20T05:10:17Z</responseDate>
  <request identifier="oai:figshare.com:article/11907687" metadataPrefix="oai_datacite" verb="GetRecord">https://api.figshare.com/v2/oai</request>
  <GetRecord>
    <record>
      <header>
        <identifier>oai:figshare.com:article/11907687</identifier>
        <datestamp>2020-02-28T14:56:07Z</datestamp>
        <setSpec>category_24319</setSpec>
        <setSpec>portal_549</setSpec>
        <setSpec>item_type_3</setSpec>
        <setSpec>month_year_02_2020</setSpec>
      </header>
      <metadata>
        <resource xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.3/metadata.xsd">
          <identifier identifierType="DOI">10.5522/04/11907687.v1</identifier>
          <alternateIdentifiers>
            <alternateIdentifier alternateIdentifierType="URL">https://figshare.com/articles/dataset/Mouse_Platelet_Dataset/11907687</alternateIdentifier>
          </alternateIdentifiers>
          <relatedIdentifiers>
            <relatedIdentifier relatedIdentifierType="URL" relationType="HasPart">https://ndownloader.figshare.com/files/21837543</relatedIdentifier>
            <relatedIdentifier relatedIdentifierType="URL" relationType="HasPart">https://ndownloader.figshare.com/files/21838692</relatedIdentifier>
            <relatedIdentifier relatedIdentifierType="URL" relationType="References">http://dx.doi.org/10.1038/ng.3595</relatedIdentifier>
          </relatedIdentifiers>
          <creators>
            <creator>
              <creatorName>Mott, Richard</creatorName>
              <givenName>Richard</givenName>
              <familyName>Mott</familyName>
            </creator>
          </creators>
          <titles>
            <title><![CDATA[Mouse Platelet Dataset]]></title>
          </titles>
          <subjects>
            <subject>Genetics not elsewhere classified</subject>
            <subject>genotypes</subject>
            <subject>phenotypes</subject>
            <subject>mouse</subject>
            <subject>platelets</subject>
            <subject>Genetics</subject>
          </subjects>
          <dates>
            <date dateType="Created">2020-02-28</date>
            <date dateType="Updated">2023-05-31</date>
          </dates>
          <resourceType resourceTypeGeneral="Dataset">Dataset</resourceType>
          <publicationYear>2020</publicationYear>
          <publisher>University College London</publisher>
          <rightsList>
            <rights rightsURI="https://creativecommons.org/publicdomain/zero/1.0/" rightsIdentifier="CC0"/>
            <rights rightsURI="http://purl.org/coar/access_right/c_abf2" rightsIdentifier="open access"/>
          </rightsList>
          <descriptions>
            <description descriptionType="Abstract"><![CDATA[<div>Genotypes and phenotypes of 1329 mice and 19877 SNPs from (Nicod et al. Nature Genetics 2016) for platelet counts on mouse chromosome 11</div><div><br></div><div>Data are formatted as a binary RData list object.</div><div>After downloading the data can be read into R using the command</div><div><br></div><div>> load("chr11.PLT.Rdata")</div><div><br></div><div>which will load a list object called "D" with the following structure:<br></div><div><br></div><div><p>> str(D)</p>
<p>List of 6</p>
<p> $ y      : num [1:1329, 1] 0.7878 2.2329 -0.3572 -0.6059 -0.0768 ...</p>
<p>  ..- attr(*, "dimnames")=List of 2</p>
<p>  .. ..$ : chr [1:1329] "Q_CFW-SW/100.0a" "Q_CFW-SW/100.0c" "Q_CFW-SW/100.0d" "Q_CFW-SW/100.0e" ...</p>
<p>  .. ..$ : NULL</p>
<p>  ..- attr(*, "scaled:center")= num 4.08</p>
<p>  ..- attr(*, "scaled:scale")= num 253</p>
<p>  ..- attr(*, "names")= chr [1:1329] "Q_CFW-SW/100.0a" "Q_CFW-SW/100.0c" "Q_CFW-SW/100.0d" "Q_CFW-SW/100.0e" ...</p>
<p> $ geno   : num [1:1329, 1:19877] 0.404 0.365 0.338 -0.614 0.345 ...</p>
<p>  ..- attr(*, "dimnames")=List of 2</p>
<p>  .. ..$ : chr [1:1329] "Q_CFW-SW/100.0a" "Q_CFW-SW/100.0c" "Q_CFW-SW/100.0d" "Q_CFW-SW/100.0e" ...</p>
<p>  .. ..$ : NULL</p>
<p> $ cov    : num [1:1329, 1] 0 0 0 0 0 0 0 0 0 0 ...</p>
<p>  ..- attr(*, "dimnames")=List of 2</p>
<p>  .. ..$ : NULL</p>
<p>  .. ..$ : chr "intercept"</p>
<p> $ map    :'data.frame':19877 obs. of  4 variables:</p>
<p>  ..$ CHR: Factor w/ 1 level "chr11": 1 1 1 1 1 1 1 1 1 1 ...</p>
<p>  ..$ POS: int [1:19877] 3200246 3205355 3218908 3414044 3460427 3462290 3462323 3462325 3462348 3464016 ...</p>
<p>  ..$ REF: Factor w/ 4 levels "A","C","G","T": 3 4 1 1 2 1 1 4 4 1 ...</p>
<p>  ..$ ALT: Factor w/ 4 levels "A","C","G","T": 1 2 2 3 4 4 4 1 2 4 ...</p>
<p> $ maf    : num [1:19877] 0.0511 0.0476 0.0579 0.0428 0.0389 ...</p>
<p> $ kinship: num [1:1329, 1:1329] 0.9969 -0.0567 -0.0784 0.855 0.0051 ...</p>
<p>  ..- attr(*, "dimnames")=List of 2</p>
<p>  .. ..$ : chr [1:1329] "Q_CFW-SW/100.0a" "Q_CFW-SW/100.0c" "Q_CFW-SW/100.0d" "Q_CFW-SW/100.0e" ...</p>
<p>  .. ..$ : chr [1:1329] "Q_CFW-SW/100.0a" "Q_CFW-SW/100.0c" "Q_CFW-SW/100.0d" "Q_CFW-SW/100.0e" ...</p>
<p>> </p></div><div><br></div>]]></description>
          </descriptions>
        </resource>
      </metadata>
    </record>
  </GetRecord>
</OAI-PMH>
