Last active
August 9, 2016 05:35
-
-
Save inutano/02595e9437b1c90b7bd5d51e4b2a5de1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@prefix dcterms: <http://purl.org/dc/terms/> . | |
@prefix foaf: <http://xmlns.com/foaf/0.1/> . | |
@prefix pav: <http://purl.org/pav/> . | |
@prefix quanto: <http://purl.jp/bio/01/quanto/resource/> . | |
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | |
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
@prefix sos: <http://purl.jp/bio/01/quanto/ontology/sos#> . | |
@prefix uo: <http://purl.obolibrary.org/obo/> . | |
quanto:DRR000001_1_fastqc a sos:SequenceStatisticsReport; | |
sos:encoding "Sanger / Illumina 1.9"; | |
sos:fastqcVersion "0.10.0"; | |
sos:fileType "Conventional base calls"; | |
sos:filename "DRR000001_1.fastq.bz2"; | |
sos:filteredSequences [ | |
a sos:SequenceReadAmount; | |
sos:hasUnit uo:UO_0000244; | |
rdf:value 0 | |
]; | |
sos:maxSequenceLength [ | |
a sos:SequenceReadLength; | |
sos:hasUnit uo:UO_0000244; | |
rdf:value 36 | |
]; | |
sos:meanSequenceLength [ | |
a sos:SequenceReadLength; | |
sos:hasUnit uo:UO_0000244; | |
rdf:value 3.6e1 | |
]; | |
sos:medianSequenceLength [ | |
a sos:SequenceReadLength; | |
sos:hasUnit uo:UO_0000244; | |
rdf:value 3.6e1 | |
]; | |
sos:minSequenceLength [ | |
a sos:SequenceReadLength; | |
sos:hasUnit uo:UO_0000244; | |
rdf:value 36 | |
]; | |
sos:overallMeanBaseCallQuality [ | |
a sos:PhredQualityScore; | |
sos:hasUnit uo:UO_0000189; | |
rdf:value 1.980896960412526e1 | |
]; | |
sos:overallMedianBaseCallQuality [ | |
a sos:PhredQualityScore; | |
sos:hasUnit uo:UO_0000189; | |
rdf:value 1.833756494981023e1 | |
]; | |
sos:overallNContent [ | |
a sos:BaseRatio; | |
sos:hasUnit uo:UO_0000187; | |
rdf:value 4.762823351041332e-3 | |
]; | |
sos:percentGC [ | |
a sos:BaseRatio; | |
sos:hasUnit uo:UO_0000187; | |
rdf:value 4.3e1 | |
]; | |
sos:totalSequences [ | |
a sos:SequenceReadAmount; | |
sos:hasUnit uo:UO_0000244; | |
rdf:value 9948108 | |
]; | |
dcterms:contributor "Tazro Ohta", | |
"Shuichi Kawashima"; | |
dcterms:created "2016-07-08"; | |
dcterms:identifier "DRR000001_1_fastqc"; | |
dcterms:license <http://creativecommons.org/licenses/by-sa/4.0/>; | |
dcterms:publisher <http://dbcls.rois.ac.jp/>; | |
pav:version "0.1.2"; | |
rdfs:seeAlso <http://identifiers.org/insdc.sra/DRR000001>; | |
foaf:page <http://quanto.dbcls.jp> . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment