Mercurial > repos > davidecangelosi > pipe_t
changeset 30:30ab487171ab draft
planemo upload for repository https://github.com/igg-molecular-biology-lab/pipe-t.git commit 488b3c091e8bf80f741a3e46b929427f1658ba3a-dirty
line wrap: on
line diff
--- a/README.md Thu Jun 06 12:01:47 2019 -0400 +++ b/README.md Thu Oct 10 04:24:43 2019 -0400 @@ -92,11 +92,17 @@ Docker images are "read-only", all your changes inside one session will be lost after restart. This mode is useful to present Galaxy to your colleagues or to run workshops with it. To install Tool Shed repositories or to save your data you need to export the calculated data to the host computer. -Run this command setting your local landing path (`/host/path/targetfolder/`): +Run this command: ``` -docker run -d -p 8080:80 \ + docker create -v /export \ + --name pipe-t-store \ + davidecangelosi/galaxy-pipe-t \ + /bin/true +``` +and then run: +``` docker run -d -p 21:21/tcp -p 443:443/tcp -p 80:80/tcp -p 8800:8800/tcp -p 9002:9002/tcp \ - -v /host/path/targetfolder/:/export/ \ + --volumes-from pipe-t-store \ davidecangelosi/galaxy-pipe-t:latest ``` @@ -161,7 +167,7 @@ ### Example application <a name="first-example" /> [[toc]](#toc) -In this example, we will show you how to perform a simple analysis with PIPE-T on mCRC data. We have chosen the 53 metastatic colorectal cancer study that we presented in our manuscript. +In this example, we will show you how to perform a simple analysis with PIPE-T on mCRC data. We have chosen the 53 metastatic colorectal cancer study whose gene expression profile was available in the Gene Expression Omnibus with accession GSE52513. The top rows relative to an example file of a hypothetical ListOfFile is reported in the table below. Note that file contains data about the type of the file, dates and any other relevant information about the experiment.
--- a/pipe-t.xml Thu Jun 06 12:01:47 2019 -0400 +++ b/pipe-t.xml Thu Oct 10 04:24:43 2019 -0400 @@ -1,310 +1,344 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <tool id="pipe-t" name="PIPE-T" version="1.0" hidden="false"> -<description>A tool for analyzing RTqPCR expression data </description> -<requirements> - <requirement type="package" version="3.5.0">r-base</requirement> - <requirement type="package" version="7.2.0">libgcc</requirement> - <requirement type="package" version="1.36.0">bioconductor-htqpcr</requirement> - <requirement type="package" version="3.8.0">bioconductor-rankprod</requirement> - <requirement type="package" version="1.56.0">bioconductor-impute</requirement> -<requirement type="package" version="1.11.0">r-bbmisc</requirement> -<requirement type="package" version="1.8.4">r-psych</requirement> -<requirement type="package" version="1.8_3">r-zoo</requirement> -<requirement type="package" version="1.28.0">bioconductor-normqpcr </requirement> -</requirements> -<stdio> - <exit_code range="1:" /> -</stdio> -<command> - <![CDATA[ - #for $input in $dp.list_files - ln -sf '$input' '$__tool_directory__/Symlink/${input.element_identifier}'; + <description>A tool for analyzing RTqPCR expression data</description> + <requirements> + <requirement type="package" version="3.5">r-base</requirement> + <requirement type="package" version="1.36.0">bioconductor-htqpcr</requirement> + <requirement type="package" version="3.8.0">bioconductor-rankprod</requirement> + <requirement type="package" version="1.56.0">bioconductor-impute</requirement> + <requirement type="package" version="1.11.0">r-bbmisc</requirement> + <requirement type="package" version="1.8.4">r-psych</requirement> + <requirement type="package" version="1.8_3">r-zoo</requirement> + <requirement type="package" version="1.28.0">bioconductor-normqpcr</requirement> + </requirements> + <command detect_errors="exit_code"><![CDATA[#for $input in $dp.list_files + ln -sf '$input' '$__tool_directory__/Symlink/${input.element_identifier}'&& #end for - #if str( $dn.condNorm.normMethod ) == "deltaCt": - #if str( $dn.condNorm.deltamethod.format ) == "userdefined": - #if str( $df.condImpute.format ) == "mestdagh" or str( $df.condImpute.format ) == "mean" or str( $df.condImpute.format ) == "median" or str( $df.condImpute.format ) == "cubic": - #if str( $de.condDEA.method ) == "ttest": - Rscript $__tool_directory__/pipe-t.R $dp.files "$dp.formatFile" $dp.n $galaxy_output1 "$__tool_directory__/Symlink" $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod "$dn.condNorm.deltamethod.format" "$dn.condNorm.deltamethod.normalizers" $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $galaxy_output6 $de.condDEA.method $de.condDEA.alternative $de.condDEA.paired $de.condDEA.replicates $de.condDEA.sort $de.condDEA.stringent $de.condDEA.padjust $galaxy_output7 "$df.filtname"; + #if str( $dn.condNorm.normMethod ) == 'deltaCt': + #if str( $dn.condNorm.deltamethod.format ) == 'userdefined': + #if str( $df.condImpute.format ) == 'mestdagh' or str( $df.condImpute.format ) == 'mean' or str( $df.condImpute.format ) == 'median' or str( $df.condImpute.format ) == 'cubic': + #if str( $de.condDEA.method ) == 'ttest': + Rscript $__tool_directory__/pipe-t.R $dp.files '$dp.formatFile' $dp.n $galaxy_output1 '$__tool_directory__/Symlink' $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod '$dn.condNorm.deltamethod.format' '$dn.condNorm.deltamethod.normalizers' $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $galaxy_output6 $de.condDEA.method $de.condDEA.alternative $de.condDEA.paired $de.condDEA.replicates $de.condDEA.sort $de.condDEA.stringent $de.condDEA.padjust $galaxy_output7 '$df.filtname'; #end if - #if str( $de.condDEA.method ) == "wtest": - Rscript $__tool_directory__/pipe-t.R $dp.files "$dp.formatFile" $dp.n $galaxy_output1 "$__tool_directory__/Symlink" $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod "$dn.condNorm.deltamethod.format" "$dn.condNorm.deltamethod.normalizers" $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $galaxy_output6 $de.condDEA.method $de.condDEA.alternative $de.condDEA.paired $de.condDEA.replicates $de.condDEA.sort $de.condDEA.stringent $de.condDEA.padjust $galaxy_output7 "$df.filtname"; + #if str( $de.condDEA.method ) == 'wtest': + Rscript $__tool_directory__/pipe-t.R $dp.files '$dp.formatFile' $dp.n $galaxy_output1 '$__tool_directory__/Symlink' $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod '$dn.condNorm.deltamethod.format' '$dn.condNorm.deltamethod.normalizers' $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $galaxy_output6 $de.condDEA.method $de.condDEA.alternative $de.condDEA.paired $de.condDEA.replicates $de.condDEA.sort $de.condDEA.stringent $de.condDEA.padjust $galaxy_output7 '$df.filtname'; #end if - #if str( $de.condDEA.method ) == "rp": - Rscript $__tool_directory__/pipe-t.R $dp.files "$dp.formatFile" $dp.n $galaxy_output1 "$__tool_directory__/Symlink" $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod "$dn.condNorm.deltamethod.format" "$dn.condNorm.deltamethod.normalizers" $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $galaxy_output6 $de.condDEA.method $galaxy_output7 "$df.filtname"; + #if str( $de.condDEA.method ) == 'rp': + Rscript $__tool_directory__/pipe-t.R $dp.files '$dp.formatFile' $dp.n $galaxy_output1 '$__tool_directory__/Symlink' $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod '$dn.condNorm.deltamethod.format' '$dn.condNorm.deltamethod.normalizers' $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $galaxy_output6 $de.condDEA.method $galaxy_output7 '$df.filtname'; #end if - #if str( $de.condDEA.method ) == "none": - Rscript $__tool_directory__/pipe-t.R $dp.files "$dp.formatFile" $dp.n $galaxy_output1 "$__tool_directory__/Symlink" $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod "$dn.condNorm.deltamethod.format" "$dn.condNorm.deltamethod.normalizers" $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $galaxy_output6 $de.condDEA.method $galaxy_output7 "$df.filtname"; + #if str( $de.condDEA.method ) == 'none': + Rscript $__tool_directory__/pipe-t.R $dp.files '$dp.formatFile' $dp.n $galaxy_output1 '$__tool_directory__/Symlink' $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod '$dn.condNorm.deltamethod.format' '$dn.condNorm.deltamethod.normalizers' $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $galaxy_output6 $de.condDEA.method $galaxy_output7 '$df.filtname'; #end if #end if - #if str( $df.condImpute.format ) == "knn": - #if str( $de.condDEA.method ) == "ttest": - Rscript $__tool_directory__/pipe-t.R $dp.files "$dp.formatFile" $dp.n $galaxy_output1 "$__tool_directory__/Symlink" $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod "$dn.condNorm.deltamethod.format" "$dn.condNorm.deltamethod.normalizers" $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $df.condImpute.k $df.condImpute.maxp $galaxy_output6 $de.condDEA.method $de.condDEA.alternative $de.condDEA.paired $de.condDEA.replicates $de.condDEA.sort $de.condDEA.stringent $de.condDEA.padjust $galaxy_output7 "$df.filtname"; + #if str( $df.condImpute.format ) == 'knn': + #if str( $de.condDEA.method ) == 'ttest': + Rscript $__tool_directory__/pipe-t.R $dp.files '$dp.formatFile' $dp.n $galaxy_output1 '$__tool_directory__/Symlink' $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod '$dn.condNorm.deltamethod.format' '$dn.condNorm.deltamethod.normalizers' $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $df.condImpute.k $df.condImpute.maxp $galaxy_output6 $de.condDEA.method $de.condDEA.alternative $de.condDEA.paired $de.condDEA.replicates $de.condDEA.sort $de.condDEA.stringent $de.condDEA.padjust $galaxy_output7 '$df.filtname'; #end if - #if str( $de.condDEA.method ) == "wtest": - Rscript $__tool_directory__/pipe-t.R $dp.files "$dp.formatFile" $dp.n $galaxy_output1 "$__tool_directory__/Symlink" $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod "$dn.condNorm.deltamethod.format" "$dn.condNorm.deltamethod.normalizers" $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $df.condImpute.k $df.condImpute.maxp $galaxy_output6 $de.condDEA.method $de.condDEA.alternative $de.condDEA.paired $de.condDEA.replicates $de.condDEA.sort $de.condDEA.stringent $de.condDEA.padjust $galaxy_output7 "$df.filtname"; + #if str( $de.condDEA.method ) == 'wtest': + Rscript $__tool_directory__/pipe-t.R $dp.files '$dp.formatFile' $dp.n $galaxy_output1 '$__tool_directory__/Symlink' $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod '$dn.condNorm.deltamethod.format' '$dn.condNorm.deltamethod.normalizers' $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $df.condImpute.k $df.condImpute.maxp $galaxy_output6 $de.condDEA.method $de.condDEA.alternative $de.condDEA.paired $de.condDEA.replicates $de.condDEA.sort $de.condDEA.stringent $de.condDEA.padjust $galaxy_output7 '$df.filtname'; #end if - #if str( $de.condDEA.method ) == "rp": - Rscript $__tool_directory__/pipe-t.R $dp.files "$dp.formatFile" $dp.n $galaxy_output1 "$__tool_directory__/Symlink" $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod "$dn.condNorm.deltamethod.format" "$dn.condNorm.deltamethod.normalizers" $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $df.condImpute.k $df.condImpute.maxp $galaxy_output6 $de.condDEA.method $galaxy_output7 "$df.filtname"; + #if str( $de.condDEA.method ) == 'rp': + Rscript $__tool_directory__/pipe-t.R $dp.files '$dp.formatFile' $dp.n $galaxy_output1 '$__tool_directory__/Symlink' $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod '$dn.condNorm.deltamethod.format' '$dn.condNorm.deltamethod.normalizers' $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $df.condImpute.k $df.condImpute.maxp $galaxy_output6 $de.condDEA.method $galaxy_output7 '$df.filtname'; #end if - #if str( $de.condDEA.method ) == "none": - Rscript $__tool_directory__/pipe-t.R $dp.files "$dp.formatFile" $dp.n $galaxy_output1 "$__tool_directory__/Symlink" $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod "$dn.condNorm.deltamethod.format" "$dn.condNorm.deltamethod.normalizers" $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $df.condImpute.k $df.condImpute.maxp $galaxy_output6 $de.condDEA.method $galaxy_output7 "$df.filtname"; + #if str( $de.condDEA.method ) == 'none': + Rscript $__tool_directory__/pipe-t.R $dp.files '$dp.formatFile' $dp.n $galaxy_output1 '$__tool_directory__/Symlink' $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod '$dn.condNorm.deltamethod.format' '$dn.condNorm.deltamethod.normalizers' $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $df.condImpute.k $df.condImpute.maxp $galaxy_output6 $de.condDEA.method $galaxy_output7 '$df.filtname'; #end if #end if #end if - #if str( $dn.condNorm.deltamethod.format ) == "genorm": - #if str( $df.condImpute.format ) == "mestdagh" or str( $df.condImpute.format ) == "mean" or str( $df.condImpute.format ) == "median" or str( $df.condImpute.format ) == "cubic": - #if str( $de.condDEA.method ) == "ttest": - Rscript $__tool_directory__/pipe-t.R $dp.files "$dp.formatFile" $dp.n $galaxy_output1 "$__tool_directory__/Symlink" $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod "$dn.condNorm.deltamethod.format" $dn.condNorm.deltamethod.minhkgenorm $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $galaxy_output6 $de.condDEA.method $de.condDEA.alternative $de.condDEA.paired $de.condDEA.replicates $de.condDEA.sort $de.condDEA.stringent $de.condDEA.padjust $galaxy_output7 "$df.filtname"; + #if str( $dn.condNorm.deltamethod.format ) == 'genorm': + #if str( $df.condImpute.format ) == 'mestdagh' or str( $df.condImpute.format ) == 'mean' or str( $df.condImpute.format ) == 'median' or str( $df.condImpute.format ) == 'cubic': + #if str( $de.condDEA.method ) == 'ttest': + Rscript $__tool_directory__/pipe-t.R $dp.files '$dp.formatFile' $dp.n $galaxy_output1 '$__tool_directory__/Symlink' $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod '$dn.condNorm.deltamethod.format' $dn.condNorm.deltamethod.minhkgenorm $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $galaxy_output6 $de.condDEA.method $de.condDEA.alternative $de.condDEA.paired $de.condDEA.replicates $de.condDEA.sort $de.condDEA.stringent $de.condDEA.padjust $galaxy_output7 '$df.filtname'; #end if - #if str( $de.condDEA.method ) == "wtest": - Rscript $__tool_directory__/pipe-t.R $dp.files "$dp.formatFile" $dp.n $galaxy_output1 "$__tool_directory__/Symlink" $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod "$dn.condNorm.deltamethod.format" $dn.condNorm.deltamethod.minhkgenorm $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $galaxy_output6 $de.condDEA.method $de.condDEA.alternative $de.condDEA.paired $de.condDEA.replicates $de.condDEA.sort $de.condDEA.stringent $de.condDEA.padjust $galaxy_output7 "$df.filtname"; + #if str( $de.condDEA.method ) == 'wtest': + Rscript $__tool_directory__/pipe-t.R $dp.files '$dp.formatFile' $dp.n $galaxy_output1 '$__tool_directory__/Symlink' $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod '$dn.condNorm.deltamethod.format' $dn.condNorm.deltamethod.minhkgenorm $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $galaxy_output6 $de.condDEA.method $de.condDEA.alternative $de.condDEA.paired $de.condDEA.replicates $de.condDEA.sort $de.condDEA.stringent $de.condDEA.padjust $galaxy_output7 '$df.filtname'; #end if - #if str( $de.condDEA.method ) == "rp": - Rscript $__tool_directory__/pipe-t.R $dp.files "$dp.formatFile" $dp.n $galaxy_output1 "$__tool_directory__/Symlink" $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod "$dn.condNorm.deltamethod.format" $dn.condNorm.deltamethod.minhkgenorm $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $galaxy_output6 $de.condDEA.method $galaxy_output7 "$df.filtname"; + #if str( $de.condDEA.method ) == 'rp': + Rscript $__tool_directory__/pipe-t.R $dp.files '$dp.formatFile' $dp.n $galaxy_output1 '$__tool_directory__/Symlink' $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod '$dn.condNorm.deltamethod.format' $dn.condNorm.deltamethod.minhkgenorm $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $galaxy_output6 $de.condDEA.method $galaxy_output7 '$df.filtname'; #end if - #if str( $de.condDEA.method ) == "none": - Rscript $__tool_directory__/pipe-t.R $dp.files "$dp.formatFile" $dp.n $galaxy_output1 "$__tool_directory__/Symlink" $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod "$dn.condNorm.deltamethod.format" $dn.condNorm.deltamethod.minhkgenorm $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $galaxy_output6 $de.condDEA.method $galaxy_output7 "$df.filtname"; + #if str( $de.condDEA.method ) == 'none': + Rscript $__tool_directory__/pipe-t.R $dp.files '$dp.formatFile' $dp.n $galaxy_output1 '$__tool_directory__/Symlink' $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod '$dn.condNorm.deltamethod.format' $dn.condNorm.deltamethod.minhkgenorm $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $galaxy_output6 $de.condDEA.method $galaxy_output7 '$df.filtname'; #end if #end if - #if str( $df.condImpute.format ) == "knn": - #if str( $de.condDEA.method ) == "ttest": - Rscript $__tool_directory__/pipe-t.R $dp.files "$dp.formatFile" $dp.n $galaxy_output1 "$__tool_directory__/Symlink" $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod "$dn.condNorm.deltamethod.format" $dn.condNorm.deltamethod.minhkgenorm $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $df.condImpute.k $df.condImpute.maxp $galaxy_output6 $de.condDEA.method $de.condDEA.alternative $de.condDEA.paired $de.condDEA.replicates $de.condDEA.sort $de.condDEA.stringent $de.condDEA.padjust $galaxy_output7 "$df.filtname"; + #if str( $df.condImpute.format ) == 'knn': + #if str( $de.condDEA.method ) == 'ttest': + Rscript $__tool_directory__/pipe-t.R $dp.files '$dp.formatFile' $dp.n $galaxy_output1 '$__tool_directory__/Symlink' $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod '$dn.condNorm.deltamethod.format' $dn.condNorm.deltamethod.minhkgenorm $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $df.condImpute.k $df.condImpute.maxp $galaxy_output6 $de.condDEA.method $de.condDEA.alternative $de.condDEA.paired $de.condDEA.replicates $de.condDEA.sort $de.condDEA.stringent $de.condDEA.padjust $galaxy_output7 '$df.filtname'; #end if - #if str( $de.condDEA.method ) == "wtest": - Rscript $__tool_directory__/pipe-t.R $dp.files "$dp.formatFile" $dp.n $galaxy_output1 "$__tool_directory__/Symlink" $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod "$dn.condNorm.deltamethod.format" $dn.condNorm.deltamethod.minhkgenorm $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $df.condImpute.k $df.condImpute.maxp $galaxy_output6 $de.condDEA.method $de.condDEA.alternative $de.condDEA.paired $de.condDEA.replicates $de.condDEA.sort $de.condDEA.stringent $de.condDEA.padjust $galaxy_output7 "$df.filtname"; + #if str( $de.condDEA.method ) == 'wtest': + Rscript $__tool_directory__/pipe-t.R $dp.files '$dp.formatFile' $dp.n $galaxy_output1 '$__tool_directory__/Symlink' $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod '$dn.condNorm.deltamethod.format' $dn.condNorm.deltamethod.minhkgenorm $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $df.condImpute.k $df.condImpute.maxp $galaxy_output6 $de.condDEA.method $de.condDEA.alternative $de.condDEA.paired $de.condDEA.replicates $de.condDEA.sort $de.condDEA.stringent $de.condDEA.padjust $galaxy_output7 '$df.filtname'; #end if - #if str( $de.condDEA.method ) == "rp": - Rscript $__tool_directory__/pipe-t.R $dp.files "$dp.formatFile" $dp.n $galaxy_output1 "$__tool_directory__/Symlink" $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod "$dn.condNorm.deltamethod.format" $dn.condNorm.deltamethod.minhkgenorm $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $df.condImpute.k $df.condImpute.maxp $galaxy_output6 $de.condDEA.method $galaxy_output7 "$df.filtname"; + #if str( $de.condDEA.method ) == 'rp': + Rscript $__tool_directory__/pipe-t.R $dp.files '$dp.formatFile' $dp.n $galaxy_output1 '$__tool_directory__/Symlink' $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod '$dn.condNorm.deltamethod.format' $dn.condNorm.deltamethod.minhkgenorm $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $df.condImpute.k $df.condImpute.maxp $galaxy_output6 $de.condDEA.method $galaxy_output7 '$df.filtname'; #end if - #if str( $de.condDEA.method ) == "none": - Rscript $__tool_directory__/pipe-t.R $dp.files "$dp.formatFile" $dp.n $galaxy_output1 "$__tool_directory__/Symlink" $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod "$dn.condNorm.deltamethod.format" $dn.condNorm.deltamethod.minhkgenorm $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $df.condImpute.k $df.condImpute.maxp $galaxy_output6 $de.condDEA.method $galaxy_output7 "$df.filtname"; + #if str( $de.condDEA.method ) == 'none': + Rscript $__tool_directory__/pipe-t.R $dp.files '$dp.formatFile' $dp.n $galaxy_output1 '$__tool_directory__/Symlink' $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod '$dn.condNorm.deltamethod.format' $dn.condNorm.deltamethod.minhkgenorm $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $df.condImpute.k $df.condImpute.maxp $galaxy_output6 $de.condDEA.method $galaxy_output7 '$df.filtname'; #end if #end if #end if - #if str( $dn.condNorm.deltamethod.format ) == "normfinder": - #if str( $df.condImpute.format ) == "mestdagh" or str( $df.condImpute.format ) == "mean" or str( $df.condImpute.format ) == "median" or str( $df.condImpute.format ) == "cubic": - #if str( $de.condDEA.method ) == "ttest": - Rscript $__tool_directory__/pipe-t.R $dp.files "$dp.formatFile" $dp.n $galaxy_output1 "$__tool_directory__/Symlink" $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod "$dn.condNorm.deltamethod.format" $dn.condNorm.deltamethod.minhknormfinder $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $galaxy_output6 $de.condDEA.method $de.condDEA.alternative $de.condDEA.paired $de.condDEA.replicates $de.condDEA.sort $de.condDEA.stringent $de.condDEA.padjust $galaxy_output7 "$df.filtname"; + #if str( $dn.condNorm.deltamethod.format ) == 'normfinder': + #if str( $df.condImpute.format ) == 'mestdagh' or str( $df.condImpute.format ) == 'mean' or str( $df.condImpute.format ) == 'median' or str( $df.condImpute.format ) == 'cubic': + #if str( $de.condDEA.method ) == 'ttest': + Rscript $__tool_directory__/pipe-t.R $dp.files '$dp.formatFile' $dp.n $galaxy_output1 '$__tool_directory__/Symlink' $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod '$dn.condNorm.deltamethod.format' $dn.condNorm.deltamethod.minhknormfinder $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $galaxy_output6 $de.condDEA.method $de.condDEA.alternative $de.condDEA.paired $de.condDEA.replicates $de.condDEA.sort $de.condDEA.stringent $de.condDEA.padjust $galaxy_output7 '$df.filtname'; #end if - #if str( $de.condDEA.method ) == "wtest": - Rscript $__tool_directory__/pipe-t.R $dp.files "$dp.formatFile" $dp.n $galaxy_output1 "$__tool_directory__/Symlink" $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod "$dn.condNorm.deltamethod.format" $dn.condNorm.deltamethod.minhknormfinder $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $galaxy_output6 $de.condDEA.method $de.condDEA.alternative $de.condDEA.paired $de.condDEA.replicates $de.condDEA.sort $de.condDEA.stringent $de.condDEA.padjust $galaxy_output7 "$df.filtname"; + #if str( $de.condDEA.method ) == 'wtest': + Rscript $__tool_directory__/pipe-t.R $dp.files '$dp.formatFile' $dp.n $galaxy_output1 '$__tool_directory__/Symlink' $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod '$dn.condNorm.deltamethod.format' $dn.condNorm.deltamethod.minhknormfinder $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $galaxy_output6 $de.condDEA.method $de.condDEA.alternative $de.condDEA.paired $de.condDEA.replicates $de.condDEA.sort $de.condDEA.stringent $de.condDEA.padjust $galaxy_output7 '$df.filtname'; #end if - #if str( $de.condDEA.method ) == "rp": - Rscript $__tool_directory__/pipe-t.R $dp.files "$dp.formatFile" $dp.n $galaxy_output1 "$__tool_directory__/Symlink" $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod "$dn.condNorm.deltamethod.format" $dn.condNorm.deltamethod.minhknormfinder $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $galaxy_output6 $de.condDEA.method $galaxy_output7 "$df.filtname"; + #if str( $de.condDEA.method ) == 'rp': + Rscript $__tool_directory__/pipe-t.R $dp.files '$dp.formatFile' $dp.n $galaxy_output1 '$__tool_directory__/Symlink' $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod '$dn.condNorm.deltamethod.format' $dn.condNorm.deltamethod.minhknormfinder $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $galaxy_output6 $de.condDEA.method $galaxy_output7 '$df.filtname'; #end if - #if str( $de.condDEA.method ) == "none": - Rscript $__tool_directory__/pipe-t.R $dp.files "$dp.formatFile" $dp.n $galaxy_output1 "$__tool_directory__/Symlink" $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod "$dn.condNorm.deltamethod.format" $dn.condNorm.deltamethod.minhknormfinder $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $galaxy_output6 $de.condDEA.method $galaxy_output7 "$df.filtname"; + #if str( $de.condDEA.method ) == 'none': + Rscript $__tool_directory__/pipe-t.R $dp.files '$dp.formatFile' $dp.n $galaxy_output1 '$__tool_directory__/Symlink' $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod '$dn.condNorm.deltamethod.format' $dn.condNorm.deltamethod.minhknormfinder $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $galaxy_output6 $de.condDEA.method $galaxy_output7 '$df.filtname'; #end if #end if - #if str( $df.condImpute.format ) == "knn": - #if str( $de.condDEA.method ) == "ttest": - Rscript $__tool_directory__/pipe-t.R $dp.files "$dp.formatFile" $dp.n $galaxy_output1 "$__tool_directory__/Symlink" $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod "$dn.condNorm.deltamethod.format" $dn.condNorm.deltamethod.minhknormfinder $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $df.condImpute.k $df.condImpute.maxp $galaxy_output6 $de.condDEA.method $de.condDEA.alternative $de.condDEA.paired $de.condDEA.replicates $de.condDEA.sort $de.condDEA.stringent $de.condDEA.padjust $galaxy_output7 "$df.filtname"; + #if str( $df.condImpute.format ) == 'knn': + #if str( $de.condDEA.method ) == 'ttest': + Rscript $__tool_directory__/pipe-t.R $dp.files '$dp.formatFile' $dp.n $galaxy_output1 '$__tool_directory__/Symlink' $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod '$dn.condNorm.deltamethod.format' $dn.condNorm.deltamethod.minhknormfinder $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $df.condImpute.k $df.condImpute.maxp $galaxy_output6 $de.condDEA.method $de.condDEA.alternative $de.condDEA.paired $de.condDEA.replicates $de.condDEA.sort $de.condDEA.stringent $de.condDEA.padjust $galaxy_output7 '$df.filtname'; #end if - #if str( $de.condDEA.method ) == "wtest": - Rscript $__tool_directory__/pipe-t.R $dp.files "$dp.formatFile" $dp.n $galaxy_output1 "$__tool_directory__/Symlink" $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod "$dn.condNorm.deltamethod.format" $dn.condNorm.deltamethod.minhknormfinder $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $df.condImpute.k $df.condImpute.maxp $galaxy_output6 $de.condDEA.method $de.condDEA.alternative $de.condDEA.paired $de.condDEA.replicates $de.condDEA.sort $de.condDEA.stringent $de.condDEA.padjust $galaxy_output7 "$df.filtname"; + #if str( $de.condDEA.method ) == 'wtest': + Rscript $__tool_directory__/pipe-t.R $dp.files '$dp.formatFile' $dp.n $galaxy_output1 '$__tool_directory__/Symlink' $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod '$dn.condNorm.deltamethod.format' $dn.condNorm.deltamethod.minhknormfinder $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $df.condImpute.k $df.condImpute.maxp $galaxy_output6 $de.condDEA.method $de.condDEA.alternative $de.condDEA.paired $de.condDEA.replicates $de.condDEA.sort $de.condDEA.stringent $de.condDEA.padjust $galaxy_output7 '$df.filtname'; #end if - #if str( $de.condDEA.method ) == "rp": - Rscript $__tool_directory__/pipe-t.R $dp.files "$dp.formatFile" $dp.n $galaxy_output1 "$__tool_directory__/Symlink" $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod "$dn.condNorm.deltamethod.format" $dn.condNorm.deltamethod.minhknormfinder $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $df.condImpute.k $df.condImpute.maxp $galaxy_output6 $de.condDEA.method $galaxy_output7 "$df.filtname"; + #if str( $de.condDEA.method ) == 'rp': + Rscript $__tool_directory__/pipe-t.R $dp.files '$dp.formatFile' $dp.n $galaxy_output1 '$__tool_directory__/Symlink' $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod '$dn.condNorm.deltamethod.format' $dn.condNorm.deltamethod.minhknormfinder $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $df.condImpute.k $df.condImpute.maxp $galaxy_output6 $de.condDEA.method $galaxy_output7 '$df.filtname'; #end if - #if str( $de.condDEA.method ) == "none": - Rscript $__tool_directory__/pipe-t.R $dp.files "$dp.formatFile" $dp.n $galaxy_output1 "$__tool_directory__/Symlink" $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod "$dn.condNorm.deltamethod.format" $dn.condNorm.deltamethod.minhknormfinder $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $df.condImpute.k $df.condImpute.maxp $galaxy_output6 $de.condDEA.method $galaxy_output7 "$df.filtname"; + #if str( $de.condDEA.method ) == 'none': + Rscript $__tool_directory__/pipe-t.R $dp.files '$dp.formatFile' $dp.n $galaxy_output1 '$__tool_directory__/Symlink' $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod '$dn.condNorm.deltamethod.format' $dn.condNorm.deltamethod.minhknormfinder $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $df.condImpute.k $df.condImpute.maxp $galaxy_output6 $de.condDEA.method $galaxy_output7 '$df.filtname'; #end if #end if #end if #else - #if str( $df.condImpute.format ) == "mestdagh" or str( $df.condImpute.format ) == "mean" or str( $df.condImpute.format ) == "median" or str( $df.condImpute.format ) == "cubic": - #if str( $de.condDEA.method ) == "ttest": - Rscript $__tool_directory__/pipe-t.R $dp.files "$dp.formatFile" $dp.n $galaxy_output1 "$__tool_directory__/Symlink" $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $galaxy_output6 $de.condDEA.method $de.condDEA.alternative $de.condDEA.paired $de.condDEA.replicates $de.condDEA.sort $de.condDEA.stringent $de.condDEA.padjust $galaxy_output7 "$df.filtname"; + #if str( $df.condImpute.format ) == 'mestdagh' or str( $df.condImpute.format ) == 'mean' or str( $df.condImpute.format ) == 'median' or str( $df.condImpute.format ) == 'cubic': + #if str( $de.condDEA.method ) == 'ttest': + Rscript $__tool_directory__/pipe-t.R $dp.files '$dp.formatFile' $dp.n $galaxy_output1 '$__tool_directory__/Symlink' $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $galaxy_output6 $de.condDEA.method $de.condDEA.alternative $de.condDEA.paired $de.condDEA.replicates $de.condDEA.sort $de.condDEA.stringent $de.condDEA.padjust $galaxy_output7 '$df.filtname'; #end if - #if str( $de.condDEA.method ) == "wtest": - Rscript $__tool_directory__/pipe-t.R $dp.files "$dp.formatFile" $dp.n $galaxy_output1 "$__tool_directory__/Symlink" $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $galaxy_output6 $de.condDEA.method $de.condDEA.alternative $de.condDEA.paired $de.condDEA.replicates $de.condDEA.sort $de.condDEA.stringent $de.condDEA.padjust $galaxy_output7 "$df.filtname"; + #if str( $de.condDEA.method ) == 'wtest': + Rscript $__tool_directory__/pipe-t.R $dp.files '$dp.formatFile' $dp.n $galaxy_output1 '$__tool_directory__/Symlink' $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $galaxy_output6 $de.condDEA.method $de.condDEA.alternative $de.condDEA.paired $de.condDEA.replicates $de.condDEA.sort $de.condDEA.stringent $de.condDEA.padjust $galaxy_output7 '$df.filtname'; #end if - #if str( $de.condDEA.method ) == "rp": - Rscript $__tool_directory__/pipe-t.R $dp.files "$dp.formatFile" $dp.n $galaxy_output1 "$__tool_directory__/Symlink" $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $galaxy_output6 $de.condDEA.method $galaxy_output7 "$df.filtname"; + #if str( $de.condDEA.method ) == 'rp': + Rscript $__tool_directory__/pipe-t.R $dp.files '$dp.formatFile' $dp.n $galaxy_output1 '$__tool_directory__/Symlink' $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $galaxy_output6 $de.condDEA.method $galaxy_output7 '$df.filtname'; #end if - #if str( $de.condDEA.method ) == "none": - Rscript $__tool_directory__/pipe-t.R $dp.files "$dp.formatFile" $dp.n $galaxy_output1 "$__tool_directory__/Symlink" $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $galaxy_output6 $de.condDEA.method $galaxy_output7 "$df.filtname"; + #if str( $de.condDEA.method ) == 'none': + Rscript $__tool_directory__/pipe-t.R $dp.files '$dp.formatFile' $dp.n $galaxy_output1 '$__tool_directory__/Symlink' $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $galaxy_output6 $de.condDEA.method $galaxy_output7 '$df.filtname'; #end if #end if - #if str( $df.condImpute.format ) == "knn": - #if str( $de.condDEA.method ) == "ttest": - Rscript $__tool_directory__/pipe-t.R $dp.files "$dp.formatFile" $dp.n $galaxy_output1 "$__tool_directory__/Symlink" $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $df.condImpute.k $df.condImpute.maxp $galaxy_output6 $de.condDEA.method $de.condDEA.alternative $de.condDEA.paired $de.condDEA.replicates $de.condDEA.sort $de.condDEA.stringent $de.condDEA.padjust $galaxy_output7 "$df.filtname"; + #if str( $df.condImpute.format ) == 'knn': + #if str( $de.condDEA.method ) == 'ttest': + Rscript $__tool_directory__/pipe-t.R $dp.files '$dp.formatFile' $dp.n $galaxy_output1 '$__tool_directory__/Symlink' $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $df.condImpute.k $df.condImpute.maxp $galaxy_output6 $de.condDEA.method $de.condDEA.alternative $de.condDEA.paired $de.condDEA.replicates $de.condDEA.sort $de.condDEA.stringent $de.condDEA.padjust $galaxy_output7 '$df.filtname'; #end if - #if str( $de.condDEA.method ) == "wtest": - Rscript $__tool_directory__/pipe-t.R $dp.files "$dp.formatFile" $dp.n $galaxy_output1 "$__tool_directory__/Symlink" $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $df.condImpute.k $df.condImpute.maxp $galaxy_output6 $de.condDEA.method $de.condDEA.alternative $de.condDEA.paired $de.condDEA.replicates $de.condDEA.sort $de.condDEA.stringent $de.condDEA.padjust $galaxy_output7 "$df.filtname"; + #if str( $de.condDEA.method ) == 'wtest': + Rscript $__tool_directory__/pipe-t.R $dp.files '$dp.formatFile' $dp.n $galaxy_output1 '$__tool_directory__/Symlink' $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $df.condImpute.k $df.condImpute.maxp $galaxy_output6 $de.condDEA.method $de.condDEA.alternative $de.condDEA.paired $de.condDEA.replicates $de.condDEA.sort $de.condDEA.stringent $de.condDEA.padjust $galaxy_output7 '$df.filtname'; #end if - #if str( $de.condDEA.method ) == "rp": - Rscript $__tool_directory__/pipe-t.R $dp.files "$dp.formatFile" $dp.n $galaxy_output1 "$__tool_directory__/Symlink" $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $df.condImpute.k $df.condImpute.maxp $galaxy_output6 $de.condDEA.method $galaxy_output7 "$df.filtname"; + #if str( $de.condDEA.method ) == 'rp': + Rscript $__tool_directory__/pipe-t.R $dp.files '$dp.formatFile' $dp.n $galaxy_output1 '$__tool_directory__/Symlink' $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $df.condImpute.k $df.condImpute.maxp $galaxy_output6 $de.condDEA.method $galaxy_output7 '$df.filtname'; #end if - #if str( $de.condDEA.method ) == "none": - Rscript $__tool_directory__/pipe-t.R $dp.files "$dp.formatFile" $dp.n $galaxy_output1 "$__tool_directory__/Symlink" $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $df.condImpute.k $df.condImpute.maxp $galaxy_output6 $de.condDEA.method $galaxy_output7 "$df.filtname"; + #if str( $de.condDEA.method ) == 'none': + Rscript $__tool_directory__/pipe-t.R $dp.files '$dp.formatFile' $dp.n $galaxy_output1 '$__tool_directory__/Symlink' $dc.Ctmin $dc.Ctmax $dc.flag $galaxy_output2 $dn.condNorm.normMethod $galaxy_output3 $galaxy_output4 $df.percent $galaxy_output5 $df.condImpute.format $df.condImpute.k $df.condImpute.maxp $galaxy_output6 $de.condDEA.method $galaxy_output7 '$df.filtname'; #end if #end if - #end if -]]> -</command> -<inputs> -<section name="dp" title="File uploading and parsing" expanded="true"> - <param name="list_files" type="data_collection" collection_type="list" value="" label="Select a collection list from the history tab" help="Collection should be of category List. "/> - <param name="files" type="data" format="txt" label="Select one of the files from the history tab" help="File should contains only the columns: sampleName and Treatment." /> - <param name="formatFile" type="select" label="Select one of the file formats from the list below." help=""> - <option value="EDS" selected="true">EDS</option> - <option value="SDS" >SDS</option> - <option value="OpenArray" >OpenArray</option> - <option value="LightCycler" >LightCycler</option> - <option value="CFX">CFX</option> - <option value="BioMark" >BioMark</option> - <option value="plain">Plain</option> - </param> - <param name="n" type="integer" min="1" max="1000" value="384" label="Type the number of transcripts in your file" /> -</section> -<section name="dc" title="Ct filtering and categorization" expanded="true"> - <param name="Ctmin" type="integer" min="0" max="40" value="14" label="Set up a minimum Ct value" - help="Any Ct below your selected value will be labelled as Unreliable." /> - <param name="Ctmax" type="integer" min="0" max="40" value="32" label="Set up a maximum Ct value" - help="Any Ct above your selected value will be labelled as Unreliable."/> - <param name="flag" type="select" label="Select TRUE if you want that PIPE-T assigns category 'Unreliable' on the basis of FAILURE flag" help="Data in qPCRset objects will have feature categories (Unreliable, Undetermined) assigned to them based on different Ct criteria."> - <option value="TRUE">TRUE</option> - <option value="FALSE">FALSE</option> - </param> -</section> -<section name="dn" title="Normalization" expanded="true"> - <conditional name="condNorm"> - <param name="normMethod" type="select" label="Select one of the normalization methods from the list below." help="Normalization is important to reduce technical variability in the data."> - <option value="globalmean" selected="true">Global mean</option> - <option value="deltaCt">DeltaCt method (housekeeping genes)</option> - <option value="geometric.mean">Modified global mean</option> - <option value="quantile">Quantile</option> - <option value="norm.rankinvariant">Rank invariant</option> - <option value="scale.rankinvariant">Scale rank invariant</option> - </param> - <when value="deltaCt"> - <conditional name="deltamethod"> - <param name="format" type="select" label="Select one of the methods from the list below for selecting normalizers." help=""> - <option value="userdefined" selected="true">User defined</option> - <option value="genorm">geNorm</option> - <option value="normfinder">NormFinder</option> - </param> - <when value="userdefined"> - <param name="normalizers" type="text" label="Type a comma separated list of housekeeping transcripts that will be used as normalizers." value="U6 snRNA-001973"></param> - </when> - <when value="genorm"> - <param name="minhkgenorm" type="integer" label="Type the minimum number of housekeeping transcripts that will be considered by geNorm method." value="2"></param> - </when> - <when value="normfinder"> - <param name="minhknormfinder" type="integer" label="Type the minimum number of housekeeping transcripts that will be considered by NormFinder method." value="1"></param> - </when> - </conditional> - </when> - </conditional> -</section> -<section name="df" title="Transcript filtering and imputation" expanded="true"> - <param name="percent" type="integer" min="0" max="100" value="0" label="Set up a percentage of NAs." - help="Transcripts with more than the specified percentage of NAs across all samples will be removed." /> -<param name="filtname" type="text" label="Type a comma separeted list of transcript identifiers to filter out" help="Transcript identifiers specified in the List will be removed." value="U6 snRNA-001973,hsa-miR-520a"> - </param> - <conditional name="condImpute"> - <param name="format" type="select" label="Select one of the imputation methods from the list below." help=""> - <option value="mestdagh" selected="true">Mestdagh</option> - <option value="knn">K-Nearest Neighbour</option> - <option value="cubic">Cubic Spline</option> - </param> - <when value="knn"> - <param name="k" type="integer" min="1" max="100" value="10" label="Type a number of neighbors to use in the KNN imputation method" /> - <param name="maxp" type="integer" min="1" max="2000" value="1500" label="Type the maximum number of imputed transcripts to use in the KNN method." help="Larger numbers are divided by two-means clustering (recursively) - prior to imputation. "/> - </when> - </conditional> - </section> - <section name="de" title="Differential expression analysis" expanded="true"> - <conditional name="condDEA"> - <param name="method" type="select" label="Select one of the methods from the list below or NONE."> - - <option value="ttest" selected="true">T-test and fold change</option> - <option value="wtest" selected="true"> Two sample Wilcoxon test and fold change</option> - <option value="rp">Rank Product (Only for unpaired data)</option> - <option value="none">NONE</option> - </param> - <when value="ttest"> - <param name="alternative" type="select" label="Select one of the types of alternative hypothesis to assess significance."> - <option value="two.sided" selected="true">Two sided</option> - <option value="greater">Greater</option> - <option value="less">Lower</option> - </param> - <param name="paired" type="select" label="Select TRUE if you want a paired analysis." help="Pairing of samples will follow the order of the sampleNames in the input file"> - <option value="TRUE" >TRUE</option> - <option value="FALSE" selected="true">FALSE</option> - </param> - <param name="replicates" type="select" label="Select TRUE if you have replicated transcripts in your data" help="If replicated transcripts are present in the data, the statistics will be calculated once for each replicated transcript, rather than separately."> - <option value="TRUE" selected="true">TRUE</option> - <option value="FALSE" >FALSE</option> - </param> - <param name="sort" type="select" label="Select TRUE if you want that output file is sorted by increasing order of p-value?" help=""> - <option value="TRUE" selected="true">TRUE</option> - <option value="FALSE" >FALSE</option> - </param> - <param name="stringent" type="select" label="Select TRUE to admit more stringent analysis." help=" If stringent is TRUE any unreliable or undetermined measurements among technical and -biological replicates will result in the final result being Undetermined. If stringent is FALSE result will be OK unless at least half of the Ct values for a given gene are unreliable/undetermined."> - <option value="TRUE" selected="true">TRUE</option> - <option value="FALSE" >FALSE</option> - </param> - <param name="padjust" type="select" label="Select one of the methods for adjusting pvalues in case of multiple hypothesis testing"> - <option value="BH" selected="true">Benjamini-Hochberg</option> - <option value="bonferroni">Bonferroni</option> - </param> - </when> - <when value="wtest"> - <param name="alternative" type="select" label="Select one of the types of alternative hypothesis to assess significance."> - <option value="two.sided" selected="true">Two sided</option> - <option value="greater">Greater</option> - <option value="less">Lower</option> - </param> - <param name="paired" type="select" label="Select TRUE if you want a paired analysis." help="Pairing of samples will follow the order of the sampleNames in the input file"> - <option value="TRUE" >TRUE</option> - <option value="FALSE" selected="true">FALSE</option> - </param> - <param name="replicates" type="select" label="Select TRUE if you have replicated transcripts in your data" help="If replicated transcripts are present in the data, the statistics will be calculated once for each replicated transcript, rather than separately."> - <option value="TRUE" selected="true">TRUE</option> - <option value="FALSE" >FALSE</option> - </param> - <param name="sort" type="select" label="Select TRUE if you want that output file is sorted by increasing order of p-value?" help=""> - <option value="TRUE" selected="true">TRUE</option> - <option value="FALSE" >FALSE</option> - </param> - <param name="stringent" type="select" label="Select TRUE to admit more stringent analysis." help=" If stringent is TRUE any unreliable or undetermined measurements among technical and -biological replicates will result in the final result being Undetermined. If stringent is FALSE result will be OK unless at least half of the Ct values for a given gene are unreliable/undetermined."> - <option value="TRUE" selected="true">TRUE</option> - <option value="FALSE" >FALSE</option> - </param> - <param name="padjust" type="select" label="Select one of the methods for adjusting pvalues in case of multiple hypothesis testing"> - <option value="BH" selected="true">Benjamini-Hochberg</option> - <option value="bonferroni">Bonferroni</option> - </param> - </when> - <when value="rp"> - </when> - </conditional> - </section> -</inputs> -<outputs> - <data format="txt" name="galaxy_output1" label="1_Ct_Raw"/> - <data format="png" name="galaxy_output2" label="2_Boxplot after data categorization"/> - <data format="txt" name="galaxy_output3" label="3_Normalized data"/> - <data format="png" name="galaxy_output4" label="4_ECDF"/> - <data format="png" name="galaxy_output6" label="5_Boxplot after data normalization"/> - <data format="txt" name="galaxy_output5" label="6_Imputed data"/> - <data format="txt" name="galaxy_output7" label="7_Differentially Expressed transcripts"/> -</outputs> - -<help> -<![CDATA[ -**What it does** + #end if]]></command> + <inputs> + <section name="dp" title="File uploading and parsing" expanded="true"> + <param name="list_files" type="data_collection" collection_type="list" value="" label="Select a collection list from the history tab" help="Collection should be of category List. " /> + <param name="files" type="data" format="txt" label="Select one of the files from the history tab" help="File should contains only the columns: sampleName and Treatment." /> + <param name="formatFile" type="select" label="Select one of the file formats from the list below." help=""> + <option value="EDS" selected="true">EDS</option> + <option value="SDS">SDS</option> + <option value="OpenArray">OpenArray</option> + <option value="LightCycler">LightCycler</option> + <option value="CFX">CFX</option> + <option value="BioMark">BioMark</option> + <option value="plain">Plain</option> + </param> + <param name="n" type="integer" min="1" max="1000" value="384" label="Type the number of transcripts in your file" /> + </section> + <section name="dc" title="Ct filtering and categorization" expanded="true"> + <param name="Ctmin" type="integer" min="0" max="40" value="14" label="Set up a minimum Ct value" help="Any Ct below your selected value will be labelled as Unreliable." /> + <param name="Ctmax" type="integer" min="0" max="40" value="32" label="Set up a maximum Ct value" help="Any Ct above your selected value will be labelled as Unreliable." /> + <param name="flag" type="select" label="Select TRUE if you want that PIPE-T assigns category 'Unreliable' on the basis of FAILURE flag" help="Data in qPCRset objects will have feature categories (Unreliable, Undetermined) assigned to them based on different Ct criteria."> + <option value="TRUE">TRUE</option> + <option value="FALSE">FALSE</option> + </param> + </section> + <section name="dn" title="Normalization" expanded="true"> + <conditional name="condNorm"> + <param name="normMethod" type="select" label="Select one of the normalization methods from the list below." help="Normalization is important to reduce technical variability in the data."> + <option value="globalmean" selected="true">Global mean</option> + <option value="deltaCt">DeltaCt method (housekeeping genes)</option> + <option value="geometric.mean">Modified global mean</option> + <option value="quantile">Quantile</option> + <option value="norm.rankinvariant">Rank invariant</option> + <option value="scale.rankinvariant">Scale rank invariant</option> + </param> + <when value="deltaCt"> + <conditional name="deltamethod"> + <param name="format" type="select" label="Select one of the methods from the list below for selecting normalizers." help=""> + <option value="userdefined" selected="true">User defined</option> + <option value="genorm">geNorm</option> + <option value="normfinder">NormFinder</option> + </param> + <when value="userdefined"> + <param name="normalizers" type="text" label="Type a comma separated list of housekeeping transcripts that will be used as normalizers." value="U6 snRNA-001973" /> + </when> + <when value="genorm"> + <param name="minhkgenorm" type="integer" label="Type the minimum number of housekeeping transcripts that will be considered by geNorm method." value="2" /> + </when> + <when value="normfinder"> + <param name="minhknormfinder" type="integer" label="Type the minimum number of housekeeping transcripts that will be considered by NormFinder method." value="1" /> + </when> + </conditional> + </when> + </conditional> + </section> + <section name="df" title="Transcript filtering and imputation" expanded="true"> + <param name="percent" type="integer" min="0" max="100" value="0" label="Set up a percentage of NAs." help="Transcripts with more than the specified percentage of NAs across all samples will be removed." /> + <param name="filtname" type="text" label="Type a comma separeted list of transcript identifiers to filter out" help="Transcript identifiers specified in the List will be removed." value="U6 snRNA-001973,hsa-miR-520a" /> + <conditional name="condImpute"> + <param name="format" type="select" label="Select one of the imputation methods from the list below." help=""> + <option value="mestdagh" selected="true">Mestdagh</option> + <option value="knn">K-Nearest Neighbour</option> + <option value="cubic">Cubic Spline</option> + </param> + <when value="knn"> + <param name="k" type="integer" min="1" max="100" value="10" label="Type a number of neighbors to use in the KNN imputation method" /> + <param name="maxp" type="integer" min="1" max="2000" value="1500" label="Type the maximum number of imputed transcripts to use in the KNN method." help="Larger numbers are divided by two-means clustering (recursively) prior to imputation. " /> + </when> + </conditional> + </section> + <section name="de" title="Differential expression analysis" expanded="true"> + <conditional name="condDEA"> + <param name="method" type="select" label="Select one of the methods from the list below or NONE."> + <option value="ttest" selected="true">T-test and fold change</option> + <option value="wtest" selected="true">Two sample Wilcoxon test and fold change</option> + <option value="rp">Rank Product (Only for unpaired data)</option> + <option value="none">NONE</option> + </param> + <when value="ttest"> + <param name="alternative" type="select" label="Select one of the types of alternative hypothesis to assess significance."> + <option value="two.sided" selected="true">Two sided</option> + <option value="greater">Greater</option> + <option value="less">Lower</option> + </param> + <param name="paired" type="select" label="Select TRUE if you want a paired analysis." help="Pairing of samples will follow the order of the sampleNames in the input file"> + <option value="TRUE">TRUE</option> + <option value="FALSE" selected="true">FALSE</option> + </param> + <param name="replicates" type="select" label="Select TRUE if you have replicated transcripts in your data" help="If replicated transcripts are present in the data, the statistics will be calculated once for each replicated transcript, rather than separately."> + <option value="TRUE" selected="true">TRUE</option> + <option value="FALSE">FALSE</option> + </param> + <param name="sort" type="select" label="Select TRUE if you want that output file is sorted by increasing order of p-value?" help=""> + <option value="TRUE" selected="true">TRUE</option> + <option value="FALSE">FALSE</option> + </param> + <param name="stringent" type="select" label="Select TRUE to admit more stringent analysis." help=" If stringent is TRUE any unreliable or undetermined measurements among technical and biological replicates will result in the final result being Undetermined. If stringent is FALSE result will be OK unless at least half of the Ct values for a given gene are unreliable/undetermined."> + <option value="TRUE" selected="true">TRUE</option> + <option value="FALSE">FALSE</option> + </param> + <param name="padjust" type="select" label="Select one of the methods for adjusting pvalues in case of multiple hypothesis testing"> + <option value="BH" selected="true">Benjamini-Hochberg</option> + <option value="bonferroni">Bonferroni</option> + </param> + </when> + <when value="wtest"> + <param name="alternative" type="select" label="Select one of the types of alternative hypothesis to assess significance."> + <option value="two.sided" selected="true">Two sided</option> + <option value="greater">Greater</option> + <option value="less">Lower</option> + </param> + <param name="paired" type="select" label="Select TRUE if you want a paired analysis." help="Pairing of samples will follow the order of the sampleNames in the input file"> + <option value="TRUE">TRUE</option> + <option value="FALSE" selected="true">FALSE</option> + </param> + <param name="replicates" type="select" label="Select TRUE if you have replicated transcripts in your data" help="If replicated transcripts are present in the data, the statistics will be calculated once for each replicated transcript, rather than separately."> + <option value="TRUE" selected="true">TRUE</option> + <option value="FALSE">FALSE</option> + </param> + <param name="sort" type="select" label="Select TRUE if you want that output file is sorted by increasing order of p-value?" help=""> + <option value="TRUE" selected="true">TRUE</option> + <option value="FALSE">FALSE</option> + </param> + <param name="stringent" type="select" label="Select TRUE to admit more stringent analysis." help=" If stringent is TRUE any unreliable or undetermined measurements among technical and biological replicates will result in the final result being Undetermined. If stringent is FALSE result will be OK unless at least half of the Ct values for a given gene are unreliable/undetermined."> + <option value="TRUE" selected="true">TRUE</option> + <option value="FALSE">FALSE</option> + </param> + <param name="padjust" type="select" label="Select one of the methods for adjusting pvalues in case of multiple hypothesis testing"> + <option value="BH" selected="true">Benjamini-Hochberg</option> + <option value="bonferroni">Bonferroni</option> + </param> + </when> + <when value="rp" /> + </conditional> + </section> + </inputs> + <outputs> + <data format="txt" name="galaxy_output1" label="1_Ct_Raw" /> + <data format="png" name="galaxy_output2" label="2_Boxplot after data categorization" /> + <data format="txt" name="galaxy_output3" label="3_Normalized data" /> + <data format="png" name="galaxy_output4" label="4_ECDF" /> + <data format="png" name="galaxy_output6" label="5_Boxplot after data normalization" /> + <data format="txt" name="galaxy_output5" label="6_Imputed data" /> + <data format="txt" name="galaxy_output7" label="7_Differentially Expressed transcripts" /> + </outputs> + <tests> + <test> + <section name="dp"> + <param name="list_files"> + <collection type="list"> + <element name="GSM628070_18b.txt" value="GSM628070_18b.txt" /> + <element name="GSM628068_15b.txt" value="GSM628068_15b.txt" /> + <element name="GSM628072_202b.txt" value="GSM628072_202b.txt" /> + <element name="GSM628080_22b.txt" value="GSM628080_22b.txt" /> + <element name="GSM628084_236b.txt" value="GSM628084_236b.txt" /> + <element name="GSM628085_23b.txt" value="GSM628085_23b.txt" /> + <element name="GSM628090_31b.txt" value="GSM628090_31b.txt" /> + <element name="GSM628093_49b1.txt" value="GSM628093_49b1.txt" /> + <element name="GSM628094_49b2.txt" value="GSM628094_49b2.txt" /> + <element name="GSM628101_5b.txt" value="GSM628101_5b.txt" /> + <element name="GSM628073_204b.txt" value="GSM628073_204b.txt" /> + <element name="GSM628096_4b.txt" value="GSM628096_4b.txt" /> + <element name="GSM628100_59b.txt" value="GSM628100_59b.txt" /> + <element name="GSM628104_6b1.txt" value="GSM628104_6b1.txt" /> + <element name="GSM628105_6b2.txt" value="GSM628105_6b2.txt" /> + <element name="GSM628106_7b.txt" value="GSM628106_7b.txt" /> + </collection> + </param> + <param name="files" value="List_OLIGOvsPOLY_Metastatic.txt" /> + <param name="formatFile" value="SDS" /> + <param name="n" value="191" /> + </section> + <section name="dc"> + <param name="Ctmin" value="14" /> + <param name="Ctmax" value="32" /> + <param name="flag" value="FALSE" /> + </section> + <section name="dn"> + <param name="normMethod" value="deltaCt" /> + <param name="format" value="genorm" /> + <param name="minhkgenorm" value="2" /> + </section> + <section name="df"> + <param name="percent" value="10" /> + <param name="filtname" value="Empty." /> + <param name="format" value="cubic" /> + </section> + <section name="de"> + <param name="method" value="rp" /> + </section> + <output name="galaxy_output1" file="Output_Ct_Raw.txt" /> + <output name="galaxy_output2" file="Output_Boxplot_after_data_categorization.png" /> + <output name="galaxy_output3" file="Output_Normalized_data.txt" /> + <output name="galaxy_output4" file="Output_ECDF.png" /> + <output name="galaxy_output6" file="Output_Boxplot_after_data_normalization.png" /> + <output name="galaxy_output5" file="Output_Imputed_data.txt" /> + <output name="galaxy_output7" file="Output_Differentially_Expressed_transcripts.txt" /> + </test> + </tests> + <help><![CDATA[**What it does** INPUTS: This tool parses a list of RT-qPCR file and a file associating these files and one of two groups OUTPUTS: and returs 1) A txt file with the raw Ct data @@ -313,7 +347,5 @@ 4) A PNG file with the Empirical cumulative distribution before and after data normalization 5) A PNG file of a boxplot with the normalzied data for each sample 6) A txt file with imputed data for each missing value -7) A txt file with the results of the differntial expression analyis -]]> -</help> -</tool> +7) A txt file with the results of the differntial expression analyis]]></help> +</tool> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/GSM628068_15b.txt Thu Oct 10 04:24:43 2019 -0400 @@ -0,0 +1,1 @@ +SDS 2.3 RQ Results 1.2 Filename Testscreen analys all.sdm Assay Type RQ Study EmbeddedFile FileA Run DateTime Fri May 15 17:10:28 BST 2009 Operator ThermalCycleParams EmbeddedFile FileB Run DateTime Sat May 16 10:36:09 BST 2009 Operator ThermalCycleParams EmbeddedFile FileC Run DateTime Sun May 17 13:21:05 BST 2009 Operator ThermalCycleParams # Plate Sample Detector Task Avg Ct Delta Ct Avg Delta Ct ?Ct SE Delta Delta Ct SD RQ RQ Min RQ Max Omit 1 59330876 15b hsa-let-7a-4373169 Target 23.92562 1.3465308 23.92562 5.0938625 18.831757 FALSE 2 59330876 15b hsa-let-7c-4373167 Target 26.34211 2.3973613 26.34211 7.510353 18.831757 FALSE 3 59330876 15b hsa-let-7d-4395394 Target 24.604296 2.4465446 24.604296 5.772539 18.831757 FALSE 4 59330876 15b hsa-let-7e-4395517 Target 21.548944 2.193259 21.548944 2.717188 18.831757 FALSE 5 59330876 15b hsa-let-7f-4373164 Target 26.678728 0.5786451 26.678728 7.8469715 18.831757 FALSE 6 59330876 15b hsa-let-7g-4395393 Target 23.67123 2.460907 23.67123 4.8394737 18.831757 FALSE 7 59330876 15b hsa-miR-1-4395333 Target 35.67759 0.7076352 35.67759 16.845833 18.831757 FALSE 8 59330876 15b hsa-miR-9-4373285 Target 24.250444 2.1745436 24.250444 5.418688 18.831757 FALSE 9 59330876 15b hsa-miR-10a-4373153 Target 23.828606 2.2711983 23.828606 4.996849 18.831757 FALSE 10 59330876 15b hsa-miR-10b-4395329 Target 24.247154 1.8590198 24.247154 5.4153976 18.831757 FALSE 11 59330876 15b MammU6-4395470 Endogenous Control 18.962936 1.6436733 18.831757 0.053968348 18.831757 FALSE 12 59330876 15b MammU6-4395470 Endogenous Control 18.833689 1.6633168 18.831757 0.053968348 18.831757 FALSE 13 59330876 15b hsa-miR-15a-4373123 Target 27.270254 1.4144233 27.270254 8.438498 18.831757 FALSE 14 59330876 15b hsa-miR-15b-4373122 Target 26.557734 1.7967818 26.557734 7.725977 18.831757 FALSE 15 59330876 15b hsa-miR-16-4373121 Target 22.025312 2.3320644 22.025312 3.1935558 18.831757 FALSE 16 59330876 15b hsa-miR-17-4395419 Target 22.2369 2.6791413 22.2369 3.4051437 18.831757 FALSE 17 59330876 15b hsa-miR-18a-4395533 Target 29.614265 1.4258219 29.614265 10.782509 18.831757 FALSE 18 59330876 15b hsa-miR-18b-4395328 Target 30.91347 0.20737194 30.91347 12.081714 18.831757 FALSE 19 59330876 15b hsa-miR-19a-4373099 Target 27.687502 1.4724951 27.687502 8.855745 18.831757 FALSE 20 59330876 15b hsa-miR-19b-4373098 Target 22.708378 2.1211116 22.708378 3.8766212 18.831757 FALSE 21 59330876 15b hsa-miR-20a-4373286 Target 24.35815 2.2423728 24.35815 5.526394 18.831757 FALSE 22 59330876 15b hsa-miR-20b-4373263 Target 26.279392 2.0975542 26.279392 7.4476357 18.831757 FALSE 23 59330876 15b hsa-miR-21-4373090 Target 23.372513 1.9241798 23.372513 4.540756 18.831757 FALSE 24 59330876 15b hsa-miR-22-4373079 Target 22.809568 1.1960475 22.809568 3.9778118 18.831757 FALSE 25 59330876 15b hsa-miR-23a-4373074 Target 28.467943 0.35550386 28.467943 9.636187 18.831757 FALSE 26 59330876 15b hsa-miR-23b-4373073 Target 27.88022 0.86870855 27.88022 9.048464 18.831757 FALSE 27 59330876 15b hsa-miR-24-4373072 Target 21.594122 2.300614 21.594122 2.7623653 18.831757 FALSE 28 59330876 15b hsa-miR-25-4373071 Target 25.79696 4.1454926 25.79696 6.9652042 18.831757 FALSE 29 59330876 15b hsa-miR-26a-4395166 Target 21.218956 2.5304906 21.218956 2.3871994 18.831757 FALSE 30 59330876 15b hsa-miR-26b-4395167 Target 24.951382 2.104357 24.951382 6.119625 18.831757 FALSE 31 59330876 15b hsa-miR-27a-4373287 Target 23.999302 3.1688268 23.999302 5.1675453 18.831757 FALSE 32 59330876 15b hsa-miR-27b-4373068 Target 24.945211 3.254712 24.945211 6.113455 18.831757 FALSE 33 59330876 15b hsa-miR-28-3p-4395557 Target 23.558235 2.8383546 23.558235 4.7264786 18.831757 FALSE 34 59330876 15b hsa-miR-28-5p-4373067 Target 26.348223 2.532401 26.348223 7.516466 18.831757 FALSE 35 59330876 15b MammU6-4395470 Endogenous Control 18.698568 1.7337286 18.831757 0.053968348 18.831757 FALSE 36 59330876 15b MammU6-4395470 Endogenous Control 18.831835 1.7047048 18.831757 0.053968348 18.831757 FALSE 37 59330876 15b hsa-miR-29a-4395223 Target 18.989151 2.5819478 18.989151 0.15739441 18.831757 FALSE 38 59330876 15b hsa-miR-29b-4373288 Target 23.694153 2.1698432 23.694153 4.8623962 18.831757 FALSE 39 59330876 15b hsa-miR-29c-4395171 Target 22.615328 2.9194527 22.615328 3.7835712 18.831757 FALSE 40 59330876 15b hsa-miR-30b-4373290 Target 18.191698 2.7116919 18.191698 -0.6400585 18.831757 FALSE 41 59330876 15b hsa-miR-30c-4373060 Target 18.711151 2.2876089 18.711151 -0.12060547 18.831757 FALSE 42 59330876 15b hsa-miR-31-4395390 Target 21.767105 2.248452 21.767105 2.9353485 18.831757 FALSE 43 59330876 15b hsa-miR-32-4395220 Target 30.715069 1.3405564 30.715069 11.883312 18.831757 FALSE 44 59330876 15b hsa-miR-33b-4395196 Target 33.813015 0.404653 33.813015 14.981258 18.831757 FALSE 45 59330876 15b hsa-miR-34a-4395168 Target 23.450546 2.7072423 23.450546 4.6187897 18.831757 FALSE 46 59330876 15b hsa-miR-34c-5p-4373036 Target 32.343132 0.23249534 32.343132 13.511375 18.831757 FALSE 47 59330876 15b hsa-miR-92a-4395169 Target 24.080887 2.404067 24.080887 5.2491302 18.831757 FALSE 48 59330876 15b hsa-miR-93-4373302 Target 26.406929 2.071961 26.406929 7.5751724 18.831757 FALSE 49 59330876 15b hsa-miR-95-4373011 Target 28.968485 1.9846057 28.968485 10.136728 18.831757 FALSE 50 59330876 15b hsa-miR-96-4373372 Target 35.00879 0.30895248 35.00879 16.177032 18.831757 FALSE 51 59330876 15b hsa-miR-98-4373009 Target 27.735632 0.19068536 27.735632 8.903875 18.831757 FALSE 52 59330876 15b hsa-miR-99a-4373008 Target 24.097982 1.6041647 24.097982 5.266226 18.831757 FALSE 53 59330876 15b hsa-miR-99b-4373007 Target 24.01963 0.92570955 24.01963 5.187874 18.831757 FALSE 54 59330876 15b hsa-miR-100-4373160 Target 24.438217 1.9643472 24.438217 5.6064606 18.831757 FALSE 55 59330876 15b hsa-miR-101-4395364 Target 29.542084 2.246273 29.542084 10.710327 18.831757 FALSE 56 59330876 15b hsa-miR-103-4373158 Target 27.092545 1.7823907 27.092545 8.260788 18.831757 FALSE 57 59330876 15b hsa-miR-105-4395278 Target Undetermined 0.033135764 40 21.168243 18.831757 FALSE 58 59330876 15b hsa-miR-106a-4395280 Target 22.16296 2.928795 22.16296 3.3312035 18.831757 FALSE 59 59330876 15b RNU44-4373384 Target 25.598495 1.0234724 25.598495 6.766739 18.831757 FALSE 60 59330876 15b hsa-miR-106b-4373155 Target 25.650017 2.244509 25.650017 6.81826 18.831757 FALSE 61 59330876 15b hsa-miR-107-4373154 Target 30.124609 0.7836451 30.124609 11.292851 18.831757 FALSE 62 59330876 15b hsa-miR-122-4395356 Target 32.3354 0.5088056 32.3354 13.503643 18.831757 FALSE 63 59330876 15b hsa-miR-124-4373295 Target 33.683453 0.58939976 33.683453 14.851696 18.831757 FALSE 64 59330876 15b hsa-miR-125a-3p-4395310 Target 29.260159 1.9794315 29.260159 10.428402 18.831757 FALSE 65 59330876 15b hsa-miR-125a-5p-4395309 Target 25.591187 2.3008394 25.591187 6.75943 18.831757 FALSE 66 59330876 15b hsa-miR-125b-4373148 Target 22.74321 2.318762 22.74321 3.9114532 18.831757 FALSE 67 59330876 15b hsa-miR-126-4395339 Target 20.979916 2.5425336 20.979916 2.148159 18.831757 FALSE 68 59330876 15b hsa-miR-127-3p-4373147 Target 25.897715 2.3326433 25.897715 7.065958 18.831757 FALSE 69 59330876 15b hsa-miR-127-5p-4395340 Target Undetermined 0.05085047 40 21.168243 18.831757 FALSE 70 59330876 15b hsa-miR-128-4395327 Target 28.37275 1.4449116 28.37275 9.540993 18.831757 FALSE 71 59330876 15b hsa-miR-129-3p-4373297 Target Undetermined 0.0593103 40 21.168243 18.831757 FALSE 72 59330876 15b hsa-miR-129-5p-4373171 Target Undetermined 0.03464454 40 21.168243 18.831757 FALSE 73 59330876 15b hsa-miR-130a-4373145 Target 27.393389 1.6020412 27.393389 8.561632 18.831757 FALSE 74 59330876 15b hsa-miR-130b-4373144 Target 28.108982 1.453958 28.108982 9.2772255 18.831757 FALSE 75 59330876 15b hsa-miR-132-4373143 Target 25.787556 2.5167913 25.787556 6.955799 18.831757 FALSE 76 59330876 15b hsa-miR-133a-4395357 Target 28.366693 1.6508132 28.366693 9.534937 18.831757 FALSE 77 59330876 15b hsa-miR-133b-4395358 Target 33.84769 0.55966103 33.84769 15.015934 18.831757 FALSE 78 59330876 15b hsa-miR-134-4373299 Target 29.549181 0.7502054 29.549181 10.717425 18.831757 FALSE 79 59330876 15b hsa-miR-135a-4373140 Target 30.457336 1.7212498 30.457336 11.62558 18.831757 FALSE 80 59330876 15b hsa-miR-135b-4395372 Target 31.586575 2.1343045 31.586575 12.754818 18.831757 FALSE 81 59330876 15b hsa-miR-136-4373173 Target Undetermined 0.031034717 40 21.168243 18.831757 FALSE 82 59330876 15b hsa-miR-137-4373301 Target Undetermined 0.048718553 40 21.168243 18.831757 FALSE 83 59330876 15b hsa-miR-138-4395395 Target 30.399624 2.6000283 30.399624 11.567867 18.831757 FALSE 84 59330876 15b hsa-miR-139-3p-4395424 Target 27.031885 0.5213849 27.031885 8.200129 18.831757 FALSE 85 59330876 15b hsa-miR-139-5p-4395400 Target 24.408842 2.103836 24.408842 5.5770855 18.831757 FALSE 86 59330876 15b hsa-miR-140-3p-4395345 Target 27.171133 1.5739094 27.171133 8.339376 18.831757 FALSE 87 59330876 15b hsa-miR-140-5p-4373374 Target 23.761786 2.529629 23.761786 4.930029 18.831757 FALSE 88 59330876 15b hsa-miR-141-4373137 Target 23.372395 2.573997 23.372395 4.540638 18.831757 FALSE 89 59330876 15b hsa-miR-142-3p-4373136 Target 22.902199 2.3821769 22.902199 4.070442 18.831757 FALSE 90 59330876 15b hsa-miR-142-5p-4395359 Target 29.180319 1.7868067 29.180319 10.348562 18.831757 FALSE 91 59330876 15b hsa-miR-143-4395360 Target 23.79062 2.720962 23.79062 4.958864 18.831757 FALSE 92 59330876 15b hsa-miR-145-4395389 Target 20.438307 1.9872319 20.438307 1.6065502 18.831757 FALSE 93 59330876 15b hsa-miR-146a-4373132 Target 23.171434 2.4299102 23.171434 4.339678 18.831757 FALSE 94 59330876 15b hsa-miR-146b-3p-4395472 Target 30.527687 1.0119208 30.527687 11.6959305 18.831757 FALSE 95 59330876 15b hsa-miR-146b-5p-4373178 Target 23.425186 2.6045346 23.425186 4.5934296 18.831757 FALSE 96 59330876 15b hsa-miR-147b-4395373 Target Undetermined 0.034732673 40 21.168243 18.831757 FALSE 97 59330876 15b hsa-miR-148a-4373130 Target 26.051355 1.7958114 26.051355 7.219599 18.831757 FALSE 98 59330876 15b hsa-miR-148b-4373129 Target 29.005095 0.8120352 29.005095 10.173338 18.831757 FALSE 99 59330876 15b hsa-miR-149-4395366 Target 28.700068 0.5602354 28.700068 9.868311 18.831757 FALSE 100 59330876 15b hsa-miR-150-4373127 Target 21.055412 2.5201147 21.055412 2.2236557 18.831757 FALSE 101 59330876 15b hsa-miR-152-4395170 Target 27.0157 2.8745093 27.0157 8.183943 18.831757 FALSE 102 59330876 15b hsa-miR-153-4373305 Target Undetermined 0.051202815 40 21.168243 18.831757 FALSE 103 59330876 15b hsa-miR-154-4373270 Target Undetermined 0.037228458 40 21.168243 18.831757 FALSE 104 59330876 15b hsa-miR-181a-4373117 Target 25.684288 1.1230129 25.684288 6.8525314 18.831757 FALSE 105 59330876 15b hsa-miR-181c-4373115 Target 31.049078 0.61978364 31.049078 12.21732 18.831757 FALSE 106 59330876 15b hsa-miR-182-4395445 Target 30.437845 1.6842576 30.437845 11.60609 18.831757 FALSE 107 59330876 15b RNU48-4373383 Target 22.37968 2.2540784 22.37968 3.547924 18.831757 FALSE 108 59330876 15b hsa-miR-183-4395380 Target 32.083286 0.6522268 32.083286 13.25153 18.831757 FALSE 109 59330876 15b hsa-miR-184-4373113 Target 33.378582 1.9837389 33.378582 14.546825 18.831757 FALSE 110 59330876 15b hsa-miR-185-4395382 Target 25.30351 2.315634 25.30351 6.471754 18.831757 FALSE 111 59330876 15b hsa-miR-186-4395396 Target 24.209568 2.5928898 24.209568 5.3778114 18.831757 FALSE 112 59330876 15b hsa-miR-187-4373307 Target 20.289845 2.394777 20.289845 1.4580879 18.831757 FALSE 113 59330876 15b hsa-miR-188-3p-4395217 Target Undetermined 0.059123714 40 21.168243 18.831757 FALSE 114 59330876 15b hsa-miR-190-4373110 Target 31.064701 1.7728002 31.064701 12.2329445 18.831757 FALSE 115 59330876 15b hsa-miR-191-4395410 Target 20.004538 2.7360065 20.004538 1.172781 18.831757 FALSE 116 59330876 15b hsa-miR-192-4373108 Target 26.652882 2.2432566 26.652882 7.821125 18.831757 FALSE 117 59330876 15b hsa-miR-193a-3p-4395361 Target 29.923239 2.004695 29.923239 11.091481 18.831757 FALSE 118 59330876 15b hsa-miR-193a-5p-4395392 Target 28.416306 1.7508624 28.416306 9.584549 18.831757 FALSE 119 59330876 15b hsa-miR-193b-4395478 Target 22.292355 2.0469332 22.292355 3.460598 18.831757 FALSE 120 59330876 15b hsa-miR-194-4373106 Target 29.856344 2.393113 29.856344 11.024587 18.831757 FALSE 121 59330876 15b hsa-miR-195-4373105 Target 24.955904 2.6566124 24.955904 6.1241474 18.831757 FALSE 122 59330876 15b hsa-miR-196b-4395326 Target 30.321602 1.1945574 30.321602 11.489845 18.831757 FALSE 123 59330876 15b hsa-miR-197-4373102 Target 26.235542 0.9368892 26.235542 7.4037857 18.831757 FALSE 124 59330876 15b hsa-miR-198-4395384 Target 32.171192 0.8584552 32.171192 13.339436 18.831757 FALSE 125 59330876 15b hsa-miR-199a-5p-4373272 Target 29.461817 1.3138069 29.461817 10.63006 18.831757 FALSE 126 59330876 15b hsa-miR-199a-3p-4395415 Target 25.461369 2.121524 25.461369 6.629612 18.831757 FALSE 127 59330876 15b hsa-miR-199b-5p-4373100 Target 30.602165 0.6941069 30.602165 11.770409 18.831757 FALSE 128 59330876 15b hsa-miR-200a-4378069 Target 21.590786 2.685527 21.590786 2.7590294 18.831757 FALSE 129 59330876 15b hsa-miR-200b-4395362 Target 22.943388 1.4903475 22.943388 4.1116314 18.831757 FALSE 130 59330876 15b hsa-miR-200c-4395411 Target 22.370533 1.5492404 22.370533 3.5387764 18.831757 FALSE 131 59330876 15b hsa-miR-202-4395474 Target 34.116425 0.81988305 34.116425 15.284668 18.831757 FALSE 132 59330876 15b hsa-miR-203-4373095 Target 29.808897 2.4965842 29.808897 10.977139 18.831757 FALSE 133 59330876 15b hsa-miR-204-4373094 Target 27.687527 2.1098616 27.687527 8.85577 18.831757 FALSE 134 59330876 15b hsa-miR-205-4373093 Target 31.502264 1.3094908 31.502264 12.6705065 18.831757 FALSE 135 59330876 15b hsa-miR-208b-4395401 Target Undetermined 0.07701075 40 21.168243 18.831757 FALSE 136 59330876 15b hsa-miR-210-4373089 Target 24.355362 1.065065 24.355362 5.5236053 18.831757 FALSE 137 59330876 15b hsa-miR-214-4395417 Target 23.947964 2.2255628 23.947964 5.116207 18.831757 FALSE 138 59330876 15b hsa-miR-215-4373084 Target 27.97715 1.0173962 27.97715 9.145393 18.831757 FALSE 139 59330876 15b hsa-miR-216a-4395331 Target 29.743277 1.1929998 29.743277 10.911519 18.831757 FALSE 140 59330876 15b hsa-miR-216b-4395437 Target 35.403725 0.35313922 35.403725 16.571968 18.831757 FALSE 141 59330876 15b hsa-miR-217-4395448 Target 33.95809 0.739634 33.95809 15.126335 18.831757 FALSE 142 59330876 15b hsa-miR-218-4373081 Target 25.31147 2.5096226 25.31147 6.4797134 18.831757 FALSE 143 59330876 15b hsa-miR-219-5p-4373080 Target Undetermined 0.05386884 40 21.168243 18.831757 FALSE 144 59330876 15b hsa-miR-221-4373077 Target 21.04784 2.121348 21.04784 2.2160835 18.831757 FALSE 145 59330876 15b hsa-miR-222-4395387 Target 14.827194 2.9297922 14.827194 -4.0045624 18.831757 FALSE 146 59330876 15b hsa-miR-223-4395406 Target 19.620735 2.9346585 19.620735 0.7889786 18.831757 FALSE 147 59330876 15b hsa-miR-224-4395210 Target 27.139767 1.88195 27.139767 8.30801 18.831757 FALSE 148 59330876 15b hsa-miR-296-3p-4395212 Target Undetermined 0.043383032 40 21.168243 18.831757 FALSE 149 59330876 15b hsa-miR-296-5p-4373066 Target 29.830828 0.65685487 29.830828 10.999072 18.831757 FALSE 150 59330876 15b hsa-miR-299-3p-4373189 Target Undetermined 0.046555847 40 21.168243 18.831757 FALSE 151 59330876 15b hsa-miR-299-5p-4373188 Target Undetermined 0.037017263 40 21.168243 18.831757 FALSE 152 59330876 15b hsa-miR-301a-4373064 Target 28.502428 1.5005193 28.502428 9.670671 18.831757 FALSE 153 59330876 15b hsa-miR-301b-4395503 Target 31.833433 1.4390839 31.833433 13.001676 18.831757 FALSE 154 59330876 15b hsa-miR-302a-4378070 Target 35.99786 0.15092228 35.99786 17.166103 18.831757 FALSE 155 59330876 15b ath-miR159a-4373390 Target Undetermined 0.04251128 40 21.168243 18.831757 FALSE 156 59330876 15b hsa-miR-302b-4378071 Target Undetermined 0.050118443 40 21.168243 18.831757 FALSE 157 59330876 15b hsa-miR-302c-4378072 Target Undetermined 0.050601747 40 21.168243 18.831757 FALSE 158 59330876 15b hsa-miR-320-4395388 Target 21.667723 2.5810487 21.667723 2.835966 18.831757 FALSE 159 59330876 15b hsa-miR-323-3p-4395338 Target 31.141607 0.4438664 31.141607 12.30985 18.831757 FALSE 160 59330876 15b hsa-miR-324-3p-4395272 Target 27.489338 1.9152594 27.489338 8.657581 18.831757 FALSE 161 59330876 15b hsa-miR-324-5p-4373052 Target 27.201174 2.0562682 27.201174 8.369417 18.831757 FALSE 162 59330876 15b hsa-miR-326-4373050 Target Undetermined 0.019322563 40 21.168243 18.831757 FALSE 163 59330876 15b hsa-miR-328-4373049 Target 27.311823 1.4796667 27.311823 8.480066 18.831757 FALSE 164 59330876 15b hsa-miR-329-4373191 Target Undetermined 0.012955921 40 21.168243 18.831757 FALSE 165 59330876 15b hsa-miR-330-3p-4373047 Target 32.4498 0.42352617 32.4498 13.618042 18.831757 FALSE 166 59330876 15b hsa-miR-330-5p-4395341 Target 34.787563 0.18105692 34.787563 15.955807 18.831757 FALSE 167 59330876 15b hsa-miR-331-3p-4373046 Target 26.963358 1.9520842 26.963358 8.131601 18.831757 FALSE 168 59330876 15b hsa-miR-331-5p-4395344 Target 29.879808 0.65198207 29.879808 11.048053 18.831757 FALSE 169 59330876 15b hsa-miR-335-4373045 Target 28.973509 1.6796911 28.973509 10.141752 18.831757 FALSE 170 59330876 15b hsa-miR-337-5p-4395267 Target 32.20402 0.5333961 32.20402 13.372265 18.831757 FALSE 171 59330876 15b hsa-miR-338-3p-4395363 Target 31.368694 0.73424923 31.368694 12.536938 18.831757 FALSE 172 59330876 15b hsa-miR-339-3p-4395295 Target 25.322163 1.6858054 25.322163 6.490406 18.831757 FALSE 173 59330876 15b hsa-miR-339-5p-4395368 Target 27.215391 0.6162738 27.215391 8.383635 18.831757 FALSE 174 59330876 15b hsa-miR-340-4395369 Target 29.550964 2.2364287 29.550964 10.719208 18.831757 FALSE 175 59330876 15b has-miR-155-4395459 Target 24.00249 2.4301808 24.00249 5.1707325 18.831757 FALSE 176 59330876 15b hsa-let-7b-4395446 Target 20.377666 1.8734316 20.377666 1.5459099 18.831757 FALSE 177 59330876 15b hsa-miR-342-3p-4395371 Target 21.387936 1.7863444 21.387936 2.556179 18.831757 FALSE 178 59330876 15b hsa-miR-342-5p-4395258 Target 31.4802 0.28097615 31.4802 12.648442 18.831757 FALSE 179 59330876 15b hsa-miR-345-4395297 Target 25.79043 2.1727393 25.79043 6.9586735 18.831757 FALSE 180 59330876 15b hsa-miR-361-5p-4373035 Target 25.657713 2.5098898 25.657713 6.8259563 18.831757 FALSE 181 59330876 15b hsa-miR-362-3p-4395228 Target 28.268562 2.3870406 28.268562 9.436806 18.831757 FALSE 182 59330876 15b hsa-miR-362-5p-4378092 Target 26.775013 1.623585 26.775013 7.9432564 18.831757 FALSE 183 59330876 15b hsa-miR-363-4378090 Target 30.145895 1.5962399 30.145895 11.314137 18.831757 FALSE 184 59330876 15b hsa-miR-365-4373194 Target 25.22199 1.7015176 25.22199 6.390234 18.831757 FALSE 185 59330876 15b hsa-miR-367-4373034 Target Undetermined 0.010183897 40 21.168243 18.831757 FALSE 186 59330876 15b hsa-miR-369-3p-4373032 Target Undetermined 0.018722696 40 21.168243 18.831757 FALSE 187 59330876 15b hsa-miR-369-5p-4373195 Target Undetermined 0.010461319 40 21.168243 18.831757 FALSE 188 59330876 15b hsa-miR-370-4395386 Target 28.027323 0.8783994 28.027323 9.195566 18.831757 FALSE 189 59330876 15b hsa-miR-371-3p-4395235 Target Undetermined 0.016136196 40 21.168243 18.831757 FALSE 190 59330876 15b hsa-miR-372-4373029 Target Undetermined 0.106241815 40 21.168243 18.831757 FALSE 191 59330876 15b hsa-miR-373-4378073 Target Undetermined 0.038844015 40 21.168243 18.831757 FALSE 192 59330876 15b hsa-miR-374a-4373028 Target 25.587557 3.0001707 25.587557 6.7558002 18.831757 FALSE 193 59330876 15b hsa-miR-374b-4381045 Target 24.828556 2.5796514 24.828556 5.9967995 18.831757 FALSE 194 59330876 15b hsa-miR-375-4373027 Target 30.456774 1.2325037 30.456774 11.625018 18.831757 FALSE 195 59330876 15b hsa-miR-376a-4373026 Target 31.67058 1.671999 31.67058 12.838824 18.831757 FALSE 196 59330876 15b hsa-miR-376b-4373196 Target Undetermined 0.01625523 40 21.168243 18.831757 FALSE 197 59330876 15b hsa-miR-377-4373025 Target Undetermined 0.042081155 40 21.168243 18.831757 FALSE 198 59330876 15b hsa-miR-379-4373349 Target 30.461578 0.8833489 30.461578 11.629822 18.831757 FALSE 199 59330876 15b hsa-miR-380-4373022 Target Undetermined 0.04448137 40 21.168243 18.831757 FALSE 200 59330876 15b hsa-miR-381-4373020 Target Undetermined 0.07174175 40 21.168243 18.831757 FALSE 201 59330876 15b hsa-miR-382-4373019 Target Undetermined 0.14074524 40 21.168243 18.831757 FALSE 202 59330876 15b hsa-miR-383-4373018 Target Undetermined 0.020856177 40 21.168243 18.831757 FALSE 203 59330876 15b hsa-miR-409-5p-4395442 Target 35.205204 0.46683872 35.205204 16.373447 18.831757 FALSE 204 59330876 15b hsa-miR-410-4378093 Target 32.178825 0.92571986 32.178825 13.347069 18.831757 FALSE 205 59330876 15b hsa-miR-411-4381013 Target 28.972805 2.3116357 28.972805 10.141048 18.831757 FALSE 206 59330876 15b hsa-miR-422a-4395408 Target 32.605858 1.6612296 32.605858 13.774101 18.831757 FALSE 207 59330876 15b hsa-miR-423-5p-4395451 Target 29.66886 0.8144634 29.66886 10.837102 18.831757 FALSE 208 59330876 15b hsa-miR-424-4373201 Target 28.449533 1.809093 28.449533 9.617777 18.831757 FALSE 209 59330876 15b hsa-miR-425-4380926 Target 25.428926 0.85192984 25.428926 6.59717 18.831757 FALSE 210 59330876 15b hsa-miR-429-4373203 Target 26.302523 2.4412885 26.302523 7.470766 18.831757 FALSE 211 59330876 15b hsa-miR-431-4395173 Target Undetermined 0.04366866 40 21.168243 18.831757 FALSE 212 59330876 15b hsa-miR-433-4373205 Target 30.328394 0.6891357 30.328394 11.496638 18.831757 FALSE 213 59330876 15b hsa-miR-449a-4373207 Target 31.104797 1.618973 31.104797 12.273041 18.831757 FALSE 214 59330876 15b hsa-miR-449b-4381011 Target 32.799652 0.606749 32.799652 13.9678955 18.831757 FALSE 215 59330876 15b hsa-miR-450a-4395414 Target 30.470375 2.0193431 30.470375 11.638618 18.831757 FALSE 216 59330876 15b hsa-miR-450b-3p-4395319 Target Undetermined 0.038939156 40 21.168243 18.831757 FALSE 217 59330876 15b hsa-miR-450b-5p-4395318 Target 32.973095 0.78271884 32.973095 14.141338 18.831757 FALSE 218 59330876 15b hsa-miR-451-4373360 Target 24.340982 2.5752387 24.340982 5.509226 18.831757 FALSE 219 59330876 15b hsa-miR-452-4395440 Target 29.758987 2.1989791 29.758987 10.927231 18.831757 FALSE 220 59330876 15b hsa-miR-453-4395429 Target Undetermined 0.006523633 40 21.168243 18.831757 FALSE 221 59330876 15b hsa-miR-454-4395434 Target 25.778084 2.2639446 25.778084 6.946327 18.831757 FALSE 222 59330876 15b hsa-miR-455-3p-4395355 Target 30.414059 0.5842728 30.414059 11.582302 18.831757 FALSE 223 59330876 15b hsa-miR-455-5p-4378098 Target 29.430077 1.6784668 29.430077 10.59832 18.831757 FALSE 224 59330876 15b hsa-miR-483-5p-4395449 Target 27.959368 2.1990669 27.959368 9.127611 18.831757 FALSE 225 59330876 15b hsa-miR-484-4381032 Target 22.77898 2.3314219 22.77898 3.9472237 18.831757 FALSE 226 59330876 15b hsa-miR-485-3p-4378095 Target 30.69653 1.1300155 30.69653 11.864773 18.831757 FALSE 227 59330876 15b hsa-miR-485-5p-4373212 Target Undetermined 0.03717507 40 21.168243 18.831757 FALSE 228 59330876 15b hsa-miR-486-3p-4395204 Target 29.89577 0.28622818 29.89577 11.0640135 18.831757 FALSE 229 59330876 15b hsa-miR-486-5p-4378096 Target 26.893578 1.6491386 26.893578 8.061821 18.831757 FALSE 230 59330876 15b hsa-miR-487a-4378097 Target Undetermined 0.03669806 40 21.168243 18.831757 FALSE 231 59330876 15b hsa-miR-487b-4378102 Target 32.125847 0.48506945 32.125847 13.29409 18.831757 FALSE 232 59330876 15b hsa-miR-488-4395468 Target Undetermined 0.026626488 40 21.168243 18.831757 FALSE 233 59330876 15b hsa-miR-489-4395469 Target 27.709991 2.126576 27.709991 8.878235 18.831757 FALSE 234 59330876 15b hsa-miR-490-3p-4373215 Target Undetermined 0.030608846 40 21.168243 18.831757 FALSE 235 59330876 15b hsa-miR-491-3p-4395471 Target Undetermined 0.014665349 40 21.168243 18.831757 FALSE 236 59330876 15b hsa-miR-491-5p-4381053 Target 27.25208 2.3047721 27.25208 8.420324 18.831757 FALSE 237 59330876 15b hsa-miR-493-4395475 Target 31.512228 0.89227027 31.512228 12.68047 18.831757 FALSE 238 59330876 15b hsa-miR-494-4395476 Target 26.757978 2.32237 26.757978 7.926222 18.831757 FALSE 239 59330876 15b hsa-miR-495-4381078 Target 30.341831 0.89067554 30.341831 11.510075 18.831757 FALSE 240 59330876 15b hsa-miR-496-4386771 Target Undetermined 0.027733734 40 21.168243 18.831757 FALSE 241 59330876 15b hsa-miR-499-3p-4395538 Target Undetermined 0.00108553 40 21.168243 18.831757 FALSE 242 59330876 15b hsa-miR-499-5p-4381047 Target Undetermined 0.024250887 40 21.168243 18.831757 FALSE 243 59330876 15b hsa-miR-500-4395539 Target 26.214493 2.1879447 26.214493 7.382736 18.831757 FALSE 244 59330876 15b hsa-miR-501-3p-4395546 Target 32.714024 0.163942 32.714024 13.882267 18.831757 FALSE 245 59330876 15b hsa-miR-501-5p-4373226 Target 26.237741 0.93316364 26.237741 7.405985 18.831757 FALSE 246 59330876 15b hsa-miR-502-3p-4395194 Target 29.830067 1.7219764 29.830067 10.99831 18.831757 FALSE 247 59330876 15b hsa-miR-502-5p-4373227 Target 27.724712 1.3033379 27.724712 8.892956 18.831757 FALSE 248 59330876 15b hsa-miR-503-4373228 Target 29.298836 1.5341616 29.298836 10.467079 18.831757 FALSE 249 59330876 15b hsa-miR-504-4395195 Target 28.90402 0.5768704 28.90402 10.072264 18.831757 FALSE 250 59330876 15b hsa-miR-505-4395200 Target 30.248594 0.82319885 30.248594 11.416837 18.831757 FALSE 251 59330876 15b hsa-miR-507-4373232 Target Undetermined 0.02163048 40 21.168243 18.831757 FALSE 252 59330876 15b hsa-miR-508-3p-4373233 Target 30.224848 1.4057765 30.224848 11.393092 18.831757 FALSE 253 59330876 15b hsa-miR-508-5p-4395203 Target Undetermined 0.033981245 40 21.168243 18.831757 FALSE 254 59330876 15b hsa-miR-509-5p-4395346 Target 30.75163 0.5553462 30.75163 11.919873 18.831757 FALSE 255 59330876 15b hsa-miR-510-4395352 Target Undetermined 0.02723769 40 21.168243 18.831757 FALSE 256 59330876 15b hsa-miR-512-3p-4381034 Target 30.664888 1.1532843 30.664888 11.833133 18.831757 FALSE 257 59330876 15b hsa-miR-512-5p-4373238 Target Undetermined 0.025605287 40 21.168243 18.831757 FALSE 258 59330876 15b hsa-miR-513-5p-4395201 Target Undetermined 0.01611075 40 21.168243 18.831757 FALSE 259 59330876 15b hsa-miR-515-3p-4395480 Target 32.344303 0.9006561 32.344303 13.512547 18.831757 FALSE 260 59330876 15b hsa-miR-515-5p-4373242 Target Undetermined 0.031267658 40 21.168243 18.831757 FALSE 261 59330876 15b hsa-miR-516a-5p-4395527 Target Undetermined 0.014341417 40 21.168243 18.831757 FALSE 262 59330876 15b hsa-miR-516b-4395172 Target Undetermined 0.02692461 40 21.168243 18.831757 FALSE 263 59330876 15b hsa-miR-517a-4395513 Target 29.893543 0.94804376 29.893543 11.061787 18.831757 FALSE 264 59330876 15b hsa-miR-517c-4373264 Target 29.852543 1.2980111 29.852543 11.020786 18.831757 FALSE 265 59330876 15b hsa-miR-518a-3p-4395508 Target 37.590385 0.34762084 37.590385 18.758629 18.831757 FALSE 266 59330876 15b hsa-miR-518a-5p-4395507 Target Undetermined 0.009719789 40 21.168243 18.831757 FALSE 267 59330876 15b hsa-miR-518b-4373246 Target 31.318634 0.7617934 31.318634 12.486877 18.831757 FALSE 268 59330876 15b hsa-miR-518c-4395512 Target Undetermined 0.020583412 40 21.168243 18.831757 FALSE 269 59330876 15b hsa-miR-518d-3p-4373248 Target Undetermined 0.052787542 40 21.168243 18.831757 FALSE 270 59330876 15b hsa-miR-518d-5p-4395500 Target Undetermined 0.048605785 40 21.168243 18.831757 FALSE 271 59330876 15b hsa-miR-518e-4395506 Target 31.901382 1.642482 31.901382 13.069626 18.831757 FALSE 272 59330876 15b hsa-miR-518f-4395499 Target 35.7027 0.23940119 35.7027 16.870945 18.831757 FALSE 273 59330876 15b hsa-miR-519a-4395526 Target 30.682661 0.9768939 30.682661 11.8509035 18.831757 FALSE 274 59330876 15b hsa-miR-519d-4395514 Target Undetermined 0.02661976 40 21.168243 18.831757 FALSE 275 59330876 15b hsa-miR-519e-4395481 Target Undetermined 0.054723464 40 21.168243 18.831757 FALSE 276 59330876 15b hsa-miR-520a-3p-4373268 Target Undetermined 0.028104352 40 21.168243 18.831757 FALSE 277 59330876 15b hsa-miR-520a-5p-4378085 Target Undetermined 0.001323057 40 21.168243 18.831757 FALSE 278 59330876 15b hsa-miR-520d-5p-4395504 Target Undetermined -0.002623816 40 21.168243 18.831757 FALSE 279 59330876 15b hsa-miR-520g-4373257 Target Undetermined 0.035049267 40 21.168243 18.831757 FALSE 280 59330876 15b hsa-miR-521-4373259 Target Undetermined 0.025612958 40 21.168243 18.831757 FALSE 281 59330876 15b hsa-miR-522-4395524 Target Undetermined 0.012984004 40 21.168243 18.831757 FALSE 282 59330876 15b hsa-miR-523-4395497 Target Undetermined 0.027362792 40 21.168243 18.831757 FALSE 283 59330876 15b hsa-miR-524-5p-4395174 Target Undetermined 0.017515177 40 21.168243 18.831757 FALSE 284 59330876 15b hsa-miR-525-3p-4395496 Target 33.825253 0.46753362 33.825253 14.993496 18.831757 FALSE 285 59330876 15b hsa-miR-525-5p-4378088 Target Undetermined 0.031558253 40 21.168243 18.831757 FALSE 286 59330876 15b hsa-miR-526b-4395493 Target Undetermined 0.004346055 40 21.168243 18.831757 FALSE 287 59330876 15b hsa-miR-532-3p-4395466 Target 24.994396 2.0428052 24.994396 6.1626396 18.831757 FALSE 288 59330876 15b hsa-miR-532-5p-4380928 Target 22.144115 2.484011 22.144115 3.3123589 18.831757 FALSE 289 59330876 15b hsa-miR-539-4378103 Target 30.587816 1.3910472 30.587816 11.756061 18.831757 FALSE 290 59330876 15b hsa-miR-541-4395312 Target Undetermined 0.007440701 40 21.168243 18.831757 FALSE 291 59330876 15b hsa-miR-542-3p-4378101 Target 30.931059 1.6900811 30.931059 12.099301 18.831757 FALSE 292 59330876 15b hsa-miR-542-5p-4395351 Target 29.404446 1.2976458 29.404446 10.572689 18.831757 FALSE 293 59330876 15b hsa-miR-544-4395376 Target Undetermined 0.014705801 40 21.168243 18.831757 FALSE 294 59330876 15b hsa-miR-545-4395378 Target 30.152594 2.1929116 30.152594 11.320836 18.831757 FALSE 295 59330876 15b hsa-miR-548a-3p-4380948 Target 34.129272 0.5129374 34.129272 15.297516 18.831757 FALSE 296 59330876 15b hsa-miR-548a-5p-4395523 Target Undetermined 0.007895062 40 21.168243 18.831757 FALSE 297 59330876 15b hsa-miR-548b-3p-4380951 Target Undetermined 0.041583564 40 21.168243 18.831757 FALSE 298 59330876 15b hsa-miR-548b-5p-4395519 Target Undetermined 0.055078592 40 21.168243 18.831757 FALSE 299 59330876 15b hsa-miR-548c-3p-4380993 Target 33.040295 0.75330496 33.040295 14.208538 18.831757 FALSE 300 59330876 15b hsa-miR-548c-5p-4395540 Target 35.89407 0.33840343 35.89407 17.062313 18.831757 FALSE 301 59330876 15b hsa-miR-548d-3p-4381008 Target Undetermined 0.02364392 40 21.168243 18.831757 FALSE 302 59330876 15b hsa-miR-548d-5p-4395348 Target Undetermined 0.04693381 40 21.168243 18.831757 FALSE 303 59330876 15b hsa-miR-551b-4380945 Target 33.408638 1.1184876 33.408638 14.576881 18.831757 FALSE 304 59330876 15b hsa-miR-556-3p-4395456 Target Undetermined 0.02174625 40 21.168243 18.831757 FALSE 305 59330876 15b hsa-miR-556-5p-4395455 Target Undetermined 0.018761387 40 21.168243 18.831757 FALSE 306 59330876 15b hsa-miR-561-4380938 Target 34.830887 0.39836138 34.830887 15.99913 18.831757 FALSE 307 59330876 15b hsa-miR-570-4395458 Target 32.889282 0.9774818 32.889282 14.057526 18.831757 FALSE 308 59330876 15b hsa-miR-574-3p-4395460 Target 31.03778 1.2779852 31.03778 12.206024 18.831757 FALSE 309 59330876 15b hsa-miR-576-3p-4395462 Target 34.14176 0.6219393 34.14176 15.310005 18.831757 FALSE 310 59330876 15b hsa-miR-576-5p-4395461 Target Undetermined 0.005830549 40 21.168243 18.831757 FALSE 311 59330876 15b hsa-miR-579-4395509 Target 31.230867 1.2367315 31.230867 12.399112 18.831757 FALSE 312 59330876 15b hsa-miR-582-3p-4395510 Target 33.065807 0.7565406 33.065807 14.234051 18.831757 FALSE 313 59330876 15b hsa-miR-582-5p-4395175 Target 35.78759 0.15836371 35.78759 16.955833 18.831757 FALSE 314 59330876 15b hsa-miR-589-4395520 Target Undetermined -0.002389303 40 21.168243 18.831757 FALSE 315 59330876 15b hsa-miR-590-5p-4395176 Target 26.676876 2.3348944 26.676876 7.8451195 18.831757 FALSE 316 59330876 15b hsa-miR-597-4380960 Target 30.14856 1.8519177 30.14856 11.316803 18.831757 FALSE 317 59330876 15b hsa-miR-598-4395179 Target 28.032656 1.9961791 28.032656 9.200899 18.831757 FALSE 318 59330876 15b hsa-miR-615-3p-4386777 Target Undetermined 0.052553713 40 21.168243 18.831757 FALSE 319 59330876 15b hsa-miR-615-5p-4395464 Target Undetermined 0.048893563 40 21.168243 18.831757 FALSE 320 59330876 15b hsa-miR-616-4395525 Target 39.88266 0.10085463 39.88266 21.050903 18.831757 FALSE 321 59330876 15b hsa-miR-618-4380996 Target 29.17219 1.9902205 29.17219 10.340433 18.831757 FALSE 322 59330876 15b hsa-miR-624-4395541 Target Undetermined -0.011624827 40 21.168243 18.831757 FALSE 323 59330876 15b hsa-miR-625-4395542 Target 30.757181 1.118823 30.757181 11.925426 18.831757 FALSE 324 59330876 15b hsa-miR-627-4380967 Target 35.012783 0.91001546 35.012783 16.181026 18.831757 FALSE 325 59330876 15b hsa-miR-628-5p-4395544 Target 30.439373 2.3150778 30.439373 11.607616 18.831757 FALSE 326 59330876 15b hsa-miR-629-4395547 Target 30.934696 1.0014669 30.934696 12.10294 18.831757 FALSE 327 59330876 15b hsa-miR-636-4395199 Target 31.23787 0.96831757 31.23787 12.406113 18.831757 FALSE 328 59330876 15b hsa-miR-642-4380995 Target 31.454288 1.0462067 31.454288 12.622532 18.831757 FALSE 329 59330876 15b hsa-miR-651-4381007 Target Undetermined -0.001207173 40 21.168243 18.831757 FALSE 330 59330876 15b hsa-miR-652-4395463 Target 28.252373 1.5903507 28.252373 9.420616 18.831757 FALSE 331 59330876 15b hsa-miR-653-4395403 Target Undetermined 0.007910036 40 21.168243 18.831757 FALSE 332 59330876 15b hsa-miR-654-3p-4395350 Target Undetermined 0.027553411 40 21.168243 18.831757 FALSE 333 59330876 15b hsa-miR-654-5p-4381014 Target Undetermined 0.032118987 40 21.168243 18.831757 FALSE 334 59330876 15b hsa-miR-655-4381015 Target 35.402885 0.6023244 35.402885 16.571129 18.831757 FALSE 335 59330876 15b hsa-miR-660-4380925 Target 24.907808 2.0539525 24.907808 6.0760517 18.831757 FALSE 336 59330876 15b hsa-miR-671-3p-4395433 Target 29.111639 1.6619914 29.111639 10.279882 18.831757 FALSE 337 59330876 15b hsa-miR-672-4395438 Target Undetermined 0.10307066 40 21.168243 18.831757 FALSE 338 59330876 15b hsa-miR-674-4395193 Target Undetermined 0.030069498 40 21.168243 18.831757 FALSE 339 59330876 15b hsa-miR-708-4395452 Target 27.132492 2.821018 27.132492 8.300735 18.831757 FALSE 340 59330876 15b hsa-miR-744-4395435 Target 28.888933 2.3445623 28.888933 10.057177 18.831757 FALSE 341 59330876 15b hsa-miR-758-4395180 Target 36.84358 0.20630066 36.84358 18.011822 18.831757 FALSE 342 59330876 15b hsa-miR-871-4395465 Target Undetermined -0.002323265 40 21.168243 18.831757 FALSE 343 59330876 15b hsa-miR-872-4395375 Target Undetermined 0.016996244 40 21.168243 18.831757 FALSE 344 59330876 15b hsa-miR-873-4395467 Target Undetermined -0.016442154 40 21.168243 18.831757 FALSE 345 59330876 15b hsa-miR-874-4395379 Target 25.83616 0.82841116 25.83616 7.004404 18.831757 FALSE 346 59330876 15b hsa-miR-875-3p-4395315 Target Undetermined 0.032252155 40 21.168243 18.831757 FALSE 347 59330876 15b hsa-miR-876-3p-4395336 Target Undetermined -0.08937109 40 21.168243 18.831757 FALSE 348 59330876 15b hsa-miR-876-5p-4395316 Target Undetermined 0.028132796 40 21.168243 18.831757 FALSE 349 59330876 15b hsa-miR-885-3p-4395483 Target Undetermined 0.16909495 40 21.168243 18.831757 FALSE 350 59330876 15b hsa-miR-885-5p-4395407 Target 23.451115 1.9196299 23.451115 4.619358 18.831757 FALSE 351 59330876 15b hsa-miR-886-3p-4395305 Target 23.560268 1.5158147 23.560268 4.728512 18.831757 FALSE 352 59330876 15b hsa-miR-886-5p-4395304 Target 23.577074 1.9852288 23.577074 4.7453175 18.831757 FALSE 353 59330876 15b hsa-miR-887-4395485 Target 33.46761 0.102676734 33.46761 14.635853 18.831757 FALSE 354 59330876 15b hsa-miR-888-4395323 Target 26.513618 1.9779481 26.513618 7.681862 18.831757 FALSE 355 59330876 15b hsa-miR-889-4395313 Target Undetermined 0.019811405 40 21.168243 18.831757 FALSE 356 59330876 15b hsa-miR-890-4395320 Target 30.192934 0.98165643 30.192934 11.361178 18.831757 FALSE 357 59330876 15b hsa-miR-891a-4395302 Target 23.525803 1.9986069 23.525803 4.694046 18.831757 FALSE 358 59330876 15b hsa-miR-891b-4395321 Target Undetermined 0.031235218 40 21.168243 18.831757 FALSE 359 59330876 15b hsa-miR-892a-4395306 Target 27.331741 0.7141498 27.331741 8.499985 18.831757 FALSE 360 59330876 15b hsa-miR-147-4373131 Target Undetermined 0.024768628 40 21.168243 18.831757 FALSE 361 59330876 15b hsa-miR-208-4373091 Target Undetermined 0.015119882 40 21.168243 18.831757 FALSE 362 59330876 15b hsa-miR-211-4373088 Target Undetermined 0.07107764 40 21.168243 18.831757 FALSE 363 59330876 15b hsa-miR-212-4373087 Target 26.736986 1.6670682 26.736986 7.9052296 18.831757 FALSE 364 59330876 15b hsa-miR-219-1-3p-4395206 Target Undetermined 0.04269678 40 21.168243 18.831757 FALSE 365 59330876 15b hsa-miR-219-2-3p-4395501 Target Undetermined 0.00991062 40 21.168243 18.831757 FALSE 366 59330876 15b hsa-miR-220-4373078 Target Undetermined -0.007221071 40 21.168243 18.831757 FALSE 367 59330876 15b hsa-miR-220b-4395317 Target Undetermined 0.13005973 40 21.168243 18.831757 FALSE 368 59330876 15b hsa-miR-220c-4395322 Target Undetermined -0.005400143 40 21.168243 18.831757 FALSE 369 59330876 15b hsa-miR-298-4395301 Target Undetermined 0.027400725 40 21.168243 18.831757 FALSE 370 59330876 15b hsa-miR-325-4373051 Target Undetermined 0.01102037 40 21.168243 18.831757 FALSE 371 59330876 15b hsa-miR-346-4373038 Target 31.029486 0.08009833 31.029486 12.197728 18.831757 FALSE 372 59330876 15b hsa-miR-376c-4395233 Target 28.539274 1.4118736 28.539274 9.707518 18.831757 FALSE 373 59330876 15b hsa-miR-384-4373017 Target Undetermined -0.012725718 40 21.168243 18.831757 FALSE 374 59330876 15b hsa-miR-412-4373199 Target Undetermined 0.05213549 40 21.168243 18.831757 FALSE 375 59330876 15b hsa-miR-448-4373206 Target Undetermined 0.014935524 40 21.168243 18.831757 FALSE 376 59330876 15b hsa-miR-492-4373217 Target Undetermined 0.001664786 40 21.168243 18.831757 FALSE 377 59330876 15b hsa-miR-506-4373231 Target Undetermined -0.001700886 40 21.168243 18.831757 FALSE 378 59330876 15b hsa-miR-509-3-5p-4395266 Target Undetermined 0.038247883 40 21.168243 18.831757 FALSE 379 59330876 15b hsa-miR-511-4373236 Target 30.381477 1.318952 30.381477 11.549721 18.831757 FALSE 380 59330876 15b hsa-miR-517b-4373244 Target 31.08082 1.0513932 31.08082 12.249064 18.831757 FALSE 381 59330876 15b hsa-miR-519c-3p-4373251 Target 33.010998 1.4315156 33.010998 14.179241 18.831757 FALSE 382 59330876 15b hsa-miR-520b-4373252 Target Undetermined 0.005189162 40 21.168243 18.831757 FALSE 383 59330876 15b hsa-miR-520e-4373255 Target Undetermined 0.01686085 40 21.168243 18.831757 FALSE 384 59330876 15b hsa-miR-520f-4373256 Target Undetermined -0.0198686 40 21.168243 18.831757 FALSE \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/GSM628070_18b.txt Thu Oct 10 04:24:43 2019 -0400 @@ -0,0 +1,1 @@ +SDS 2.3 RQ Results 1.2 Filename Testscreen analys all.sdm Assay Type RQ Study EmbeddedFile FileA Run DateTime Fri May 15 17:10:28 BST 2009 Operator ThermalCycleParams EmbeddedFile FileB Run DateTime Sat May 16 10:36:09 BST 2009 Operator ThermalCycleParams EmbeddedFile FileC Run DateTime Sun May 17 13:21:05 BST 2009 Operator ThermalCycleParams # Plate Sample Detector Task Avg Ct Delta Ct Avg Delta Ct ?Ct SE Delta Delta Ct SD RQ RQ Min RQ Max Omit 1 57050437 18b hsa-let-7a-4373169 Target 22.458889 2.1709414 22.458889 5.4795456 16.979343 FALSE 2 57050437 18b hsa-let-7c-4373167 Target 25.470335 2.9308846 25.470335 8.490992 16.979343 FALSE 3 57050437 18b hsa-let-7d-4395394 Target 22.742794 3.918607 22.742794 5.7634506 16.979343 FALSE 4 57050437 18b hsa-let-7e-4395517 Target 20.145655 2.9061322 20.145655 3.1663113 16.979343 FALSE 5 57050437 18b hsa-let-7f-4373164 Target 25.117432 0.91904056 25.117432 8.138088 16.979343 FALSE 6 57050437 18b hsa-let-7g-4395393 Target 22.76995 3.4083536 22.76995 5.7906075 16.979343 FALSE 7 57050437 18b hsa-miR-1-4395333 Target 31.23562 2.140526 31.23562 14.256276 16.979343 FALSE 8 57050437 18b hsa-miR-9-4373285 Target 30.305983 1.0496894 30.305983 13.32664 16.979343 FALSE 9 57050437 18b hsa-miR-10a-4373153 Target 25.980179 2.4528434 25.980179 9.000835 16.979343 FALSE 10 57050437 18b hsa-miR-10b-4395329 Target 27.107746 0.99635535 27.107746 10.128403 16.979343 FALSE 11 57050437 18b MammU6-4395470 Endogenous Control 16.877232 1.9866806 16.979343 0.041820906 16.979343 FALSE 12 57050437 18b MammU6-4395470 Endogenous Control 17.05851 1.861913 16.979343 0.041820906 16.979343 FALSE 13 57050437 18b hsa-miR-15a-4373123 Target 26.71766 1.4630963 26.71766 9.7383175 16.979343 FALSE 14 57050437 18b hsa-miR-15b-4373122 Target 26.109106 2.059268 26.109106 9.129763 16.979343 FALSE 15 57050437 18b hsa-miR-16-4373121 Target 20.526354 2.8335464 20.526354 3.5470104 16.979343 FALSE 16 57050437 18b hsa-miR-17-4395419 Target 20.754744 3.0947459 20.754744 3.7754002 16.979343 FALSE 17 57050437 18b hsa-miR-18a-4395533 Target 27.767477 2.3267405 27.767477 10.788135 16.979343 FALSE 18 57050437 18b hsa-miR-18b-4395328 Target 29.193151 0.44581264 29.193151 12.213809 16.979343 FALSE 19 57050437 18b hsa-miR-19a-4373099 Target 26.239483 2.0043921 26.239483 9.260139 16.979343 FALSE 20 57050437 18b hsa-miR-19b-4373098 Target 21.40662 1.9822273 21.40662 4.4272766 16.979343 FALSE 21 57050437 18b hsa-miR-20a-4373286 Target 22.49926 2.7997355 22.49926 5.5199165 16.979343 FALSE 22 57050437 18b hsa-miR-20b-4373263 Target 24.713753 3.0693953 24.713753 7.7344093 16.979343 FALSE 23 57050437 18b hsa-miR-21-4373090 Target 23.258245 2.0651293 23.258245 6.278902 16.979343 FALSE 24 57050437 18b hsa-miR-22-4373079 Target 22.682562 1.3912797 22.682562 5.7032185 16.979343 FALSE 25 57050437 18b hsa-miR-23a-4373074 Target 26.580767 0.4011199 26.580767 9.601423 16.979343 FALSE 26 57050437 18b hsa-miR-23b-4373073 Target 25.169556 1.266456 25.169556 8.190212 16.979343 FALSE 27 57050437 18b hsa-miR-24-4373072 Target 18.923601 2.7581284 18.923601 1.9442577 16.979343 FALSE 28 57050437 18b hsa-miR-25-4373071 Target 25.187689 3.989676 25.187689 8.208345 16.979343 FALSE 29 57050437 18b hsa-miR-26a-4395166 Target 19.342136 2.8780162 19.342136 2.362793 16.979343 FALSE 30 57050437 18b hsa-miR-26b-4395167 Target 23.246075 2.7334185 23.246075 6.2667313 16.979343 FALSE 31 57050437 18b hsa-miR-27a-4373287 Target 22.476683 4.368758 22.476683 5.4973392 16.979343 FALSE 32 57050437 18b hsa-miR-27b-4373068 Target 23.381998 3.7223852 23.381998 6.4026546 16.979343 FALSE 33 57050437 18b hsa-miR-28-3p-4395557 Target 22.121098 3.702835 22.121098 5.141754 16.979343 FALSE 34 57050437 18b hsa-miR-28-5p-4373067 Target 24.922401 2.833704 24.922401 7.943058 16.979343 FALSE 35 57050437 18b MammU6-4395470 Endogenous Control 17.035707 1.8792479 16.979343 0.041820906 16.979343 FALSE 36 57050437 18b MammU6-4395470 Endogenous Control 16.945925 1.9940206 16.979343 0.041820906 16.979343 FALSE 37 57050437 18b hsa-miR-29a-4395223 Target 19.622274 2.7916906 19.622274 2.642931 16.979343 FALSE 38 57050437 18b hsa-miR-29b-4373288 Target 25.272762 2.4156291 25.272762 8.293419 16.979343 FALSE 39 57050437 18b hsa-miR-29c-4395171 Target 21.537893 3.7344637 21.537893 4.55855 16.979343 FALSE 40 57050437 18b hsa-miR-30b-4373290 Target 18.173634 2.8558629 18.173634 1.1942902 16.979343 FALSE 41 57050437 18b hsa-miR-30c-4373060 Target 18.520256 2.8113372 18.520256 1.5409126 16.979343 FALSE 42 57050437 18b hsa-miR-31-4395390 Target 25.28404 2.4336543 25.28404 8.304697 16.979343 FALSE 43 57050437 18b hsa-miR-32-4395220 Target 30.842985 1.4196905 30.842985 13.863643 16.979343 FALSE 44 57050437 18b hsa-miR-33b-4395196 Target Undetermined 0.069300555 40 23.020655 16.979343 FALSE 45 57050437 18b hsa-miR-34a-4395168 Target 22.231163 3.1790147 22.231163 5.2518196 16.979343 FALSE 46 57050437 18b hsa-miR-34c-5p-4373036 Target 23.962214 2.4307723 23.962214 6.98287 16.979343 FALSE 47 57050437 18b hsa-miR-92a-4395169 Target 23.375593 2.9030044 23.375593 6.39625 16.979343 FALSE 48 57050437 18b hsa-miR-93-4373302 Target 24.695627 3.2070339 24.695627 7.716284 16.979343 FALSE 49 57050437 18b hsa-miR-95-4373011 Target 27.459642 2.753051 27.459642 10.480299 16.979343 FALSE 50 57050437 18b hsa-miR-96-4373372 Target 33.986835 0.5742709 33.986835 17.007492 16.979343 FALSE 51 57050437 18b hsa-miR-98-4373009 Target 27.507036 0.17547649 27.507036 10.527693 16.979343 FALSE 52 57050437 18b hsa-miR-99a-4373008 Target 23.688112 1.1994687 23.688112 6.708769 16.979343 FALSE 53 57050437 18b hsa-miR-99b-4373007 Target 22.805307 1.1455457 22.805307 5.825964 16.979343 FALSE 54 57050437 18b hsa-miR-100-4373160 Target 22.986599 2.4225671 22.986599 6.0072556 16.979343 FALSE 55 57050437 18b hsa-miR-101-4395364 Target 28.194677 3.060354 28.194677 11.215335 16.979343 FALSE 56 57050437 18b hsa-miR-103-4373158 Target 25.681358 2.0475755 25.681358 8.702015 16.979343 FALSE 57 57050437 18b hsa-miR-105-4395278 Target Undetermined 0.056666 40 23.020655 16.979343 FALSE 58 57050437 18b hsa-miR-106a-4395280 Target 20.63058 3.5773752 20.63058 3.6512375 16.979343 FALSE 59 57050437 18b RNU44-4373384 Target 24.21881 1.2197781 24.21881 7.2394657 16.979343 FALSE 60 57050437 18b hsa-miR-106b-4373155 Target 24.584648 2.963445 24.584648 7.6053047 16.979343 FALSE 61 57050437 18b hsa-miR-107-4373154 Target 29.43988 0.8235969 29.43988 12.460537 16.979343 FALSE 62 57050437 18b hsa-miR-122-4395356 Target 30.76884 0.8979894 30.76884 13.789497 16.979343 FALSE 63 57050437 18b hsa-miR-124-4373295 Target 32.809193 0.5315864 32.809193 15.829849 16.979343 FALSE 64 57050437 18b hsa-miR-125a-3p-4395310 Target 28.590767 2.5155594 28.590767 11.6114235 16.979343 FALSE 65 57050437 18b hsa-miR-125a-5p-4395309 Target 25.966162 2.5857127 25.966162 8.986818 16.979343 FALSE 66 57050437 18b hsa-miR-125b-4373148 Target 23.601767 2.343509 23.601767 6.622423 16.979343 FALSE 67 57050437 18b hsa-miR-126-4395339 Target 17.5618 3.002919 17.5618 0.5824566 16.979343 FALSE 68 57050437 18b hsa-miR-127-3p-4373147 Target 26.96446 2.917309 26.96446 9.985117 16.979343 FALSE 69 57050437 18b hsa-miR-127-5p-4395340 Target 34.73889 0.9378321 34.73889 17.759548 16.979343 FALSE 70 57050437 18b hsa-miR-128-4395327 Target 27.348751 2.2424743 27.348751 10.369408 16.979343 FALSE 71 57050437 18b hsa-miR-129-3p-4373297 Target 30.226315 0.6791061 30.226315 13.246971 16.979343 FALSE 72 57050437 18b hsa-miR-129-5p-4373171 Target Undetermined 0.052520283 40 23.020655 16.979343 FALSE 73 57050437 18b hsa-miR-130a-4373145 Target 24.151562 2.2860804 24.151562 7.1722183 16.979343 FALSE 74 57050437 18b hsa-miR-130b-4373144 Target 26.061573 1.9272492 26.061573 9.08223 16.979343 FALSE 75 57050437 18b hsa-miR-132-4373143 Target 25.110165 2.6798573 25.110165 8.130821 16.979343 FALSE 76 57050437 18b hsa-miR-133a-4395357 Target 24.549006 2.1409495 24.549006 7.569662 16.979343 FALSE 77 57050437 18b hsa-miR-133b-4395358 Target 28.343164 1.48044 28.343164 11.36382 16.979343 FALSE 78 57050437 18b hsa-miR-134-4373299 Target 27.00728 1.1494726 27.00728 10.027937 16.979343 FALSE 79 57050437 18b hsa-miR-135a-4373140 Target 29.038963 2.0847898 29.038963 12.05962 16.979343 FALSE 80 57050437 18b hsa-miR-135b-4395372 Target 27.826334 3.2298977 27.826334 10.84699 16.979343 FALSE 81 57050437 18b hsa-miR-136-4373173 Target 36.117496 0.7554169 36.117496 19.138153 16.979343 FALSE 82 57050437 18b hsa-miR-137-4373301 Target 32.758705 2.2577672 32.758705 15.779362 16.979343 FALSE 83 57050437 18b hsa-miR-138-4395395 Target 24.41309 3.3298943 24.41309 7.4337463 16.979343 FALSE 84 57050437 18b hsa-miR-139-3p-4395424 Target 25.350687 0.70942295 25.350687 8.371344 16.979343 FALSE 85 57050437 18b hsa-miR-139-5p-4395400 Target 23.23628 2.4937663 23.23628 6.256937 16.979343 FALSE 86 57050437 18b hsa-miR-140-3p-4395345 Target 25.01044 1.908624 25.01044 8.031097 16.979343 FALSE 87 57050437 18b hsa-miR-140-5p-4373374 Target 22.257044 3.8757148 22.257044 5.2777004 16.979343 FALSE 88 57050437 18b hsa-miR-141-4373137 Target 24.712202 3.1163273 24.712202 7.7328587 16.979343 FALSE 89 57050437 18b hsa-miR-142-3p-4373136 Target 22.720497 2.737094 22.720497 5.7411537 16.979343 FALSE 90 57050437 18b hsa-miR-142-5p-4395359 Target 29.089382 2.1615334 29.089382 12.110039 16.979343 FALSE 91 57050437 18b hsa-miR-143-4395360 Target 21.414738 3.1149108 21.414738 4.4353943 16.979343 FALSE 92 57050437 18b hsa-miR-145-4395389 Target 17.440292 2.588184 17.440292 0.46094894 16.979343 FALSE 93 57050437 18b hsa-miR-146a-4373132 Target 22.326027 2.8985486 22.326027 5.3466835 16.979343 FALSE 94 57050437 18b hsa-miR-146b-3p-4395472 Target 28.206926 1.8070643 28.206926 11.227582 16.979343 FALSE 95 57050437 18b hsa-miR-146b-5p-4373178 Target 20.258625 2.9074976 20.258625 3.2792816 16.979343 FALSE 96 57050437 18b hsa-miR-147b-4395373 Target Undetermined 0.029483974 40 23.020655 16.979343 FALSE 97 57050437 18b hsa-miR-148a-4373130 Target 25.022455 2.5029619 25.022455 8.043112 16.979343 FALSE 98 57050437 18b hsa-miR-148b-4373129 Target 28.21194 0.7278978 28.21194 11.232597 16.979343 FALSE 99 57050437 18b hsa-miR-149-4395366 Target 25.75931 1.6272379 25.75931 8.779966 16.979343 FALSE 100 57050437 18b hsa-miR-150-4373127 Target 19.50026 2.9783034 19.50026 2.520916 16.979343 FALSE 101 57050437 18b hsa-miR-152-4395170 Target 24.970116 3.695368 24.970116 7.9907722 16.979343 FALSE 102 57050437 18b hsa-miR-153-4373305 Target Undetermined 0.081685685 40 23.020655 16.979343 FALSE 103 57050437 18b hsa-miR-154-4373270 Target Undetermined 0.031846687 40 23.020655 16.979343 FALSE 104 57050437 18b hsa-miR-181a-4373117 Target 23.381319 1.5093402 23.381319 6.4019756 16.979343 FALSE 105 57050437 18b hsa-miR-181c-4373115 Target 28.968716 0.8120058 28.968716 11.989372 16.979343 FALSE 106 57050437 18b hsa-miR-182-4395445 Target 30.30931 2.1300788 30.30931 13.3299675 16.979343 FALSE 107 57050437 18b RNU48-4373383 Target 22.387222 3.1019702 22.387222 5.407879 16.979343 FALSE 108 57050437 18b hsa-miR-183-4395380 Target 29.97166 0.94870746 29.97166 12.992317 16.979343 FALSE 109 57050437 18b hsa-miR-184-4373113 Target 24.945522 2.8803627 24.945522 7.966179 16.979343 FALSE 110 57050437 18b hsa-miR-185-4395382 Target 24.786848 3.017867 24.786848 7.8075047 16.979343 FALSE 111 57050437 18b hsa-miR-186-4395396 Target 22.40372 3.2252276 22.40372 5.4243774 16.979343 FALSE 112 57050437 18b hsa-miR-187-4373307 Target 24.754965 1.8490199 24.754965 7.7756214 16.979343 FALSE 113 57050437 18b hsa-miR-188-3p-4395217 Target Undetermined 0.12539 40 23.020655 16.979343 FALSE 114 57050437 18b hsa-miR-190-4373110 Target 32.776825 1.6318139 32.776825 15.797482 16.979343 FALSE 115 57050437 18b hsa-miR-191-4395410 Target 18.827084 3.0580676 18.827084 1.8477402 16.979343 FALSE 116 57050437 18b hsa-miR-192-4373108 Target 24.739676 2.8515797 24.739676 7.760332 16.979343 FALSE 117 57050437 18b hsa-miR-193a-3p-4395361 Target 30.056696 1.8790337 30.056696 13.077352 16.979343 FALSE 118 57050437 18b hsa-miR-193a-5p-4395392 Target 26.525301 2.4848282 26.525301 9.545958 16.979343 FALSE 119 57050437 18b hsa-miR-193b-4395478 Target 22.88645 2.3874252 22.88645 5.9071064 16.979343 FALSE 120 57050437 18b hsa-miR-194-4373106 Target 27.85864 2.633116 27.85864 10.879298 16.979343 FALSE 121 57050437 18b hsa-miR-195-4373105 Target 21.973122 3.5725474 21.973122 4.993778 16.979343 FALSE 122 57050437 18b hsa-miR-196b-4395326 Target 31.224546 1.5088266 31.224546 14.245204 16.979343 FALSE 123 57050437 18b hsa-miR-197-4373102 Target 24.51063 1.1417872 24.51063 7.5312862 16.979343 FALSE 124 57050437 18b hsa-miR-198-4395384 Target 29.617344 1.3464285 29.617344 12.6380005 16.979343 FALSE 125 57050437 18b hsa-miR-199a-5p-4373272 Target 28.17258 1.3965662 28.17258 11.193237 16.979343 FALSE 126 57050437 18b hsa-miR-199a-3p-4395415 Target 23.188457 2.5672758 23.188457 6.209114 16.979343 FALSE 127 57050437 18b hsa-miR-199b-5p-4373100 Target 29.525787 0.74217707 29.525787 12.546444 16.979343 FALSE 128 57050437 18b hsa-miR-200a-4378069 Target 21.239649 3.3201811 21.239649 4.2603054 16.979343 FALSE 129 57050437 18b hsa-miR-200b-4395362 Target 22.393265 1.9047351 22.393265 5.4139214 16.979343 FALSE 130 57050437 18b hsa-miR-200c-4395411 Target 21.441671 1.9571236 21.441671 4.462328 16.979343 FALSE 131 57050437 18b hsa-miR-202-4395474 Target 33.188408 1.8034331 33.188408 16.209064 16.979343 FALSE 132 57050437 18b hsa-miR-203-4373095 Target 23.664116 2.9791431 23.664116 6.6847725 16.979343 FALSE 133 57050437 18b hsa-miR-204-4373094 Target 26.520987 2.7750123 26.520987 9.541643 16.979343 FALSE 134 57050437 18b hsa-miR-205-4373093 Target 25.987482 2.3747938 25.987482 9.008139 16.979343 FALSE 135 57050437 18b hsa-miR-208b-4395401 Target Undetermined 0.098655455 40 23.020655 16.979343 FALSE 136 57050437 18b hsa-miR-210-4373089 Target 23.974373 1.3636196 23.974373 6.9950294 16.979343 FALSE 137 57050437 18b hsa-miR-214-4395417 Target 21.671532 2.9393585 21.671532 4.6921883 16.979343 FALSE 138 57050437 18b hsa-miR-215-4373084 Target 28.971123 0.27586755 28.971123 11.991779 16.979343 FALSE 139 57050437 18b hsa-miR-216a-4395331 Target 31.63736 0.64649546 31.63736 14.658016 16.979343 FALSE 140 57050437 18b hsa-miR-216b-4395437 Target Undetermined 0.03734862 40 23.020655 16.979343 FALSE 141 57050437 18b hsa-miR-217-4395448 Target Undetermined 0.034923937 40 23.020655 16.979343 FALSE 142 57050437 18b hsa-miR-218-4373081 Target 23.095455 3.1359212 23.095455 6.1161118 16.979343 FALSE 143 57050437 18b hsa-miR-219-5p-4373080 Target 33.90879 0.26093346 33.90879 16.929447 16.979343 FALSE 144 57050437 18b hsa-miR-221-4373077 Target 24.329615 2.0651941 24.329615 7.350271 16.979343 FALSE 145 57050437 18b hsa-miR-222-4395387 Target 17.09035 3.438222 17.09035 0.11100578 16.979343 FALSE 146 57050437 18b hsa-miR-223-4395406 Target 19.071835 2.6902196 19.071835 2.0924911 16.979343 FALSE 147 57050437 18b hsa-miR-224-4395210 Target 25.318731 2.4417253 25.318731 8.339388 16.979343 FALSE 148 57050437 18b hsa-miR-296-3p-4395212 Target 32.763054 0.5376648 32.763054 15.7837105 16.979343 FALSE 149 57050437 18b hsa-miR-296-5p-4373066 Target 27.41245 0.9181766 27.41245 10.433107 16.979343 FALSE 150 57050437 18b hsa-miR-299-3p-4373189 Target Undetermined 0.0420405 40 23.020655 16.979343 FALSE 151 57050437 18b hsa-miR-299-5p-4373188 Target Undetermined 0.095393725 40 23.020655 16.979343 FALSE 152 57050437 18b hsa-miR-301a-4373064 Target 26.558365 2.249266 26.558365 9.579021 16.979343 FALSE 153 57050437 18b hsa-miR-301b-4395503 Target 31.5948 1.9432071 31.5948 14.6154585 16.979343 FALSE 154 57050437 18b hsa-miR-302a-4378070 Target 33.89025 0.364893 33.89025 16.910908 16.979343 FALSE 155 57050437 18b ath-miR159a-4373390 Target Undetermined 0.094643146 40 23.020655 16.979343 FALSE 156 57050437 18b hsa-miR-302b-4378071 Target Undetermined 0.045135938 40 23.020655 16.979343 FALSE 157 57050437 18b hsa-miR-302c-4378072 Target Undetermined 0.08692284 40 23.020655 16.979343 FALSE 158 57050437 18b hsa-miR-320-4395388 Target 20.333265 2.9164128 20.333265 3.353922 16.979343 FALSE 159 57050437 18b hsa-miR-323-3p-4395338 Target 28.915445 1.1582648 28.915445 11.936101 16.979343 FALSE 160 57050437 18b hsa-miR-324-3p-4395272 Target 25.89904 2.439337 25.89904 8.919697 16.979343 FALSE 161 57050437 18b hsa-miR-324-5p-4373052 Target 26.60161 2.431344 26.60161 9.622267 16.979343 FALSE 162 57050437 18b hsa-miR-326-4373050 Target 31.305079 0.17842509 31.305079 14.325734 16.979343 FALSE 163 57050437 18b hsa-miR-328-4373049 Target 26.702068 1.7463782 26.702068 9.722725 16.979343 FALSE 164 57050437 18b hsa-miR-329-4373191 Target 35.172394 0.14200744 35.172394 18.19305 16.979343 FALSE 165 57050437 18b hsa-miR-330-3p-4373047 Target 30.177475 0.5808965 30.177475 13.198132 16.979343 FALSE 166 57050437 18b hsa-miR-330-5p-4395341 Target 32.59566 0.30809876 32.59566 15.616318 16.979343 FALSE 167 57050437 18b hsa-miR-331-3p-4373046 Target 24.527723 2.4749935 24.527723 7.54838 16.979343 FALSE 168 57050437 18b hsa-miR-331-5p-4395344 Target 29.275434 0.91374266 29.275434 12.296092 16.979343 FALSE 169 57050437 18b hsa-miR-335-4373045 Target 26.840096 2.1059265 26.840096 9.860752 16.979343 FALSE 170 57050437 18b hsa-miR-337-5p-4395267 Target 30.129879 1.0892175 30.129879 13.150536 16.979343 FALSE 171 57050437 18b hsa-miR-338-3p-4395363 Target 27.34744 2.408913 27.34744 10.368097 16.979343 FALSE 172 57050437 18b hsa-miR-339-3p-4395295 Target 25.120718 2.0957663 25.120718 8.141375 16.979343 FALSE 173 57050437 18b hsa-miR-339-5p-4395368 Target 26.938581 0.72311825 26.938581 9.959238 16.979343 FALSE 174 57050437 18b hsa-miR-340-4395369 Target 29.12221 3.0221546 29.12221 12.142865 16.979343 FALSE 175 57050437 18b has-miR-155-4395459 Target 22.522434 3.2347558 22.522434 5.543091 16.979343 FALSE 176 57050437 18b hsa-let-7b-4395446 Target 19.403944 2.2987874 19.403944 2.4246006 16.979343 FALSE 177 57050437 18b hsa-miR-342-3p-4395371 Target 18.974796 2.3290093 18.974796 1.9954529 16.979343 FALSE 178 57050437 18b hsa-miR-342-5p-4395258 Target 28.336296 0.76223326 28.336296 11.356953 16.979343 FALSE 179 57050437 18b hsa-miR-345-4395297 Target 24.584026 3.331663 24.584026 7.604683 16.979343 FALSE 180 57050437 18b hsa-miR-361-5p-4373035 Target 25.586605 2.636644 25.586605 8.607262 16.979343 FALSE 181 57050437 18b hsa-miR-362-3p-4395228 Target 29.720432 2.3006694 29.720432 12.741089 16.979343 FALSE 182 57050437 18b hsa-miR-362-5p-4378092 Target 27.937683 1.8921653 27.937683 10.95834 16.979343 FALSE 183 57050437 18b hsa-miR-363-4378090 Target 29.365599 2.1073391 29.365599 12.386256 16.979343 FALSE 184 57050437 18b hsa-miR-365-4373194 Target 24.791473 2.002474 24.791473 7.81213 16.979343 FALSE 185 57050437 18b hsa-miR-367-4373034 Target Undetermined 0.10231731 40 23.020655 16.979343 FALSE 186 57050437 18b hsa-miR-369-3p-4373032 Target Undetermined 0.029649818 40 23.020655 16.979343 FALSE 187 57050437 18b hsa-miR-369-5p-4373195 Target Undetermined 0.016315322 40 23.020655 16.979343 FALSE 188 57050437 18b hsa-miR-370-4395386 Target 26.652365 1.4213607 26.652365 9.673021 16.979343 FALSE 189 57050437 18b hsa-miR-371-3p-4395235 Target Undetermined 0.035110943 40 23.020655 16.979343 FALSE 190 57050437 18b hsa-miR-372-4373029 Target Undetermined 0.034642454 40 23.020655 16.979343 FALSE 191 57050437 18b hsa-miR-373-4378073 Target Undetermined 0.042492945 40 23.020655 16.979343 FALSE 192 57050437 18b hsa-miR-374a-4373028 Target 25.03981 3.0579524 25.03981 8.060467 16.979343 FALSE 193 57050437 18b hsa-miR-374b-4381045 Target 24.034027 3.3632052 24.034027 7.0546837 16.979343 FALSE 194 57050437 18b hsa-miR-375-4373027 Target 23.472485 2.557651 23.472485 6.493141 16.979343 FALSE 195 57050437 18b hsa-miR-376a-4373026 Target 29.933886 2.1991127 29.933886 12.954541 16.979343 FALSE 196 57050437 18b hsa-miR-376b-4373196 Target Undetermined 0.06003518 40 23.020655 16.979343 FALSE 197 57050437 18b hsa-miR-377-4373025 Target Undetermined 0.06610146 40 23.020655 16.979343 FALSE 198 57050437 18b hsa-miR-379-4373349 Target 28.574152 2.1699839 28.574152 11.594808 16.979343 FALSE 199 57050437 18b hsa-miR-380-4373022 Target Undetermined 0.15872024 40 23.020655 16.979343 FALSE 200 57050437 18b hsa-miR-381-4373020 Target Undetermined 0.0737967 40 23.020655 16.979343 FALSE 201 57050437 18b hsa-miR-382-4373019 Target Undetermined 0.39950934 40 23.020655 16.979343 FALSE 202 57050437 18b hsa-miR-383-4373018 Target Undetermined 0.015617862 40 23.020655 16.979343 FALSE 203 57050437 18b hsa-miR-409-5p-4395442 Target Undetermined 0.04123874 40 23.020655 16.979343 FALSE 204 57050437 18b hsa-miR-410-4378093 Target 30.631687 1.5528741 30.631687 13.652344 16.979343 FALSE 205 57050437 18b hsa-miR-411-4381013 Target 27.974253 2.7615237 27.974253 10.994908 16.979343 FALSE 206 57050437 18b hsa-miR-422a-4395408 Target 31.578156 2.125652 31.578156 14.598812 16.979343 FALSE 207 57050437 18b hsa-miR-423-5p-4395451 Target 27.147354 1.2973005 27.147354 10.168011 16.979343 FALSE 208 57050437 18b hsa-miR-424-4373201 Target 30.641191 1.8787808 30.641191 13.661847 16.979343 FALSE 209 57050437 18b hsa-miR-425-4380926 Target 24.777197 1.2875532 24.777197 7.7978535 16.979343 FALSE 210 57050437 18b hsa-miR-429-4373203 Target 25.895164 2.9246104 25.895164 8.915821 16.979343 FALSE 211 57050437 18b hsa-miR-431-4395173 Target Undetermined 0.08504402 40 23.020655 16.979343 FALSE 212 57050437 18b hsa-miR-433-4373205 Target 30.205841 0.745918 30.205841 13.226498 16.979343 FALSE 213 57050437 18b hsa-miR-449a-4373207 Target 25.917923 3.0022619 25.917923 8.93858 16.979343 FALSE 214 57050437 18b hsa-miR-449b-4381011 Target 27.64541 1.7468033 27.64541 10.666067 16.979343 FALSE 215 57050437 18b hsa-miR-450a-4395414 Target 31.046202 1.9398504 31.046202 14.066859 16.979343 FALSE 216 57050437 18b hsa-miR-450b-3p-4395319 Target Undetermined 0.04155388 40 23.020655 16.979343 FALSE 217 57050437 18b hsa-miR-450b-5p-4395318 Target Undetermined 0.104337476 40 23.020655 16.979343 FALSE 218 57050437 18b hsa-miR-451-4373360 Target 23.12696 3.1116176 23.12696 6.1476173 16.979343 FALSE 219 57050437 18b hsa-miR-452-4395440 Target 27.860497 2.583884 27.860497 10.881153 16.979343 FALSE 220 57050437 18b hsa-miR-453-4395429 Target Undetermined 0.013165078 40 23.020655 16.979343 FALSE 221 57050437 18b hsa-miR-454-4395434 Target 23.57312 2.784211 23.57312 6.5937767 16.979343 FALSE 222 57050437 18b hsa-miR-455-3p-4395355 Target 27.107107 1.7192341 27.107107 10.127764 16.979343 FALSE 223 57050437 18b hsa-miR-455-5p-4378098 Target 26.401987 2.3367543 26.401987 9.422644 16.979343 FALSE 224 57050437 18b hsa-miR-483-5p-4395449 Target 29.460678 2.540205 29.460678 12.481335 16.979343 FALSE 225 57050437 18b hsa-miR-484-4381032 Target 21.205286 3.2789123 21.205286 4.2259426 16.979343 FALSE 226 57050437 18b hsa-miR-485-3p-4378095 Target Undetermined 0.056411974 40 23.020655 16.979343 FALSE 227 57050437 18b hsa-miR-485-5p-4373212 Target Undetermined 0.021058451 40 23.020655 16.979343 FALSE 228 57050437 18b hsa-miR-486-3p-4395204 Target 28.97731 0.61591476 28.97731 11.997967 16.979343 FALSE 229 57050437 18b hsa-miR-486-5p-4378096 Target 25.649364 2.2604184 25.649364 8.670021 16.979343 FALSE 230 57050437 18b hsa-miR-487a-4378097 Target 33.357872 0.1884712 33.357872 16.378529 16.979343 FALSE 231 57050437 18b hsa-miR-487b-4378102 Target 29.306442 1.6785269 29.306442 12.327099 16.979343 FALSE 232 57050437 18b hsa-miR-488-4395468 Target Undetermined 0.060623005 40 23.020655 16.979343 FALSE 233 57050437 18b hsa-miR-489-4395469 Target 25.199389 3.1794975 25.199389 8.220045 16.979343 FALSE 234 57050437 18b hsa-miR-490-3p-4373215 Target 37.4951 0.13879843 37.4951 20.515755 16.979343 FALSE 235 57050437 18b hsa-miR-491-3p-4395471 Target Undetermined 0.006577758 40 23.020655 16.979343 FALSE 236 57050437 18b hsa-miR-491-5p-4381053 Target 26.814056 2.8537319 26.814056 9.834713 16.979343 FALSE 237 57050437 18b hsa-miR-493-4395475 Target 30.67177 1.6023494 30.67177 13.692426 16.979343 FALSE 238 57050437 18b hsa-miR-494-4395476 Target 25.619255 2.6717787 25.619255 8.639912 16.979343 FALSE 239 57050437 18b hsa-miR-495-4381078 Target 29.799541 1.3642807 29.799541 12.820198 16.979343 FALSE 240 57050437 18b hsa-miR-496-4386771 Target Undetermined 0.05931596 40 23.020655 16.979343 FALSE 241 57050437 18b hsa-miR-499-3p-4395538 Target Undetermined 0.05214408 40 23.020655 16.979343 FALSE 242 57050437 18b hsa-miR-499-5p-4381047 Target Undetermined 0.050067965 40 23.020655 16.979343 FALSE 243 57050437 18b hsa-miR-500-4395539 Target 27.358158 2.28535 27.358158 10.378815 16.979343 FALSE 244 57050437 18b hsa-miR-501-3p-4395546 Target Undetermined 0.050819527 40 23.020655 16.979343 FALSE 245 57050437 18b hsa-miR-501-5p-4373226 Target 26.849722 1.2675794 26.849722 9.8703785 16.979343 FALSE 246 57050437 18b hsa-miR-502-3p-4395194 Target 29.571436 2.0455322 29.571436 12.592092 16.979343 FALSE 247 57050437 18b hsa-miR-502-5p-4373227 Target 28.201677 1.6640528 28.201677 11.222333 16.979343 FALSE 248 57050437 18b hsa-miR-503-4373228 Target 31.429356 0.78285676 31.429356 14.450012 16.979343 FALSE 249 57050437 18b hsa-miR-504-4395195 Target 28.955288 0.47012877 28.955288 11.9759445 16.979343 FALSE 250 57050437 18b hsa-miR-505-4395200 Target 32.954025 0.34361014 32.954025 15.974682 16.979343 FALSE 251 57050437 18b hsa-miR-507-4373232 Target Undetermined -0.001002014 40 23.020655 16.979343 FALSE 252 57050437 18b hsa-miR-508-3p-4373233 Target 33.342438 0.6982306 33.342438 16.363094 16.979343 FALSE 253 57050437 18b hsa-miR-508-5p-4395203 Target Undetermined 0.04596698 40 23.020655 16.979343 FALSE 254 57050437 18b hsa-miR-509-5p-4395346 Target 31.744255 0.2806083 31.744255 14.764912 16.979343 FALSE 255 57050437 18b hsa-miR-510-4395352 Target Undetermined 0.026646815 40 23.020655 16.979343 FALSE 256 57050437 18b hsa-miR-512-3p-4381034 Target 28.95706 2.0471096 28.95706 11.977717 16.979343 FALSE 257 57050437 18b hsa-miR-512-5p-4373238 Target Undetermined 0.050185658 40 23.020655 16.979343 FALSE 258 57050437 18b hsa-miR-513-5p-4395201 Target Undetermined 0.008845145 40 23.020655 16.979343 FALSE 259 57050437 18b hsa-miR-515-3p-4395480 Target Undetermined 0.004007954 40 23.020655 16.979343 FALSE 260 57050437 18b hsa-miR-515-5p-4373242 Target 34.292984 0.21429358 34.292984 17.31364 16.979343 FALSE 261 57050437 18b hsa-miR-516a-5p-4395527 Target Undetermined 0.025728844 40 23.020655 16.979343 FALSE 262 57050437 18b hsa-miR-516b-4395172 Target 33.24296 0.20179746 33.24296 16.263618 16.979343 FALSE 263 57050437 18b hsa-miR-517a-4395513 Target 27.602077 1.6578078 27.602077 10.622734 16.979343 FALSE 264 57050437 18b hsa-miR-517c-4373264 Target 28.08944 1.9596606 28.08944 11.110096 16.979343 FALSE 265 57050437 18b hsa-miR-518a-3p-4395508 Target Undetermined 0.10340876 40 23.020655 16.979343 FALSE 266 57050437 18b hsa-miR-518a-5p-4395507 Target Undetermined 0.009677124 40 23.020655 16.979343 FALSE 267 57050437 18b hsa-miR-518b-4373246 Target 31.20745 1.0450141 31.20745 14.228107 16.979343 FALSE 268 57050437 18b hsa-miR-518c-4395512 Target Undetermined 0.018538883 40 23.020655 16.979343 FALSE 269 57050437 18b hsa-miR-518d-3p-4373248 Target 32.252182 0.25143948 32.252182 15.272839 16.979343 FALSE 270 57050437 18b hsa-miR-518d-5p-4395500 Target 35.874943 0.12624304 35.874943 18.8956 16.979343 FALSE 271 57050437 18b hsa-miR-518e-4395506 Target 30.595057 2.133555 30.595057 13.615712 16.979343 FALSE 272 57050437 18b hsa-miR-518f-4395499 Target 30.841024 1.918787 30.841024 13.861682 16.979343 FALSE 273 57050437 18b hsa-miR-519a-4395526 Target 27.527998 1.6747801 27.527998 10.548655 16.979343 FALSE 274 57050437 18b hsa-miR-519d-4395514 Target 32.34583 0.7709728 32.34583 15.366486 16.979343 FALSE 275 57050437 18b hsa-miR-519e-4395481 Target 39.92813 0.060959835 39.92813 22.948786 16.979343 FALSE 276 57050437 18b hsa-miR-520a-3p-4373268 Target 32.14775 0.6803737 32.14775 15.168407 16.979343 FALSE 277 57050437 18b hsa-miR-520a-5p-4378085 Target Undetermined 0.012738238 40 23.020655 16.979343 FALSE 278 57050437 18b hsa-miR-520d-5p-4395504 Target Undetermined 0.017797481 40 23.020655 16.979343 FALSE 279 57050437 18b hsa-miR-520g-4373257 Target Undetermined 0.084515505 40 23.020655 16.979343 FALSE 280 57050437 18b hsa-miR-521-4373259 Target 31.859184 0.57798314 31.859184 14.879841 16.979343 FALSE 281 57050437 18b hsa-miR-522-4395524 Target 29.756134 1.2171825 29.756134 12.776791 16.979343 FALSE 282 57050437 18b hsa-miR-523-4395497 Target Undetermined 0.012421511 40 23.020655 16.979343 FALSE 283 57050437 18b hsa-miR-524-5p-4395174 Target Undetermined 8.10E-04 40 23.020655 16.979343 FALSE 284 57050437 18b hsa-miR-525-3p-4395496 Target 35.177143 0.18862997 35.177143 18.1978 16.979343 FALSE 285 57050437 18b hsa-miR-525-5p-4378088 Target Undetermined 0.008822361 40 23.020655 16.979343 FALSE 286 57050437 18b hsa-miR-526b-4395493 Target Undetermined 0.006186529 40 23.020655 16.979343 FALSE 287 57050437 18b hsa-miR-532-3p-4395466 Target 24.774466 2.311778 24.774466 7.795122 16.979343 FALSE 288 57050437 18b hsa-miR-532-5p-4380928 Target 22.203335 2.9290862 22.203335 5.2239914 16.979343 FALSE 289 57050437 18b hsa-miR-539-4378103 Target 29.507088 2.4536257 29.507088 12.527744 16.979343 FALSE 290 57050437 18b hsa-miR-541-4395312 Target Undetermined -0.003712299 40 23.020655 16.979343 FALSE 291 57050437 18b hsa-miR-542-3p-4378101 Target 32.153393 1.562932 32.153393 15.174049 16.979343 FALSE 292 57050437 18b hsa-miR-542-5p-4395351 Target 28.93777 1.5346202 28.93777 11.958427 16.979343 FALSE 293 57050437 18b hsa-miR-544-4395376 Target Undetermined 0.029044079 40 23.020655 16.979343 FALSE 294 57050437 18b hsa-miR-545-4395378 Target 33.096592 1.3384138 33.096592 16.117249 16.979343 FALSE 295 57050437 18b hsa-miR-548a-3p-4380948 Target Undetermined 0.07705069 40 23.020655 16.979343 FALSE 296 57050437 18b hsa-miR-548a-5p-4395523 Target Undetermined 0.02159667 40 23.020655 16.979343 FALSE 297 57050437 18b hsa-miR-548b-3p-4380951 Target Undetermined 0.12145354 40 23.020655 16.979343 FALSE 298 57050437 18b hsa-miR-548b-5p-4395519 Target 29.882929 1.3033297 29.882929 12.9035845 16.979343 FALSE 299 57050437 18b hsa-miR-548c-3p-4380993 Target Undetermined 0.0979297 40 23.020655 16.979343 FALSE 300 57050437 18b hsa-miR-548c-5p-4395540 Target 32.7273 0.84222865 32.7273 15.747955 16.979343 FALSE 301 57050437 18b hsa-miR-548d-3p-4381008 Target Undetermined 0.04301263 40 23.020655 16.979343 FALSE 302 57050437 18b hsa-miR-548d-5p-4395348 Target 32.348816 0.86955684 32.348816 15.3694725 16.979343 FALSE 303 57050437 18b hsa-miR-551b-4380945 Target 30.570524 1.9079918 30.570524 13.591182 16.979343 FALSE 304 57050437 18b hsa-miR-556-3p-4395456 Target Undetermined 0.06289685 40 23.020655 16.979343 FALSE 305 57050437 18b hsa-miR-556-5p-4395455 Target Undetermined 0.045150615 40 23.020655 16.979343 FALSE 306 57050437 18b hsa-miR-561-4380938 Target Undetermined 0.028961942 40 23.020655 16.979343 FALSE 307 57050437 18b hsa-miR-570-4395458 Target Undetermined -0.012927284 40 23.020655 16.979343 FALSE 308 57050437 18b hsa-miR-574-3p-4395460 Target 30.226093 1.5669608 30.226093 13.24675 16.979343 FALSE 309 57050437 18b hsa-miR-576-3p-4395462 Target 34.32208 0.44785708 34.32208 17.342735 16.979343 FALSE 310 57050437 18b hsa-miR-576-5p-4395461 Target Undetermined 0.01646294 40 23.020655 16.979343 FALSE 311 57050437 18b hsa-miR-579-4395509 Target 31.774885 1.2396406 31.774885 14.795543 16.979343 FALSE 312 57050437 18b hsa-miR-582-3p-4395510 Target Undetermined 0.097144276 40 23.020655 16.979343 FALSE 313 57050437 18b hsa-miR-582-5p-4395175 Target 34.28896 0.23791592 34.28896 17.309616 16.979343 FALSE 314 57050437 18b hsa-miR-589-4395520 Target Undetermined -0.001627369 40 23.020655 16.979343 FALSE 315 57050437 18b hsa-miR-590-5p-4395176 Target 26.570385 2.9182734 26.570385 9.591042 16.979343 FALSE 316 57050437 18b hsa-miR-597-4380960 Target 31.319963 1.6294287 31.319963 14.340619 16.979343 FALSE 317 57050437 18b hsa-miR-598-4395179 Target 27.459375 2.5270348 27.459375 10.480032 16.979343 FALSE 318 57050437 18b hsa-miR-615-3p-4386777 Target Undetermined 0.02746263 40 23.020655 16.979343 FALSE 319 57050437 18b hsa-miR-615-5p-4395464 Target 35.84087 0.10584774 35.84087 18.861526 16.979343 FALSE 320 57050437 18b hsa-miR-616-4395525 Target Undetermined 0.02863 40 23.020655 16.979343 FALSE 321 57050437 18b hsa-miR-618-4380996 Target 31.318258 1.6747378 31.318258 14.338916 16.979343 FALSE 322 57050437 18b hsa-miR-624-4395541 Target Undetermined 0.018573068 40 23.020655 16.979343 FALSE 323 57050437 18b hsa-miR-625-4395542 Target 29.600529 1.3439976 29.600529 12.621185 16.979343 FALSE 324 57050437 18b hsa-miR-627-4380967 Target Undetermined 0.047748115 40 23.020655 16.979343 FALSE 325 57050437 18b hsa-miR-628-5p-4395544 Target 28.041952 2.6433578 28.041952 11.06261 16.979343 FALSE 326 57050437 18b hsa-miR-629-4395547 Target 30.35917 1.6877666 30.35917 13.379827 16.979343 FALSE 327 57050437 18b hsa-miR-636-4395199 Target 30.882912 1.1174539 30.882912 13.903568 16.979343 FALSE 328 57050437 18b hsa-miR-642-4380995 Target 28.411325 2.003015 28.411325 11.431981 16.979343 FALSE 329 57050437 18b hsa-miR-651-4381007 Target Undetermined 0.013013491 40 23.020655 16.979343 FALSE 330 57050437 18b hsa-miR-652-4395463 Target 25.163088 2.3582628 25.163088 8.183744 16.979343 FALSE 331 57050437 18b hsa-miR-653-4395403 Target Undetermined 0.02193986 40 23.020655 16.979343 FALSE 332 57050437 18b hsa-miR-654-3p-4395350 Target Undetermined 0.04707205 40 23.020655 16.979343 FALSE 333 57050437 18b hsa-miR-654-5p-4381014 Target 33.51622 0.109574124 33.51622 16.536877 16.979343 FALSE 334 57050437 18b hsa-miR-655-4381015 Target 33.977528 0.9179717 33.977528 16.998184 16.979343 FALSE 335 57050437 18b hsa-miR-660-4380925 Target 25.28523 2.1884243 25.28523 8.305887 16.979343 FALSE 336 57050437 18b hsa-miR-671-3p-4395433 Target 28.615477 2.3985674 28.615477 11.636134 16.979343 FALSE 337 57050437 18b hsa-miR-672-4395438 Target Undetermined 0.061943684 40 23.020655 16.979343 FALSE 338 57050437 18b hsa-miR-674-4395193 Target Undetermined 0.09048352 40 23.020655 16.979343 FALSE 339 57050437 18b hsa-miR-708-4395452 Target 27.44402 2.8270752 27.44402 10.464676 16.979343 FALSE 340 57050437 18b hsa-miR-744-4395435 Target 26.061644 2.9815402 26.061644 9.0823 16.979343 FALSE 341 57050437 18b hsa-miR-758-4395180 Target 31.96058 0.85509753 31.96058 14.981236 16.979343 FALSE 342 57050437 18b hsa-miR-871-4395465 Target Undetermined 0.009740706 40 23.020655 16.979343 FALSE 343 57050437 18b hsa-miR-872-4395375 Target Undetermined 0.0110105 40 23.020655 16.979343 FALSE 344 57050437 18b hsa-miR-873-4395467 Target 32.19571 1.3573117 32.19571 15.216366 16.979343 FALSE 345 57050437 18b hsa-miR-874-4395379 Target 27.840733 0.38809317 27.840733 10.861389 16.979343 FALSE 346 57050437 18b hsa-miR-875-3p-4395315 Target Undetermined 0.019054715 40 23.020655 16.979343 FALSE 347 57050437 18b hsa-miR-876-3p-4395336 Target 33.993767 1.4989558 33.993767 17.014423 16.979343 FALSE 348 57050437 18b hsa-miR-876-5p-4395316 Target 33.055206 0.42219114 33.055206 16.075863 16.979343 FALSE 349 57050437 18b hsa-miR-885-3p-4395483 Target Undetermined 0.08771773 40 23.020655 16.979343 FALSE 350 57050437 18b hsa-miR-885-5p-4395407 Target 30.230778 1.4153496 30.230778 13.251434 16.979343 FALSE 351 57050437 18b hsa-miR-886-3p-4395305 Target 22.674713 1.8746794 22.674713 5.6953697 16.979343 FALSE 352 57050437 18b hsa-miR-886-5p-4395304 Target 21.906837 2.3878453 21.906837 4.927494 16.979343 FALSE 353 57050437 18b hsa-miR-887-4395485 Target 29.434397 0.2625867 29.434397 12.455052 16.979343 FALSE 354 57050437 18b hsa-miR-888-4395323 Target Undetermined 0.07116182 40 23.020655 16.979343 FALSE 355 57050437 18b hsa-miR-889-4395313 Target 32.772564 0.8161522 32.772564 15.7932205 16.979343 FALSE 356 57050437 18b hsa-miR-890-4395320 Target Undetermined 0.035113893 40 23.020655 16.979343 FALSE 357 57050437 18b hsa-miR-891a-4395302 Target Undetermined -8.88E-04 40 23.020655 16.979343 FALSE 358 57050437 18b hsa-miR-891b-4395321 Target Undetermined 0.036327668 40 23.020655 16.979343 FALSE 359 57050437 18b hsa-miR-892a-4395306 Target Undetermined 0.024402665 40 23.020655 16.979343 FALSE 360 57050437 18b hsa-miR-147-4373131 Target Undetermined 0.036419295 40 23.020655 16.979343 FALSE 361 57050437 18b hsa-miR-208-4373091 Target Undetermined 0.04777107 40 23.020655 16.979343 FALSE 362 57050437 18b hsa-miR-211-4373088 Target Undetermined 0.058774825 40 23.020655 16.979343 FALSE 363 57050437 18b hsa-miR-212-4373087 Target 27.144476 2.2569962 27.144476 10.1651325 16.979343 FALSE 364 57050437 18b hsa-miR-219-1-3p-4395206 Target Undetermined 0.043718 40 23.020655 16.979343 FALSE 365 57050437 18b hsa-miR-219-2-3p-4395501 Target Undetermined 0.025053982 40 23.020655 16.979343 FALSE 366 57050437 18b hsa-miR-220-4373078 Target Undetermined 0.010743091 40 23.020655 16.979343 FALSE 367 57050437 18b hsa-miR-220b-4395317 Target Undetermined -0.002322512 40 23.020655 16.979343 FALSE 368 57050437 18b hsa-miR-220c-4395322 Target 32.966923 0.13468213 32.966923 15.987579 16.979343 FALSE 369 57050437 18b hsa-miR-298-4395301 Target Undetermined -0.007188912 40 23.020655 16.979343 FALSE 370 57050437 18b hsa-miR-325-4373051 Target Undetermined -0.007407809 40 23.020655 16.979343 FALSE 371 57050437 18b hsa-miR-346-4373038 Target Undetermined 0.056937702 40 23.020655 16.979343 FALSE 372 57050437 18b hsa-miR-376c-4395233 Target 26.898666 1.8718156 26.898666 9.919323 16.979343 FALSE 373 57050437 18b hsa-miR-384-4373017 Target Undetermined 0.019992093 40 23.020655 16.979343 FALSE 374 57050437 18b hsa-miR-412-4373199 Target 35.9421 0.12658992 35.9421 18.962757 16.979343 FALSE 375 57050437 18b hsa-miR-448-4373206 Target Undetermined 0.024849502 40 23.020655 16.979343 FALSE 376 57050437 18b hsa-miR-492-4373217 Target 29.581306 0.42327166 29.581306 12.601963 16.979343 FALSE 377 57050437 18b hsa-miR-506-4373231 Target Undetermined 0.001670005 40 23.020655 16.979343 FALSE 378 57050437 18b hsa-miR-509-3-5p-4395266 Target Undetermined 0.021019962 40 23.020655 16.979343 FALSE 379 57050437 18b hsa-miR-511-4373236 Target 26.574171 2.8341675 26.574171 9.594828 16.979343 FALSE 380 57050437 18b hsa-miR-517b-4373244 Target Undetermined 0.043127254 40 23.020655 16.979343 FALSE 381 57050437 18b hsa-miR-519c-3p-4373251 Target Undetermined 0.014718163 40 23.020655 16.979343 FALSE 382 57050437 18b hsa-miR-520b-4373252 Target Undetermined 0.042492 40 23.020655 16.979343 FALSE 383 57050437 18b hsa-miR-520e-4373255 Target Undetermined 0.018754674 40 23.020655 16.979343 FALSE 384 57050437 18b hsa-miR-520f-4373256 Target Undetermined 0.00825514 40 23.020655 16.979343 FALSE \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/GSM628072_202b.txt Thu Oct 10 04:24:43 2019 -0400 @@ -0,0 +1,1 @@ +SDS 2.3 RQ Results 1.2 Filename Testscreen analys all.sdm Assay Type RQ Study EmbeddedFile FileA Run DateTime Fri May 15 17:10:28 BST 2009 Operator ThermalCycleParams EmbeddedFile FileB Run DateTime Sat May 16 10:36:09 BST 2009 Operator ThermalCycleParams EmbeddedFile FileC Run DateTime Sun May 17 13:21:05 BST 2009 Operator ThermalCycleParams # Plate Sample Detector Task Avg Ct Delta Ct Avg Delta Ct ?Ct SE Delta Delta Ct SD RQ RQ Min RQ Max Omit 1 59330896 202b hsa-let-7a-4373169 Target 24.082047 1.5799243 24.082047 6.095291 17.986755 FALSE 2 59330896 202b hsa-let-7c-4373167 Target 28.315012 2.370147 28.315012 10.328257 17.986755 FALSE 3 59330896 202b hsa-let-7d-4395394 Target 24.019098 3.0169995 24.019098 6.032343 17.986755 FALSE 4 59330896 202b hsa-let-7e-4395517 Target 21.608915 3.0183454 21.608915 3.62216 17.986755 FALSE 5 59330896 202b hsa-let-7f-4373164 Target 25.64155 0.9275272 25.64155 7.6547947 17.986755 FALSE 6 59330896 202b hsa-let-7g-4395393 Target 24.326334 2.8693433 24.326334 6.3395786 17.986755 FALSE 7 59330896 202b hsa-miR-1-4395333 Target 26.168646 2.4105198 26.168646 8.1818905 17.986755 FALSE 8 59330896 202b hsa-miR-9-4373285 Target 29.265179 1.1936992 29.265179 11.278423 17.986755 FALSE 9 59330896 202b hsa-miR-10a-4373153 Target 28.53485 2.066522 28.53485 10.548094 17.986755 FALSE 10 59330896 202b hsa-miR-10b-4395329 Target 23.874378 2.0449302 23.874378 5.887623 17.986755 FALSE 11 59330896 202b MammU6-4395470 Endogenous Control 18.013384 1.7254714 17.986755 0.027029634 17.986755 FALSE 12 59330896 202b MammU6-4395470 Endogenous Control 18.049551 1.7595425 17.986755 0.027029634 17.986755 FALSE 13 59330896 202b hsa-miR-15a-4373123 Target 27.91974 1.2275677 27.91974 9.932985 17.986755 FALSE 14 59330896 202b hsa-miR-15b-4373122 Target 26.311502 2.228857 26.311502 8.324747 17.986755 FALSE 15 59330896 202b hsa-miR-16-4373121 Target 21.749166 2.6033812 21.749166 3.762411 17.986755 FALSE 16 59330896 202b hsa-miR-17-4395419 Target 19.245756 3.0866961 19.245756 1.2590008 17.986755 FALSE 17 59330896 202b hsa-miR-18a-4395533 Target 25.493963 2.5509982 25.493963 7.507208 17.986755 FALSE 18 59330896 202b hsa-miR-18b-4395328 Target 26.797638 0.6198833 26.797638 8.810883 17.986755 FALSE 19 59330896 202b hsa-miR-19a-4373099 Target 24.864954 1.838574 24.864954 6.8781986 17.986755 FALSE 20 59330896 202b hsa-miR-19b-4373098 Target 20.126759 2.4067588 20.126759 2.1400032 17.986755 FALSE 21 59330896 202b hsa-miR-20a-4373286 Target 20.978718 2.7845173 20.978718 2.9919624 17.986755 FALSE 22 59330896 202b hsa-miR-20b-4373263 Target 23.40191 2.6433992 23.40191 5.4151554 17.986755 FALSE 23 59330896 202b hsa-miR-21-4373090 Target 21.32819 2.3292906 21.32819 3.3414345 17.986755 FALSE 24 59330896 202b hsa-miR-22-4373079 Target 23.208197 1.2070633 23.208197 5.2214413 17.986755 FALSE 25 59330896 202b hsa-miR-23a-4373074 Target 27.351286 0.3583981 27.351286 9.364531 17.986755 FALSE 26 59330896 202b hsa-miR-23b-4373073 Target 28.839108 0.61136323 28.839108 10.852352 17.986755 FALSE 27 59330896 202b hsa-miR-24-4373072 Target 19.82826 2.813878 19.82826 1.841505 17.986755 FALSE 28 59330896 202b hsa-miR-25-4373071 Target 23.086319 4.733179 23.086319 5.0995636 17.986755 FALSE 29 59330896 202b hsa-miR-26a-4395166 Target 21.34183 2.7261624 21.34183 3.355074 17.986755 FALSE 30 59330896 202b hsa-miR-26b-4395167 Target 24.905432 2.3939397 24.905432 6.9186764 17.986755 FALSE 31 59330896 202b hsa-miR-27a-4373287 Target 23.190948 3.661044 23.190948 5.204193 17.986755 FALSE 32 59330896 202b hsa-miR-27b-4373068 Target 25.441347 2.9343488 25.441347 7.4545918 17.986755 FALSE 33 59330896 202b hsa-miR-28-3p-4395557 Target 22.219627 3.4678144 22.219627 4.232872 17.986755 FALSE 34 59330896 202b hsa-miR-28-5p-4373067 Target 24.773388 2.9059324 24.773388 6.7866325 17.986755 FALSE 35 59330896 202b MammU6-4395470 Endogenous Control 17.934406 1.9548384 17.986755 0.027029634 17.986755 FALSE 36 59330896 202b MammU6-4395470 Endogenous Control 17.949682 1.8579836 17.986755 0.027029634 17.986755 FALSE 37 59330896 202b hsa-miR-29a-4395223 Target 21.755709 2.8957305 21.755709 3.7689533 17.986755 FALSE 38 59330896 202b hsa-miR-29b-4373288 Target 27.082407 2.1232255 27.082407 9.095652 17.986755 FALSE 39 59330896 202b hsa-miR-29c-4395171 Target 24.701109 3.0067048 24.701109 6.7143536 17.986755 FALSE 40 59330896 202b hsa-miR-30b-4373290 Target 20.370838 2.7315686 20.370838 2.3840828 17.986755 FALSE 41 59330896 202b hsa-miR-30c-4373060 Target 20.46426 2.7826092 20.46426 2.4775047 17.986755 FALSE 42 59330896 202b hsa-miR-31-4395390 Target 20.298683 3.0877523 20.298683 2.3119278 17.986755 FALSE 43 59330896 202b hsa-miR-32-4395220 Target 30.69535 1.3199235 30.69535 12.708595 17.986755 FALSE 44 59330896 202b hsa-miR-33b-4395196 Target 33.419994 0.5053619 33.419994 15.433239 17.986755 FALSE 45 59330896 202b hsa-miR-34a-4395168 Target 24.227123 2.7921183 24.227123 6.240368 17.986755 FALSE 46 59330896 202b hsa-miR-34c-5p-4373036 Target 31.071434 0.23050155 31.071434 13.084679 17.986755 FALSE 47 59330896 202b hsa-miR-92a-4395169 Target 21.3625 2.7419643 21.3625 3.3757439 17.986755 FALSE 48 59330896 202b hsa-miR-93-4373302 Target 22.968584 2.949387 22.968584 4.9818287 17.986755 FALSE 49 59330896 202b hsa-miR-95-4373011 Target 26.19454 2.6278048 26.19454 8.207785 17.986755 FALSE 50 59330896 202b hsa-miR-96-4373372 Target 29.57255 1.652464 29.57255 11.585795 17.986755 FALSE 51 59330896 202b hsa-miR-98-4373009 Target 26.235994 0.34958032 26.235994 8.249239 17.986755 FALSE 52 59330896 202b hsa-miR-99a-4373008 Target 26.335625 1.5708637 26.335625 8.348869 17.986755 FALSE 53 59330896 202b hsa-miR-99b-4373007 Target 25.22105 0.9806885 25.22105 7.234295 17.986755 FALSE 54 59330896 202b hsa-miR-100-4373160 Target 27.014051 1.8549148 27.014051 9.027296 17.986755 FALSE 55 59330896 202b hsa-miR-101-4395364 Target 31.238901 2.291264 31.238901 13.252147 17.986755 FALSE 56 59330896 202b hsa-miR-103-4373158 Target 26.124773 2.077914 26.124773 8.138018 17.986755 FALSE 57 59330896 202b hsa-miR-105-4395278 Target Undetermined 0.10505307 40 22.013245 17.986755 FALSE 58 59330896 202b hsa-miR-106a-4395280 Target 19.101791 3.383342 19.101791 1.115036 17.986755 FALSE 59 59330896 202b RNU44-4373384 Target 23.446148 1.173984 23.446148 5.4593925 17.986755 FALSE 60 59330896 202b hsa-miR-106b-4373155 Target 22.861353 2.4873219 22.861353 4.8745975 17.986755 FALSE 61 59330896 202b hsa-miR-107-4373154 Target 28.027279 1.4136152 28.027279 10.040524 17.986755 FALSE 62 59330896 202b hsa-miR-122-4395356 Target Undetermined 0.06269174 40 22.013245 17.986755 FALSE 63 59330896 202b hsa-miR-124-4373295 Target 31.497667 0.957674 31.497667 13.510913 17.986755 FALSE 64 59330896 202b hsa-miR-125a-3p-4395310 Target 31.282267 1.5887396 31.282267 13.295512 17.986755 FALSE 65 59330896 202b hsa-miR-125a-5p-4395309 Target 28.014727 2.1364284 28.014727 10.027971 17.986755 FALSE 66 59330896 202b hsa-miR-125b-4373148 Target 25.98158 2.1834462 25.98158 7.9948254 17.986755 FALSE 67 59330896 202b hsa-miR-126-4395339 Target 21.472485 2.8248737 21.472485 3.4857292 17.986755 FALSE 68 59330896 202b hsa-miR-127-3p-4373147 Target 24.912567 2.9119263 24.912567 6.925812 17.986755 FALSE 69 59330896 202b hsa-miR-127-5p-4395340 Target Undetermined 0.062509194 40 22.013245 17.986755 FALSE 70 59330896 202b hsa-miR-128-4395327 Target 26.28631 2.204225 26.28631 8.299555 17.986755 FALSE 71 59330896 202b hsa-miR-129-3p-4373297 Target Undetermined 0.06836321 40 22.013245 17.986755 FALSE 72 59330896 202b hsa-miR-129-5p-4373171 Target Undetermined 0.08879512 40 22.013245 17.986755 FALSE 73 59330896 202b hsa-miR-130a-4373145 Target 26.140152 2.0008197 26.140152 8.153397 17.986755 FALSE 74 59330896 202b hsa-miR-130b-4373144 Target 25.445194 1.867619 25.445194 7.458439 17.986755 FALSE 75 59330896 202b hsa-miR-132-4373143 Target 24.767857 2.8644867 24.767857 6.781101 17.986755 FALSE 76 59330896 202b hsa-miR-133a-4395357 Target 19.5771 2.410096 19.5771 1.5903454 17.986755 FALSE 77 59330896 202b hsa-miR-133b-4395358 Target 23.640081 1.8191189 23.640081 5.653326 17.986755 FALSE 78 59330896 202b hsa-miR-134-4373299 Target 27.910593 1.0392258 27.910593 9.923838 17.986755 FALSE 79 59330896 202b hsa-miR-135a-4373140 Target 33.030224 1.3889984 33.030224 15.043468 17.986755 FALSE 80 59330896 202b hsa-miR-135b-4395372 Target 26.50071 3.0489712 26.50071 8.513954 17.986755 FALSE 81 59330896 202b hsa-miR-136-4373173 Target Undetermined 0.040689766 40 22.013245 17.986755 FALSE 82 59330896 202b hsa-miR-137-4373301 Target Undetermined 0.049491007 40 22.013245 17.986755 FALSE 83 59330896 202b hsa-miR-138-4395395 Target 31.423664 2.7142735 31.423664 13.436909 17.986755 FALSE 84 59330896 202b hsa-miR-139-3p-4395424 Target 26.668192 0.4679916 26.668192 8.681437 17.986755 FALSE 85 59330896 202b hsa-miR-139-5p-4395400 Target 24.117523 2.1867652 24.117523 6.130768 17.986755 FALSE 86 59330896 202b hsa-miR-140-3p-4395345 Target 27.094198 1.7886184 27.094198 9.107443 17.986755 FALSE 87 59330896 202b hsa-miR-140-5p-4373374 Target 24.177341 2.5243125 24.177341 6.190586 17.986755 FALSE 88 59330896 202b hsa-miR-141-4373137 Target 23.11925 3.0505905 23.11925 5.132494 17.986755 FALSE 89 59330896 202b hsa-miR-142-3p-4373136 Target 24.12668 2.526589 24.12668 6.139925 17.986755 FALSE 90 59330896 202b hsa-miR-142-5p-4395359 Target 30.213543 1.7837908 30.213543 12.226788 17.986755 FALSE 91 59330896 202b hsa-miR-143-4395360 Target 25.00836 2.9112194 25.00836 7.0216045 17.986755 FALSE 92 59330896 202b hsa-miR-145-4395389 Target 21.15308 2.1659372 21.15308 3.1663246 17.986755 FALSE 93 59330896 202b hsa-miR-146a-4373132 Target 24.946041 2.6619093 24.946041 6.9592857 17.986755 FALSE 94 59330896 202b hsa-miR-146b-3p-4395472 Target 30.593391 1.0058774 30.593391 12.606636 17.986755 FALSE 95 59330896 202b hsa-miR-146b-5p-4373178 Target 22.190765 2.9348302 22.190765 4.20401 17.986755 FALSE 96 59330896 202b hsa-miR-147b-4395373 Target Undetermined 0.049434487 40 22.013245 17.986755 FALSE 97 59330896 202b hsa-miR-148a-4373130 Target 26.613668 1.9904939 26.613668 8.626913 17.986755 FALSE 98 59330896 202b hsa-miR-148b-4373129 Target 27.600647 1.0347995 27.600647 9.613892 17.986755 FALSE 99 59330896 202b hsa-miR-149-4395366 Target 26.941332 0.86796045 26.941332 8.9545765 17.986755 FALSE 100 59330896 202b hsa-miR-150-4373127 Target 22.871674 2.8284845 22.871674 4.884918 17.986755 FALSE 101 59330896 202b hsa-miR-152-4395170 Target 26.58113 3.1006696 26.58113 8.594374 17.986755 FALSE 102 59330896 202b hsa-miR-153-4373305 Target Undetermined 0.03790993 40 22.013245 17.986755 FALSE 103 59330896 202b hsa-miR-154-4373270 Target 37.20613 0.06853886 37.20613 19.219376 17.986755 FALSE 104 59330896 202b hsa-miR-181a-4373117 Target 24.490448 1.3004897 24.490448 6.5036926 17.986755 FALSE 105 59330896 202b hsa-miR-181c-4373115 Target 30.539114 0.63337666 30.539114 12.552358 17.986755 FALSE 106 59330896 202b hsa-miR-182-4395445 Target 27.611185 2.463545 27.611185 9.62443 17.986755 FALSE 107 59330896 202b RNU48-4373383 Target 21.69904 2.663759 21.69904 3.712284 17.986755 FALSE 108 59330896 202b hsa-miR-183-4395380 Target 28.135435 1.1163152 28.135435 10.14868 17.986755 FALSE 109 59330896 202b hsa-miR-184-4373113 Target Undetermined 0.068239175 40 22.013245 17.986755 FALSE 110 59330896 202b hsa-miR-185-4395382 Target 24.950651 2.6404285 24.950651 6.963896 17.986755 FALSE 111 59330896 202b hsa-miR-186-4395396 Target 22.378862 3.1649315 22.378862 4.392107 17.986755 FALSE 112 59330896 202b hsa-miR-187-4373307 Target 23.83007 1.7267416 23.83007 5.843315 17.986755 FALSE 113 59330896 202b hsa-miR-188-3p-4395217 Target Undetermined 0.08223128 40 22.013245 17.986755 FALSE 114 59330896 202b hsa-miR-190-4373110 Target 32.756413 1.0976872 32.756413 14.769657 17.986755 FALSE 115 59330896 202b hsa-miR-191-4395410 Target 18.558956 3.0757837 18.558956 0.5722008 17.986755 FALSE 116 59330896 202b hsa-miR-192-4373108 Target 23.651737 2.7302475 23.651737 5.664982 17.986755 FALSE 117 59330896 202b hsa-miR-193a-3p-4395361 Target 31.001074 1.8608409 31.001074 13.0143175 17.986755 FALSE 118 59330896 202b hsa-miR-193a-5p-4395392 Target 27.66815 2.0714903 27.66815 9.681395 17.986755 FALSE 119 59330896 202b hsa-miR-193b-4395478 Target 22.96125 2.2720077 22.96125 4.974495 17.986755 FALSE 120 59330896 202b hsa-miR-194-4373106 Target 26.819454 2.9245274 26.819454 8.832699 17.986755 FALSE 121 59330896 202b hsa-miR-195-4373105 Target 25.162039 2.9945607 25.162039 7.1752834 17.986755 FALSE 122 59330896 202b hsa-miR-196b-4395326 Target 26.766193 2.0101655 26.766193 8.779438 17.986755 FALSE 123 59330896 202b hsa-miR-197-4373102 Target 23.693163 1.1916429 23.693163 5.7064075 17.986755 FALSE 124 59330896 202b hsa-miR-198-4395384 Target 30.55803 1.1681521 30.55803 12.571274 17.986755 FALSE 125 59330896 202b hsa-miR-199a-5p-4373272 Target 29.677837 1.1036894 29.677837 11.691082 17.986755 FALSE 126 59330896 202b hsa-miR-199a-3p-4395415 Target 24.953688 2.2488947 24.953688 6.9669323 17.986755 FALSE 127 59330896 202b hsa-miR-199b-5p-4373100 Target 30.441385 0.70280075 30.441385 12.454631 17.986755 FALSE 128 59330896 202b hsa-miR-200a-4378069 Target 20.552895 3.4090064 20.552895 2.5661392 17.986755 FALSE 129 59330896 202b hsa-miR-200b-4395362 Target 21.371283 1.7969762 21.371283 3.3845272 17.986755 FALSE 130 59330896 202b hsa-miR-200c-4395411 Target 20.36812 1.9203548 20.36812 2.3813648 17.986755 FALSE 131 59330896 202b hsa-miR-202-4395474 Target Undetermined 0.09618395 40 22.013245 17.986755 FALSE 132 59330896 202b hsa-miR-203-4373095 Target 23.637823 3.3172793 23.637823 5.6510677 17.986755 FALSE 133 59330896 202b hsa-miR-204-4373094 Target 28.815933 1.5190655 28.815933 10.829178 17.986755 FALSE 134 59330896 202b hsa-miR-205-4373093 Target 20.393745 2.7361777 20.393745 2.40699 17.986755 FALSE 135 59330896 202b hsa-miR-208b-4395401 Target Undetermined 0.0893242 40 22.013245 17.986755 FALSE 136 59330896 202b hsa-miR-210-4373089 Target 23.136507 1.2757423 23.136507 5.1497517 17.986755 FALSE 137 59330896 202b hsa-miR-214-4395417 Target 24.038387 2.192782 24.038387 6.051632 17.986755 FALSE 138 59330896 202b hsa-miR-215-4373084 Target 27.396889 0.2996054 27.396889 9.410133 17.986755 FALSE 139 59330896 202b hsa-miR-216a-4395331 Target 34.224266 0.2897845 34.224266 16.23751 17.986755 FALSE 140 59330896 202b hsa-miR-216b-4395437 Target Undetermined 0.043946728 40 22.013245 17.986755 FALSE 141 59330896 202b hsa-miR-217-4395448 Target Undetermined 0.033353146 40 22.013245 17.986755 FALSE 142 59330896 202b hsa-miR-218-4373081 Target 26.883472 2.5361712 26.883472 8.896717 17.986755 FALSE 143 59330896 202b hsa-miR-219-5p-4373080 Target Undetermined 0.058792904 40 22.013245 17.986755 FALSE 144 59330896 202b hsa-miR-221-4373077 Target 23.940918 2.3349311 23.940918 5.9541626 17.986755 FALSE 145 59330896 202b hsa-miR-222-4395387 Target 17.400957 3.6699948 17.400957 -0.58579826 17.986755 FALSE 146 59330896 202b hsa-miR-223-4395406 Target 20.134726 2.877735 20.134726 2.1479702 17.986755 FALSE 147 59330896 202b hsa-miR-224-4395210 Target 27.299507 1.8970549 27.299507 9.312752 17.986755 FALSE 148 59330896 202b hsa-miR-296-3p-4395212 Target Undetermined 0.031889655 40 22.013245 17.986755 FALSE 149 59330896 202b hsa-miR-296-5p-4373066 Target 28.75272 0.8226729 28.75272 10.7659645 17.986755 FALSE 150 59330896 202b hsa-miR-299-3p-4373189 Target Undetermined 0.020674285 40 22.013245 17.986755 FALSE 151 59330896 202b hsa-miR-299-5p-4373188 Target Undetermined 0.1300303 40 22.013245 17.986755 FALSE 152 59330896 202b hsa-miR-301a-4373064 Target 27.006626 1.7479445 27.006626 9.019871 17.986755 FALSE 153 59330896 202b hsa-miR-301b-4395503 Target 33.36911 1.2111105 33.36911 15.382355 17.986755 FALSE 154 59330896 202b hsa-miR-302a-4378070 Target Undetermined 0.008326424 40 22.013245 17.986755 FALSE 155 59330896 202b ath-miR159a-4373390 Target Undetermined 0.052824277 40 22.013245 17.986755 FALSE 156 59330896 202b hsa-miR-302b-4378071 Target Undetermined 0.053877078 40 22.013245 17.986755 FALSE 157 59330896 202b hsa-miR-302c-4378072 Target Undetermined 0.066084415 40 22.013245 17.986755 FALSE 158 59330896 202b hsa-miR-320-4395388 Target 20.360273 2.83037 20.360273 2.373518 17.986755 FALSE 159 59330896 202b hsa-miR-323-3p-4395338 Target 29.368113 0.8097139 29.368113 11.381358 17.986755 FALSE 160 59330896 202b hsa-miR-324-3p-4395272 Target 27.38005 2.1512625 27.38005 9.393295 17.986755 FALSE 161 59330896 202b hsa-miR-324-5p-4373052 Target 26.71381 2.3092678 26.71381 8.727055 17.986755 FALSE 162 59330896 202b hsa-miR-326-4373050 Target Undetermined 0.02166536 40 22.013245 17.986755 FALSE 163 59330896 202b hsa-miR-328-4373049 Target 27.327414 1.7287141 27.327414 9.340658 17.986755 FALSE 164 59330896 202b hsa-miR-329-4373191 Target Undetermined 0.028426137 40 22.013245 17.986755 FALSE 165 59330896 202b hsa-miR-330-3p-4373047 Target 30.115568 0.5906222 30.115568 12.128812 17.986755 FALSE 166 59330896 202b hsa-miR-330-5p-4395341 Target 32.428356 0.4118012 32.428356 14.441601 17.986755 FALSE 167 59330896 202b hsa-miR-331-3p-4373046 Target 25.579708 2.2048104 25.579708 7.5929527 17.986755 FALSE 168 59330896 202b hsa-miR-331-5p-4395344 Target 29.485044 0.76565266 29.485044 11.498288 17.986755 FALSE 169 59330896 202b hsa-miR-335-4373045 Target 27.72894 2.2306612 27.72894 9.742184 17.986755 FALSE 170 59330896 202b hsa-miR-337-5p-4395267 Target 29.306908 1.1591055 29.306908 11.320152 17.986755 FALSE 171 59330896 202b hsa-miR-338-3p-4395363 Target 32.963493 0.4875106 32.963493 14.976738 17.986755 FALSE 172 59330896 202b hsa-miR-339-3p-4395295 Target 25.067701 1.8963184 25.067701 7.080946 17.986755 FALSE 173 59330896 202b hsa-miR-339-5p-4395368 Target 26.226854 0.76517767 26.226854 8.240099 17.986755 FALSE 174 59330896 202b hsa-miR-340-4395369 Target 29.87242 2.196995 29.87242 11.885663 17.986755 FALSE 175 59330896 202b has-miR-155-4395459 Target 22.729202 2.6911516 22.729202 4.742447 17.986755 FALSE 176 59330896 202b hsa-let-7b-4395446 Target 21.601055 1.7194802 21.601055 3.6142998 17.986755 FALSE 177 59330896 202b hsa-miR-342-3p-4395371 Target 21.039167 2.0973094 21.039167 3.052412 17.986755 FALSE 178 59330896 202b hsa-miR-342-5p-4395258 Target 36.17202 0.090781964 36.17202 18.185265 17.986755 FALSE 179 59330896 202b hsa-miR-345-4395297 Target 24.460136 2.620609 24.460136 6.473381 17.986755 FALSE 180 59330896 202b hsa-miR-361-5p-4373035 Target 26.552492 2.4557207 26.552492 8.565737 17.986755 FALSE 181 59330896 202b hsa-miR-362-3p-4395228 Target 28.764685 2.5929792 28.764685 10.777928 17.986755 FALSE 182 59330896 202b hsa-miR-362-5p-4378092 Target 27.427214 1.6255063 27.427214 9.440458 17.986755 FALSE 183 59330896 202b hsa-miR-363-4378090 Target 27.679329 2.3845046 27.679329 9.692574 17.986755 FALSE 184 59330896 202b hsa-miR-365-4373194 Target 24.473515 1.8870529 24.473515 6.486759 17.986755 FALSE 185 59330896 202b hsa-miR-367-4373034 Target Undetermined 0.036603626 40 22.013245 17.986755 FALSE 186 59330896 202b hsa-miR-369-3p-4373032 Target Undetermined 0.03346661 40 22.013245 17.986755 FALSE 187 59330896 202b hsa-miR-369-5p-4373195 Target Undetermined 0.018468726 40 22.013245 17.986755 FALSE 188 59330896 202b hsa-miR-370-4395386 Target 26.874245 1.2706263 26.874245 8.887489 17.986755 FALSE 189 59330896 202b hsa-miR-371-3p-4395235 Target Undetermined 0.03389508 40 22.013245 17.986755 FALSE 190 59330896 202b hsa-miR-372-4373029 Target 33.64662 1.1425015 33.64662 15.659866 17.986755 FALSE 191 59330896 202b hsa-miR-373-4378073 Target Undetermined 0.03791489 40 22.013245 17.986755 FALSE 192 59330896 202b hsa-miR-374a-4373028 Target 25.348543 3.1833014 25.348543 7.361788 17.986755 FALSE 193 59330896 202b hsa-miR-374b-4381045 Target 24.230213 2.94482 24.230213 6.243458 17.986755 FALSE 194 59330896 202b hsa-miR-375-4373027 Target 25.397955 3.0850291 25.397955 7.4111996 17.986755 FALSE 195 59330896 202b hsa-miR-376a-4373026 Target 30.332403 2.0046744 30.332403 12.345647 17.986755 FALSE 196 59330896 202b hsa-miR-376b-4373196 Target Undetermined 0.043778066 40 22.013245 17.986755 FALSE 197 59330896 202b hsa-miR-377-4373025 Target Undetermined 0.049680915 40 22.013245 17.986755 FALSE 198 59330896 202b hsa-miR-379-4373349 Target 27.689177 2.104334 27.689177 9.702421 17.986755 FALSE 199 59330896 202b hsa-miR-380-4373022 Target Undetermined 0.045998797 40 22.013245 17.986755 FALSE 200 59330896 202b hsa-miR-381-4373020 Target Undetermined 0.08444201 40 22.013245 17.986755 FALSE 201 59330896 202b hsa-miR-382-4373019 Target 37.05025 0.51636606 37.05025 19.063496 17.986755 FALSE 202 59330896 202b hsa-miR-383-4373018 Target 31.96354 0.40364352 31.96354 13.976784 17.986755 FALSE 203 59330896 202b hsa-miR-409-5p-4395442 Target 32.45316 0.9107667 32.45316 14.466404 17.986755 FALSE 204 59330896 202b hsa-miR-410-4378093 Target 30.090727 1.4901161 30.090727 12.103971 17.986755 FALSE 205 59330896 202b hsa-miR-411-4381013 Target 27.510653 2.6249115 27.510653 9.523897 17.986755 FALSE 206 59330896 202b hsa-miR-422a-4395408 Target 33.47925 1.1881632 33.47925 15.4924965 17.986755 FALSE 207 59330896 202b hsa-miR-423-5p-4395451 Target 27.600906 1.4706185 27.600906 9.614151 17.986755 FALSE 208 59330896 202b hsa-miR-424-4373201 Target 32.794468 1.217622 32.794468 14.807713 17.986755 FALSE 209 59330896 202b hsa-miR-425-4380926 Target 23.976374 0.9238023 23.976374 5.9896183 17.986755 FALSE 210 59330896 202b hsa-miR-429-4373203 Target 25.02829 2.6274915 25.02829 7.0415344 17.986755 FALSE 211 59330896 202b hsa-miR-431-4395173 Target 37.092754 0.15401855 37.092754 19.105999 17.986755 FALSE 212 59330896 202b hsa-miR-433-4373205 Target 29.674059 1.0452359 29.674059 11.6873045 17.986755 FALSE 213 59330896 202b hsa-miR-449a-4373207 Target 27.638363 2.7533872 27.638363 9.6516075 17.986755 FALSE 214 59330896 202b hsa-miR-449b-4381011 Target 30.166899 1.0718523 30.166899 12.180142 17.986755 FALSE 215 59330896 202b hsa-miR-450a-4395414 Target 31.55346 1.4923855 31.55346 13.566704 17.986755 FALSE 216 59330896 202b hsa-miR-450b-3p-4395319 Target Undetermined 0.032796692 40 22.013245 17.986755 FALSE 217 59330896 202b hsa-miR-450b-5p-4395318 Target 32.476276 0.85006386 32.476276 14.489521 17.986755 FALSE 218 59330896 202b hsa-miR-451-4373360 Target 24.042612 2.9462185 24.042612 6.0558567 17.986755 FALSE 219 59330896 202b hsa-miR-452-4395440 Target 31.589779 1.9528215 31.589779 13.603024 17.986755 FALSE 220 59330896 202b hsa-miR-453-4395429 Target Undetermined 0.016273823 40 22.013245 17.986755 FALSE 221 59330896 202b hsa-miR-454-4395434 Target 24.749325 2.6761646 24.749325 6.7625694 17.986755 FALSE 222 59330896 202b hsa-miR-455-3p-4395355 Target 27.376846 1.5387079 27.376846 9.390091 17.986755 FALSE 223 59330896 202b hsa-miR-455-5p-4378098 Target 27.796501 2.001807 27.796501 9.809746 17.986755 FALSE 224 59330896 202b hsa-miR-483-5p-4395449 Target 28.260454 2.5039396 28.260454 10.273699 17.986755 FALSE 225 59330896 202b hsa-miR-484-4381032 Target 21.698063 2.5921068 21.698063 3.7113075 17.986755 FALSE 226 59330896 202b hsa-miR-485-3p-4378095 Target 31.689392 0.90574014 31.689392 13.702637 17.986755 FALSE 227 59330896 202b hsa-miR-485-5p-4373212 Target Undetermined 0.0313246 40 22.013245 17.986755 FALSE 228 59330896 202b hsa-miR-486-3p-4395204 Target 28.145737 0.7858246 28.145737 10.158981 17.986755 FALSE 229 59330896 202b hsa-miR-486-5p-4378096 Target 26.01032 1.972379 26.01032 8.023565 17.986755 FALSE 230 59330896 202b hsa-miR-487a-4378097 Target 38.62967 0.06710219 38.62967 20.642914 17.986755 FALSE 231 59330896 202b hsa-miR-487b-4378102 Target 30.999912 0.73160344 30.999912 13.013157 17.986755 FALSE 232 59330896 202b hsa-miR-488-4395468 Target Undetermined 0.028905876 40 22.013245 17.986755 FALSE 233 59330896 202b hsa-miR-489-4395469 Target 26.478458 2.4557505 26.478458 8.491703 17.986755 FALSE 234 59330896 202b hsa-miR-490-3p-4373215 Target 36.478466 0.17630969 36.478466 18.49171 17.986755 FALSE 235 59330896 202b hsa-miR-491-3p-4395471 Target Undetermined 0.005558289 40 22.013245 17.986755 FALSE 236 59330896 202b hsa-miR-491-5p-4381053 Target 26.393915 2.6094513 26.393915 8.40716 17.986755 FALSE 237 59330896 202b hsa-miR-493-4395475 Target 29.6247 1.3572034 29.6247 11.637944 17.986755 FALSE 238 59330896 202b hsa-miR-494-4395476 Target 27.17155 2.3152134 27.17155 9.184795 17.986755 FALSE 239 59330896 202b hsa-miR-495-4381078 Target 29.24625 1.2367214 29.24625 11.259495 17.986755 FALSE 240 59330896 202b hsa-miR-496-4386771 Target Undetermined 0.03529367 40 22.013245 17.986755 FALSE 241 59330896 202b hsa-miR-499-3p-4395538 Target Undetermined 0.052360144 40 22.013245 17.986755 FALSE 242 59330896 202b hsa-miR-499-5p-4381047 Target 34.797157 0.18313009 34.797157 16.810402 17.986755 FALSE 243 59330896 202b hsa-miR-500-4395539 Target 27.04889 2.0536122 27.04889 9.062134 17.986755 FALSE 244 59330896 202b hsa-miR-501-3p-4395546 Target 32.708103 0.22676712 32.708103 14.721348 17.986755 FALSE 245 59330896 202b hsa-miR-501-5p-4373226 Target 27.414118 0.571876 27.414118 9.427362 17.986755 FALSE 246 59330896 202b hsa-miR-502-3p-4395194 Target 29.468824 1.9874868 29.468824 11.482068 17.986755 FALSE 247 59330896 202b hsa-miR-502-5p-4373227 Target 28.668985 0.8456663 28.668985 10.682231 17.986755 FALSE 248 59330896 202b hsa-miR-503-4373228 Target 31.853138 0.9775392 31.853138 13.866383 17.986755 FALSE 249 59330896 202b hsa-miR-504-4395195 Target 28.520521 0.7325365 28.520521 10.533766 17.986755 FALSE 250 59330896 202b hsa-miR-505-4395200 Target 27.94386 1.4785036 27.94386 9.957104 17.986755 FALSE 251 59330896 202b hsa-miR-507-4373232 Target Undetermined 0.014446623 40 22.013245 17.986755 FALSE 252 59330896 202b hsa-miR-508-3p-4373233 Target Undetermined 0.038559083 40 22.013245 17.986755 FALSE 253 59330896 202b hsa-miR-508-5p-4395203 Target Undetermined 0.032830734 40 22.013245 17.986755 FALSE 254 59330896 202b hsa-miR-509-5p-4395346 Target 32.00246 0.34831032 32.00246 14.015705 17.986755 FALSE 255 59330896 202b hsa-miR-510-4395352 Target Undetermined 0.014432296 40 22.013245 17.986755 FALSE 256 59330896 202b hsa-miR-512-3p-4381034 Target 30.323755 1.3630569 30.323755 12.337001 17.986755 FALSE 257 59330896 202b hsa-miR-512-5p-4373238 Target Undetermined 0.029688278 40 22.013245 17.986755 FALSE 258 59330896 202b hsa-miR-513-5p-4395201 Target Undetermined 0.012588859 40 22.013245 17.986755 FALSE 259 59330896 202b hsa-miR-515-3p-4395480 Target Undetermined 0.007001382 40 22.013245 17.986755 FALSE 260 59330896 202b hsa-miR-515-5p-4373242 Target 33.633873 0.2669415 33.633873 15.647118 17.986755 FALSE 261 59330896 202b hsa-miR-516a-5p-4395527 Target Undetermined 0.021556333 40 22.013245 17.986755 FALSE 262 59330896 202b hsa-miR-516b-4395172 Target Undetermined 0.03770195 40 22.013245 17.986755 FALSE 263 59330896 202b hsa-miR-517a-4395513 Target 28.575535 1.1529814 28.575535 10.588779 17.986755 FALSE 264 59330896 202b hsa-miR-517c-4373264 Target 28.270061 1.673224 28.270061 10.283306 17.986755 FALSE 265 59330896 202b hsa-miR-518a-3p-4395508 Target 34.475784 0.72111356 34.475784 16.489029 17.986755 FALSE 266 59330896 202b hsa-miR-518a-5p-4395507 Target Undetermined 0.008280642 40 22.013245 17.986755 FALSE 267 59330896 202b hsa-miR-518b-4373246 Target 33.990074 0.30940932 33.990074 16.003319 17.986755 FALSE 268 59330896 202b hsa-miR-518c-4395512 Target Undetermined 0.014146428 40 22.013245 17.986755 FALSE 269 59330896 202b hsa-miR-518d-3p-4373248 Target Undetermined 0.07293596 40 22.013245 17.986755 FALSE 270 59330896 202b hsa-miR-518d-5p-4395500 Target Undetermined 0.05485957 40 22.013245 17.986755 FALSE 271 59330896 202b hsa-miR-518e-4395506 Target 31.720226 1.9659874 31.720226 13.733471 17.986755 FALSE 272 59330896 202b hsa-miR-518f-4395499 Target 33.31783 0.41941202 33.31783 15.331074 17.986755 FALSE 273 59330896 202b hsa-miR-519a-4395526 Target 29.631525 1.0524601 29.631525 11.644771 17.986755 FALSE 274 59330896 202b hsa-miR-519d-4395514 Target 32.171745 0.680785 32.171745 14.18499 17.986755 FALSE 275 59330896 202b hsa-miR-519e-4395481 Target Undetermined 0.039848942 40 22.013245 17.986755 FALSE 276 59330896 202b hsa-miR-520a-3p-4373268 Target Undetermined 0.03283566 40 22.013245 17.986755 FALSE 277 59330896 202b hsa-miR-520a-5p-4378085 Target Undetermined 0.030357901 40 22.013245 17.986755 FALSE 278 59330896 202b hsa-miR-520d-5p-4395504 Target Undetermined 0.014524341 40 22.013245 17.986755 FALSE 279 59330896 202b hsa-miR-520g-4373257 Target Undetermined 0.081114925 40 22.013245 17.986755 FALSE 280 59330896 202b hsa-miR-521-4373259 Target 35.04923 0.11734371 35.04923 17.062473 17.986755 FALSE 281 59330896 202b hsa-miR-522-4395524 Target 38.203743 0.12884344 38.203743 20.216988 17.986755 FALSE 282 59330896 202b hsa-miR-523-4395497 Target 39.55247 0.051790494 39.55247 21.565714 17.986755 FALSE 283 59330896 202b hsa-miR-524-5p-4395174 Target Undetermined 0.015165363 40 22.013245 17.986755 FALSE 284 59330896 202b hsa-miR-525-3p-4395496 Target 32.482086 0.65653574 32.482086 14.495331 17.986755 FALSE 285 59330896 202b hsa-miR-525-5p-4378088 Target Undetermined 0.03317168 40 22.013245 17.986755 FALSE 286 59330896 202b hsa-miR-526b-4395493 Target Undetermined 0.008272953 40 22.013245 17.986755 FALSE 287 59330896 202b hsa-miR-532-3p-4395466 Target 24.820654 2.1604822 24.820654 6.8338985 17.986755 FALSE 288 59330896 202b hsa-miR-532-5p-4380928 Target 22.584127 2.578197 22.584127 4.597372 17.986755 FALSE 289 59330896 202b hsa-miR-539-4378103 Target 27.867779 2.4337 27.867779 9.881023 17.986755 FALSE 290 59330896 202b hsa-miR-541-4395312 Target Undetermined -0.01189737 40 22.013245 17.986755 FALSE 291 59330896 202b hsa-miR-542-3p-4378101 Target 31.45681 1.6368436 31.45681 13.470055 17.986755 FALSE 292 59330896 202b hsa-miR-542-5p-4395351 Target 29.780916 1.3186998 29.780916 11.794162 17.986755 FALSE 293 59330896 202b hsa-miR-544-4395376 Target Undetermined 0.015157061 40 22.013245 17.986755 FALSE 294 59330896 202b hsa-miR-545-4395378 Target 31.611341 1.5993736 31.611341 13.624585 17.986755 FALSE 295 59330896 202b hsa-miR-548a-3p-4380948 Target Undetermined 0.06839302 40 22.013245 17.986755 FALSE 296 59330896 202b hsa-miR-548a-5p-4395523 Target Undetermined 0.025148213 40 22.013245 17.986755 FALSE 297 59330896 202b hsa-miR-548b-3p-4380951 Target Undetermined 0.00480976 40 22.013245 17.986755 FALSE 298 59330896 202b hsa-miR-548b-5p-4395519 Target 31.694994 0.84085584 31.694994 13.70824 17.986755 FALSE 299 59330896 202b hsa-miR-548c-3p-4380993 Target Undetermined 0.07354827 40 22.013245 17.986755 FALSE 300 59330896 202b hsa-miR-548c-5p-4395540 Target 32.926826 1.1071892 32.926826 14.940071 17.986755 FALSE 301 59330896 202b hsa-miR-548d-3p-4381008 Target 32.214325 1.5094609 32.214325 14.22757 17.986755 FALSE 302 59330896 202b hsa-miR-548d-5p-4395348 Target 32.367096 0.8152313 32.367096 14.380341 17.986755 FALSE 303 59330896 202b hsa-miR-551b-4380945 Target Undetermined 0.19924898 40 22.013245 17.986755 FALSE 304 59330896 202b hsa-miR-556-3p-4395456 Target Undetermined 0.05172827 40 22.013245 17.986755 FALSE 305 59330896 202b hsa-miR-556-5p-4395455 Target Undetermined 0.045821764 40 22.013245 17.986755 FALSE 306 59330896 202b hsa-miR-561-4380938 Target Undetermined 0.020643346 40 22.013245 17.986755 FALSE 307 59330896 202b hsa-miR-570-4395458 Target 33.32309 0.8828971 33.32309 15.336334 17.986755 FALSE 308 59330896 202b hsa-miR-574-3p-4395460 Target 29.67406 1.5578179 29.67406 11.687305 17.986755 FALSE 309 59330896 202b hsa-miR-576-3p-4395462 Target 31.916862 1.2649355 31.916862 13.930107 17.986755 FALSE 310 59330896 202b hsa-miR-576-5p-4395461 Target 35.884125 0.13423093 35.884125 17.89737 17.986755 FALSE 311 59330896 202b hsa-miR-579-4395509 Target 30.599241 1.3429941 30.599241 12.612485 17.986755 FALSE 312 59330896 202b hsa-miR-582-3p-4395510 Target 32.217316 0.991756 32.217316 14.23056 17.986755 FALSE 313 59330896 202b hsa-miR-582-5p-4395175 Target Undetermined 0.043614525 40 22.013245 17.986755 FALSE 314 59330896 202b hsa-miR-589-4395520 Target Undetermined -0.017476141 40 22.013245 17.986755 FALSE 315 59330896 202b hsa-miR-590-5p-4395176 Target 25.414682 2.7622702 25.414682 7.427927 17.986755 FALSE 316 59330896 202b hsa-miR-597-4380960 Target 29.698597 2.0199566 29.698597 11.711842 17.986755 FALSE 317 59330896 202b hsa-miR-598-4395179 Target 35.50438 0.4171649 35.50438 17.517624 17.986755 FALSE 318 59330896 202b hsa-miR-615-3p-4386777 Target Undetermined 0.035382144 40 22.013245 17.986755 FALSE 319 59330896 202b hsa-miR-615-5p-4395464 Target Undetermined 0.009695383 40 22.013245 17.986755 FALSE 320 59330896 202b hsa-miR-616-4395525 Target 31.866135 0.52408177 31.866135 13.879379 17.986755 FALSE 321 59330896 202b hsa-miR-618-4380996 Target 35.556023 0.29000568 35.556023 17.569267 17.986755 FALSE 322 59330896 202b hsa-miR-624-4395541 Target Undetermined 0.009173269 40 22.013245 17.986755 FALSE 323 59330896 202b hsa-miR-625-4395542 Target 29.928665 1.2330589 29.928665 11.94191 17.986755 FALSE 324 59330896 202b hsa-miR-627-4380967 Target 35.557697 1.1343609 35.557697 17.570942 17.986755 FALSE 325 59330896 202b hsa-miR-628-5p-4395544 Target 28.661562 2.6613002 28.661562 10.674808 17.986755 FALSE 326 59330896 202b hsa-miR-629-4395547 Target 29.865505 1.4846677 29.865505 11.87875 17.986755 FALSE 327 59330896 202b hsa-miR-636-4395199 Target 30.82777 1.0799499 30.82777 12.841015 17.986755 FALSE 328 59330896 202b hsa-miR-642-4380995 Target 31.433914 1.1002433 31.433914 13.447159 17.986755 FALSE 329 59330896 202b hsa-miR-651-4381007 Target Undetermined -0.013468967 40 22.013245 17.986755 FALSE 330 59330896 202b hsa-miR-652-4395463 Target 28.243534 1.6300069 28.243534 10.256779 17.986755 FALSE 331 59330896 202b hsa-miR-653-4395403 Target Undetermined 0.029775372 40 22.013245 17.986755 FALSE 332 59330896 202b hsa-miR-654-3p-4395350 Target 34.507477 0.5921851 34.507477 16.520721 17.986755 FALSE 333 59330896 202b hsa-miR-654-5p-4381014 Target Undetermined 0.01614836 40 22.013245 17.986755 FALSE 334 59330896 202b hsa-miR-655-4381015 Target 32.368076 1.0373218 32.368076 14.381321 17.986755 FALSE 335 59330896 202b hsa-miR-660-4380925 Target 25.749151 2.2905176 25.749151 7.762396 17.986755 FALSE 336 59330896 202b hsa-miR-671-3p-4395433 Target 28.14304 1.9388535 28.14304 10.156284 17.986755 FALSE 337 59330896 202b hsa-miR-672-4395438 Target Undetermined 0.042023174 40 22.013245 17.986755 FALSE 338 59330896 202b hsa-miR-674-4395193 Target Undetermined 0.03244176 40 22.013245 17.986755 FALSE 339 59330896 202b hsa-miR-708-4395452 Target 24.094107 3.432164 24.094107 6.1073513 17.986755 FALSE 340 59330896 202b hsa-miR-744-4395435 Target 26.303705 3.0791411 26.303705 8.31695 17.986755 FALSE 341 59330896 202b hsa-miR-758-4395180 Target 32.347084 0.8664661 32.347084 14.360329 17.986755 FALSE 342 59330896 202b hsa-miR-871-4395465 Target Undetermined 0.012430439 40 22.013245 17.986755 FALSE 343 59330896 202b hsa-miR-872-4395375 Target Undetermined 0.024422742 40 22.013245 17.986755 FALSE 344 59330896 202b hsa-miR-873-4395467 Target 30.677195 1.782112 30.677195 12.69044 17.986755 FALSE 345 59330896 202b hsa-miR-874-4395379 Target 32.249084 0.20228133 32.249084 14.262329 17.986755 FALSE 346 59330896 202b hsa-miR-875-3p-4395315 Target Undetermined 0.003232474 40 22.013245 17.986755 FALSE 347 59330896 202b hsa-miR-876-3p-4395336 Target Undetermined 0.059467323 40 22.013245 17.986755 FALSE 348 59330896 202b hsa-miR-876-5p-4395316 Target 32.586605 0.6355091 32.586605 14.59985 17.986755 FALSE 349 59330896 202b hsa-miR-885-3p-4395483 Target Undetermined 0.068982445 40 22.013245 17.986755 FALSE 350 59330896 202b hsa-miR-885-5p-4395407 Target 26.922049 1.8604773 26.922049 8.935293 17.986755 FALSE 351 59330896 202b hsa-miR-886-3p-4395305 Target 25.620527 1.5024189 25.620527 7.633772 17.986755 FALSE 352 59330896 202b hsa-miR-886-5p-4395304 Target 25.707584 2.023615 25.707584 7.720829 17.986755 FALSE 353 59330896 202b hsa-miR-887-4395485 Target Undetermined 0.05748529 40 22.013245 17.986755 FALSE 354 59330896 202b hsa-miR-888-4395323 Target Undetermined 0.02018734 40 22.013245 17.986755 FALSE 355 59330896 202b hsa-miR-889-4395313 Target Undetermined 0.027987791 40 22.013245 17.986755 FALSE 356 59330896 202b hsa-miR-890-4395320 Target Undetermined 0.017105345 40 22.013245 17.986755 FALSE 357 59330896 202b hsa-miR-891a-4395302 Target Undetermined 0.016040072 40 22.013245 17.986755 FALSE 358 59330896 202b hsa-miR-891b-4395321 Target Undetermined 0.047042675 40 22.013245 17.986755 FALSE 359 59330896 202b hsa-miR-892a-4395306 Target Undetermined 0.047648113 40 22.013245 17.986755 FALSE 360 59330896 202b hsa-miR-147-4373131 Target Undetermined 0.022385228 40 22.013245 17.986755 FALSE 361 59330896 202b hsa-miR-208-4373091 Target Undetermined 0.006880964 40 22.013245 17.986755 FALSE 362 59330896 202b hsa-miR-211-4373088 Target 32.46927 0.46096775 32.46927 14.482513 17.986755 FALSE 363 59330896 202b hsa-miR-212-4373087 Target 25.821554 2.1767163 25.821554 7.834799 17.986755 FALSE 364 59330896 202b hsa-miR-219-1-3p-4395206 Target Undetermined 0.06454872 40 22.013245 17.986755 FALSE 365 59330896 202b hsa-miR-219-2-3p-4395501 Target Undetermined 0.021004824 40 22.013245 17.986755 FALSE 366 59330896 202b hsa-miR-220-4373078 Target Undetermined 0.01952236 40 22.013245 17.986755 FALSE 367 59330896 202b hsa-miR-220b-4395317 Target Undetermined -0.002023979 40 22.013245 17.986755 FALSE 368 59330896 202b hsa-miR-220c-4395322 Target Undetermined 0.03218842 40 22.013245 17.986755 FALSE 369 59330896 202b hsa-miR-298-4395301 Target Undetermined 0.012004206 40 22.013245 17.986755 FALSE 370 59330896 202b hsa-miR-325-4373051 Target Undetermined 0.008807186 40 22.013245 17.986755 FALSE 371 59330896 202b hsa-miR-346-4373038 Target Undetermined 0.008812556 40 22.013245 17.986755 FALSE 372 59330896 202b hsa-miR-376c-4395233 Target 27.883343 1.6041704 27.883343 9.896587 17.986755 FALSE 373 59330896 202b hsa-miR-384-4373017 Target Undetermined 0.022120373 40 22.013245 17.986755 FALSE 374 59330896 202b hsa-miR-412-4373199 Target Undetermined 0.03848869 40 22.013245 17.986755 FALSE 375 59330896 202b hsa-miR-448-4373206 Target Undetermined 0.023575427 40 22.013245 17.986755 FALSE 376 59330896 202b hsa-miR-492-4373217 Target 28.171743 0.82070833 28.171743 10.184988 17.986755 FALSE 377 59330896 202b hsa-miR-506-4373231 Target Undetermined 0.019799454 40 22.013245 17.986755 FALSE 378 59330896 202b hsa-miR-509-3-5p-4395266 Target Undetermined 0.015991904 40 22.013245 17.986755 FALSE 379 59330896 202b hsa-miR-511-4373236 Target 30.674227 1.4058878 30.674227 12.687472 17.986755 FALSE 380 59330896 202b hsa-miR-517b-4373244 Target 33.63271 0.42735192 33.63271 15.645954 17.986755 FALSE 381 59330896 202b hsa-miR-519c-3p-4373251 Target Undetermined 0.009091573 40 22.013245 17.986755 FALSE 382 59330896 202b hsa-miR-520b-4373252 Target 33.989918 0.25336653 33.989918 16.003162 17.986755 FALSE 383 59330896 202b hsa-miR-520e-4373255 Target Undetermined 0.010461139 40 22.013245 17.986755 FALSE 384 59330896 202b hsa-miR-520f-4373256 Target Undetermined -0.021459503 40 22.013245 17.986755 FALSE \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/GSM628073_204b.txt Thu Oct 10 04:24:43 2019 -0400 @@ -0,0 +1,1 @@ +SDS 2.3 RQ Results 1.2 Filename Testscreen analys all.sdm Assay Type RQ Study EmbeddedFile FileA Run DateTime Fri May 15 17:10:28 BST 2009 Operator ThermalCycleParams EmbeddedFile FileB Run DateTime Sat May 16 10:36:09 BST 2009 Operator ThermalCycleParams EmbeddedFile FileC Run DateTime Sun May 17 13:21:05 BST 2009 Operator ThermalCycleParams # Plate Sample Detector Task Avg Ct Delta Ct Avg Delta Ct ?Ct SE Delta Delta Ct SD RQ RQ Min RQ Max Omit 1 59330888 204b hsa-let-7a-4373169 Target 23.139221 1.4435703 23.139221 4.820162 18.31906 FALSE 2 59330888 204b hsa-let-7c-4373167 Target 27.092905 2.3720517 27.092905 8.773846 18.31906 FALSE 3 59330888 204b hsa-let-7d-4395394 Target 22.995928 2.415663 22.995928 4.6768684 18.31906 FALSE 4 59330888 204b hsa-let-7e-4395517 Target 20.59162 2.4870203 20.59162 2.2725601 18.31906 FALSE 5 59330888 204b hsa-let-7f-4373164 Target 25.694056 0.71730065 25.694056 7.374996 18.31906 FALSE 6 59330888 204b hsa-let-7g-4395393 Target 23.097342 2.7641437 23.097342 4.778282 18.31906 FALSE 7 59330888 204b hsa-miR-1-4395333 Target 36.93107 0.66505545 36.93107 18.61201 18.31906 FALSE 8 59330888 204b hsa-miR-9-4373285 Target 29.298386 1.1283203 29.298386 10.979327 18.31906 FALSE 9 59330888 204b hsa-miR-10a-4373153 Target 27.524113 1.8171309 27.524113 9.205053 18.31906 FALSE 10 59330888 204b hsa-miR-10b-4395329 Target 24.718428 1.5067375 24.718428 6.3993683 18.31906 FALSE 11 59330888 204b MammU6-4395470 Endogenous Control 18.344883 1.6002511 18.31906 0.036500625 18.31906 FALSE 12 59330888 204b MammU6-4395470 Endogenous Control 18.408655 1.8394158 18.31906 0.036500625 18.31906 FALSE 13 59330888 204b hsa-miR-15a-4373123 Target 28.113152 0.9653237 28.113152 9.794092 18.31906 FALSE 14 59330888 204b hsa-miR-15b-4373122 Target 25.44115 2.06273 25.44115 7.1220913 18.31906 FALSE 15 59330888 204b hsa-miR-16-4373121 Target 21.539133 2.331686 21.539133 3.2200737 18.31906 FALSE 16 59330888 204b hsa-miR-17-4395419 Target 20.510227 2.65521 20.510227 2.1911678 18.31906 FALSE 17 59330888 204b hsa-miR-18a-4395533 Target 27.689808 1.9644673 27.689808 9.3707485 18.31906 FALSE 18 59330888 204b hsa-miR-18b-4395328 Target 22.600843 0.9004621 22.600843 4.281784 18.31906 FALSE 19 59330888 204b hsa-miR-19a-4373099 Target 26.523151 1.5187861 26.523151 8.204092 18.31906 FALSE 20 59330888 204b hsa-miR-19b-4373098 Target 21.123165 2.2520604 21.123165 2.8041058 18.31906 FALSE 21 59330888 204b hsa-miR-20a-4373286 Target 21.862625 2.401036 21.862625 3.5435658 18.31906 FALSE 22 59330888 204b hsa-miR-20b-4373263 Target 24.786055 2.2728486 24.786055 6.4669952 18.31906 FALSE 23 59330888 204b hsa-miR-21-4373090 Target 20.224592 2.0369456 20.224592 1.9055328 18.31906 FALSE 24 59330888 204b hsa-miR-22-4373079 Target 23.189428 0.9833677 23.189428 4.870369 18.31906 FALSE 25 59330888 204b hsa-miR-23a-4373074 Target 26.519575 0.44457904 26.519575 8.200516 18.31906 FALSE 26 59330888 204b hsa-miR-23b-4373073 Target 30.153135 0.49025726 30.153135 11.834076 18.31906 FALSE 27 59330888 204b hsa-miR-24-4373072 Target 19.78978 2.4387836 19.78978 1.4707203 18.31906 FALSE 28 59330888 204b hsa-miR-25-4373071 Target 24.787134 3.6115265 24.787134 6.468075 18.31906 FALSE 29 59330888 204b hsa-miR-26a-4395166 Target 21.174883 2.546608 21.174883 2.8558235 18.31906 FALSE 30 59330888 204b hsa-miR-26b-4395167 Target 23.597815 2.4372263 23.597815 5.278755 18.31906 FALSE 31 59330888 204b hsa-miR-27a-4373287 Target 22.6911 3.363 22.6911 4.37204 18.31906 FALSE 32 59330888 204b hsa-miR-27b-4373068 Target 24.81674 3.0526662 24.81674 6.4976807 18.31906 FALSE 33 59330888 204b hsa-miR-28-3p-4395557 Target 22.968601 3.3006895 22.968601 4.649542 18.31906 FALSE 34 59330888 204b hsa-miR-28-5p-4373067 Target 25.707087 2.5862741 25.707087 7.388027 18.31906 FALSE 35 59330888 204b MammU6-4395470 Endogenous Control 18.279137 1.716044 18.31906 0.036500625 18.31906 FALSE 36 59330888 204b MammU6-4395470 Endogenous Control 18.243565 1.7495239 18.31906 0.036500625 18.31906 FALSE 37 59330888 204b hsa-miR-29a-4395223 Target 19.862684 2.487594 19.862684 1.5436249 18.31906 FALSE 38 59330888 204b hsa-miR-29b-4373288 Target 24.54269 2.204918 24.54269 6.223631 18.31906 FALSE 39 59330888 204b hsa-miR-29c-4395171 Target 23.477186 2.5344293 23.477186 5.158127 18.31906 FALSE 40 59330888 204b hsa-miR-30b-4373290 Target 19.046974 2.4658732 19.046974 0.7279148 18.31906 FALSE 41 59330888 204b hsa-miR-30c-4373060 Target 19.42129 2.3590088 19.42129 1.1022301 18.31906 FALSE 42 59330888 204b hsa-miR-31-4395390 Target 19.684652 2.4052224 19.684652 1.365593 18.31906 FALSE 43 59330888 204b hsa-miR-32-4395220 Target 29.570942 1.690211 29.570942 11.251882 18.31906 FALSE 44 59330888 204b hsa-miR-33b-4395196 Target Undetermined 0.05803599 40 21.68094 18.31906 FALSE 45 59330888 204b hsa-miR-34a-4395168 Target 22.966019 2.6247284 22.966019 4.6469593 18.31906 FALSE 46 59330888 204b hsa-miR-34c-5p-4373036 Target 33.081886 0.08796355 33.081886 14.762828 18.31906 FALSE 47 59330888 204b hsa-miR-92a-4395169 Target 22.747993 2.4461944 22.747993 4.428934 18.31906 FALSE 48 59330888 204b hsa-miR-93-4373302 Target 24.16211 2.2902417 24.16211 5.84305 18.31906 FALSE 49 59330888 204b hsa-miR-95-4373011 Target 26.064898 2.4921432 26.064898 7.745838 18.31906 FALSE 50 59330888 204b hsa-miR-96-4373372 Target 29.42701 1.8642164 29.42701 11.107951 18.31906 FALSE 51 59330888 204b hsa-miR-98-4373009 Target 27.943861 0.15711883 27.943861 9.624802 18.31906 FALSE 52 59330888 204b hsa-miR-99a-4373008 Target 23.242704 1.6621664 23.242704 4.923645 18.31906 FALSE 53 59330888 204b hsa-miR-99b-4373007 Target 23.541782 0.94821304 23.541782 5.222723 18.31906 FALSE 54 59330888 204b hsa-miR-100-4373160 Target 23.286104 2.1549947 23.286104 4.967045 18.31906 FALSE 55 59330888 204b hsa-miR-101-4395364 Target 30.109344 2.3148441 30.109344 11.790286 18.31906 FALSE 56 59330888 204b hsa-miR-103-4373158 Target 25.950811 1.9311455 25.950811 7.631752 18.31906 FALSE 57 59330888 204b hsa-miR-105-4395278 Target 30.495102 0.96913785 30.495102 12.1760435 18.31906 FALSE 58 59330888 204b hsa-miR-106a-4395280 Target 20.494707 3.1476007 20.494707 2.1756477 18.31906 FALSE 59 59330888 204b RNU44-4373384 Target 21.047176 1.109032 21.047176 2.728117 18.31906 FALSE 60 59330888 204b hsa-miR-106b-4373155 Target 24.116493 2.4573514 24.116493 5.797434 18.31906 FALSE 61 59330888 204b hsa-miR-107-4373154 Target 28.605051 1.171679 28.605051 10.285992 18.31906 FALSE 62 59330888 204b hsa-miR-122-4395356 Target Undetermined 0.042361673 40 21.68094 18.31906 FALSE 63 59330888 204b hsa-miR-124-4373295 Target 34.962864 0.41117442 34.962864 16.643805 18.31906 FALSE 64 59330888 204b hsa-miR-125a-3p-4395310 Target 30.71301 1.750207 30.71301 12.393951 18.31906 FALSE 65 59330888 204b hsa-miR-125a-5p-4395309 Target 25.942755 2.4216895 25.942755 7.6236954 18.31906 FALSE 66 59330888 204b hsa-miR-125b-4373148 Target 23.93784 2.317219 23.93784 5.61878 18.31906 FALSE 67 59330888 204b hsa-miR-126-4395339 Target 20.43351 2.4805534 20.43351 2.1144505 18.31906 FALSE 68 59330888 204b hsa-miR-127-3p-4373147 Target 24.434055 2.5933743 24.434055 6.114996 18.31906 FALSE 69 59330888 204b hsa-miR-127-5p-4395340 Target Undetermined 0.048386425 40 21.68094 18.31906 FALSE 70 59330888 204b hsa-miR-128-4395327 Target 27.309904 1.9669709 27.309904 8.990845 18.31906 FALSE 71 59330888 204b hsa-miR-129-3p-4373297 Target Undetermined 0.032123987 40 21.68094 18.31906 FALSE 72 59330888 204b hsa-miR-129-5p-4373171 Target 25.967405 0.048590302 25.967405 7.648346 18.31906 FALSE 73 59330888 204b hsa-miR-130a-4373145 Target 26.287544 1.921956 26.287544 7.968485 18.31906 FALSE 74 59330888 204b hsa-miR-130b-4373144 Target 26.791578 1.6434671 26.791578 8.472519 18.31906 FALSE 75 59330888 204b hsa-miR-132-4373143 Target 24.723509 2.6140378 24.723509 6.4044495 18.31906 FALSE 76 59330888 204b hsa-miR-133a-4395357 Target 27.155622 1.7197968 27.155622 8.836563 18.31906 FALSE 77 59330888 204b hsa-miR-133b-4395358 Target 30.894703 0.9191502 30.894703 12.575643 18.31906 FALSE 78 59330888 204b hsa-miR-134-4373299 Target 26.218449 1.0048811 26.218449 7.8993893 18.31906 FALSE 79 59330888 204b hsa-miR-135a-4373140 Target 29.58483 1.9083395 29.58483 11.26577 18.31906 FALSE 80 59330888 204b hsa-miR-135b-4395372 Target 24.15264 2.981776 24.15264 5.83358 18.31906 FALSE 81 59330888 204b hsa-miR-136-4373173 Target Undetermined 0.049601115 40 21.68094 18.31906 FALSE 82 59330888 204b hsa-miR-137-4373301 Target 30.891874 2.2257226 30.891874 12.572815 18.31906 FALSE 83 59330888 204b hsa-miR-138-4395395 Target 34.286915 1.4233667 34.286915 15.9678545 18.31906 FALSE 84 59330888 204b hsa-miR-139-3p-4395424 Target 28.27424 0.16332859 28.27424 9.955181 18.31906 FALSE 85 59330888 204b hsa-miR-139-5p-4395400 Target 24.996683 2.0083215 24.996683 6.6776237 18.31906 FALSE 86 59330888 204b hsa-miR-140-3p-4395345 Target 27.573214 1.6195662 27.573214 9.254154 18.31906 FALSE 87 59330888 204b hsa-miR-140-5p-4373374 Target 24.1217 2.4342194 24.1217 5.802641 18.31906 FALSE 88 59330888 204b hsa-miR-141-4373137 Target 23.018444 2.689609 23.018444 4.6993847 18.31906 FALSE 89 59330888 204b hsa-miR-142-3p-4373136 Target 23.018806 2.429943 23.018806 4.699747 18.31906 FALSE 90 59330888 204b hsa-miR-142-5p-4395359 Target 29.636494 1.8984113 29.636494 11.317433 18.31906 FALSE 91 59330888 204b hsa-miR-143-4395360 Target 24.118347 2.8598363 24.118347 5.799288 18.31906 FALSE 92 59330888 204b hsa-miR-145-4395389 Target 20.361595 2.0514305 20.361595 2.0425358 18.31906 FALSE 93 59330888 204b hsa-miR-146a-4373132 Target 22.802513 2.5494034 22.802513 4.4834538 18.31906 FALSE 94 59330888 204b hsa-miR-146b-3p-4395472 Target 31.072462 0.87666386 31.072462 12.753403 18.31906 FALSE 95 59330888 204b hsa-miR-146b-5p-4373178 Target 21.48684 2.6134424 21.48684 3.16778 18.31906 FALSE 96 59330888 204b hsa-miR-147b-4395373 Target 33.697147 0.88738173 33.697147 15.378087 18.31906 FALSE 97 59330888 204b hsa-miR-148a-4373130 Target 27.417814 1.7891258 27.417814 9.098755 18.31906 FALSE 98 59330888 204b hsa-miR-148b-4373129 Target 27.769072 1.0229799 27.769072 9.450012 18.31906 FALSE 99 59330888 204b hsa-miR-149-4395366 Target 23.753113 1.4538178 23.753113 5.4340534 18.31906 FALSE 100 59330888 204b hsa-miR-150-4373127 Target 21.017485 2.704401 21.017485 2.6984253 18.31906 FALSE 101 59330888 204b hsa-miR-152-4395170 Target 26.141493 2.7098765 26.141493 7.8224335 18.31906 FALSE 102 59330888 204b hsa-miR-153-4373305 Target 34.922585 1.2740042 34.922585 16.603525 18.31906 FALSE 103 59330888 204b hsa-miR-154-4373270 Target 31.089666 0.2812468 31.089666 12.770607 18.31906 FALSE 104 59330888 204b hsa-miR-181a-4373117 Target 24.303291 1.2221216 24.303291 5.984232 18.31906 FALSE 105 59330888 204b hsa-miR-181c-4373115 Target 30.035444 0.65618145 30.035444 11.716385 18.31906 FALSE 106 59330888 204b hsa-miR-182-4395445 Target 26.939186 2.1365893 26.939186 8.620127 18.31906 FALSE 107 59330888 204b RNU48-4373383 Target 21.148415 2.3890753 21.148415 2.8293552 18.31906 FALSE 108 59330888 204b hsa-miR-183-4395380 Target 27.152836 1.254352 27.152836 8.833776 18.31906 FALSE 109 59330888 204b hsa-miR-184-4373113 Target 29.0413 2.6120977 29.0413 10.72224 18.31906 FALSE 110 59330888 204b hsa-miR-185-4395382 Target 26.139933 2.160491 26.139933 7.8208733 18.31906 FALSE 111 59330888 204b hsa-miR-186-4395396 Target 23.033201 2.649067 23.033201 4.714142 18.31906 FALSE 112 59330888 204b hsa-miR-187-4373307 Target 28.235685 0.3512609 28.235685 9.916626 18.31906 FALSE 113 59330888 204b hsa-miR-188-3p-4395217 Target Undetermined 0.11328114 40 21.68094 18.31906 FALSE 114 59330888 204b hsa-miR-190-4373110 Target 30.46745 1.9079586 30.46745 12.148389 18.31906 FALSE 115 59330888 204b hsa-miR-191-4395410 Target 18.655897 2.7719965 18.655897 0.33683777 18.31906 FALSE 116 59330888 204b hsa-miR-192-4373108 Target 26.254827 2.3055289 26.254827 7.935768 18.31906 FALSE 117 59330888 204b hsa-miR-193a-3p-4395361 Target 29.815306 1.8974042 29.815306 11.496246 18.31906 FALSE 118 59330888 204b hsa-miR-193a-5p-4395392 Target 28.024803 1.8973444 28.024803 9.705744 18.31906 FALSE 119 59330888 204b hsa-miR-193b-4395478 Target 20.429972 1.982924 20.429972 2.1109123 18.31906 FALSE 120 59330888 204b hsa-miR-194-4373106 Target 29.98399 2.2014823 29.98399 11.664929 18.31906 FALSE 121 59330888 204b hsa-miR-195-4373105 Target 24.68134 2.7612433 24.68134 6.36228 18.31906 FALSE 122 59330888 204b hsa-miR-196b-4395326 Target 28.996578 1.5970182 28.996578 10.677518 18.31906 FALSE 123 59330888 204b hsa-miR-197-4373102 Target 25.333094 0.9492282 25.333094 7.0140343 18.31906 FALSE 124 59330888 204b hsa-miR-198-4395384 Target 30.427326 1.2707543 30.427326 12.108266 18.31906 FALSE 125 59330888 204b hsa-miR-199a-5p-4373272 Target 29.097933 1.2843759 29.097933 10.778873 18.31906 FALSE 126 59330888 204b hsa-miR-199a-3p-4395415 Target 24.229033 2.2508366 24.229033 5.909973 18.31906 FALSE 127 59330888 204b hsa-miR-199b-5p-4373100 Target 29.543737 0.906992 29.543737 11.224678 18.31906 FALSE 128 59330888 204b hsa-miR-200a-4378069 Target 25.922098 0.95818865 25.922098 7.603039 18.31906 FALSE 129 59330888 204b hsa-miR-200b-4395362 Target 22.254652 1.3227321 22.254652 3.9355927 18.31906 FALSE 130 59330888 204b hsa-miR-200c-4395411 Target 19.823662 1.8135493 19.823662 1.5046024 18.31906 FALSE 131 59330888 204b hsa-miR-202-4395474 Target 30.192541 2.5556903 30.192541 11.873482 18.31906 FALSE 132 59330888 204b hsa-miR-203-4373095 Target 25.167477 3.1547418 25.167477 6.8484173 18.31906 FALSE 133 59330888 204b hsa-miR-204-4373094 Target 28.077513 2.074127 28.077513 9.758453 18.31906 FALSE 134 59330888 204b hsa-miR-205-4373093 Target 33.51482 0.7700699 33.51482 15.19576 18.31906 FALSE 135 59330888 204b hsa-miR-208b-4395401 Target Undetermined 0.081585236 40 21.68094 18.31906 FALSE 136 59330888 204b hsa-miR-210-4373089 Target 24.87357 1.014158 24.87357 6.55451 18.31906 FALSE 137 59330888 204b hsa-miR-214-4395417 Target 23.555565 2.2796705 23.555565 5.2365055 18.31906 FALSE 138 59330888 204b hsa-miR-215-4373084 Target 29.197762 0.5537948 29.197762 10.878703 18.31906 FALSE 139 59330888 204b hsa-miR-216a-4395331 Target Undetermined 0.034839623 40 21.68094 18.31906 FALSE 140 59330888 204b hsa-miR-216b-4395437 Target Undetermined 0.026275327 40 21.68094 18.31906 FALSE 141 59330888 204b hsa-miR-217-4395448 Target Undetermined 0.036106333 40 21.68094 18.31906 FALSE 142 59330888 204b hsa-miR-218-4373081 Target 24.028603 2.4840872 24.028603 5.709543 18.31906 FALSE 143 59330888 204b hsa-miR-219-5p-4373080 Target Undetermined 0.05620964 40 21.68094 18.31906 FALSE 144 59330888 204b hsa-miR-221-4373077 Target 24.540249 1.9713284 24.540249 6.2211895 18.31906 FALSE 145 59330888 204b hsa-miR-222-4395387 Target 18.742174 2.8193297 18.742174 0.42311478 18.31906 FALSE 146 59330888 204b hsa-miR-223-4395406 Target 18.51496 2.9120607 18.51496 0.19589996 18.31906 FALSE 147 59330888 204b hsa-miR-224-4395210 Target 24.527418 2.2233207 24.527418 6.208359 18.31906 FALSE 148 59330888 204b hsa-miR-296-3p-4395212 Target Undetermined 0.051963333 40 21.68094 18.31906 FALSE 149 59330888 204b hsa-miR-296-5p-4373066 Target 26.207472 0.81839174 26.207472 7.8884125 18.31906 FALSE 150 59330888 204b hsa-miR-299-3p-4373189 Target Undetermined 0.027866198 40 21.68094 18.31906 FALSE 151 59330888 204b hsa-miR-299-5p-4373188 Target 38.320023 0.24361308 38.320023 20.000963 18.31906 FALSE 152 59330888 204b hsa-miR-301a-4373064 Target 25.95165 1.6504741 25.95165 7.6325912 18.31906 FALSE 153 59330888 204b hsa-miR-301b-4395503 Target 31.605484 1.4564997 31.605484 13.286426 18.31906 FALSE 154 59330888 204b hsa-miR-302a-4378070 Target Undetermined 0.009262421 40 21.68094 18.31906 FALSE 155 59330888 204b ath-miR159a-4373390 Target Undetermined 0.061373923 40 21.68094 18.31906 FALSE 156 59330888 204b hsa-miR-302b-4378071 Target Undetermined 0.040420715 40 21.68094 18.31906 FALSE 157 59330888 204b hsa-miR-302c-4378072 Target Undetermined 0.06706849 40 21.68094 18.31906 FALSE 158 59330888 204b hsa-miR-320-4395388 Target 21.17318 2.5715477 21.17318 2.8541203 18.31906 FALSE 159 59330888 204b hsa-miR-323-3p-4395338 Target 27.71531 1.1359602 27.71531 9.39625 18.31906 FALSE 160 59330888 204b hsa-miR-324-3p-4395272 Target 27.627296 1.9417043 27.627296 9.308237 18.31906 FALSE 161 59330888 204b hsa-miR-324-5p-4373052 Target 27.165697 2.0456386 27.165697 8.846638 18.31906 FALSE 162 59330888 204b hsa-miR-326-4373050 Target 34.04789 0.121122256 34.04789 15.728831 18.31906 FALSE 163 59330888 204b hsa-miR-328-4373049 Target 28.189182 1.567927 28.189182 9.870123 18.31906 FALSE 164 59330888 204b hsa-miR-329-4373191 Target 38.43601 0.06620683 38.43601 20.11695 18.31906 FALSE 165 59330888 204b hsa-miR-330-3p-4373047 Target 31.738298 0.45209193 31.738298 13.419239 18.31906 FALSE 166 59330888 204b hsa-miR-330-5p-4395341 Target Undetermined 0.012676468 40 21.68094 18.31906 FALSE 167 59330888 204b hsa-miR-331-3p-4373046 Target 26.870907 1.9202582 26.870907 8.551847 18.31906 FALSE 168 59330888 204b hsa-miR-331-5p-4395344 Target 32.01627 0.33320212 32.01627 13.697209 18.31906 FALSE 169 59330888 204b hsa-miR-335-4373045 Target 28.052267 1.7933446 28.052267 9.733208 18.31906 FALSE 170 59330888 204b hsa-miR-337-5p-4395267 Target 27.97728 1.7818334 27.97728 9.65822 18.31906 FALSE 171 59330888 204b hsa-miR-338-3p-4395363 Target 29.949347 1.1969587 29.949347 11.630287 18.31906 FALSE 172 59330888 204b hsa-miR-339-3p-4395295 Target 25.03118 1.7338877 25.03118 6.71212 18.31906 FALSE 173 59330888 204b hsa-miR-339-5p-4395368 Target 27.487375 0.57015455 27.487375 9.168316 18.31906 FALSE 174 59330888 204b hsa-miR-340-4395369 Target 28.821337 2.2012892 28.821337 10.502277 18.31906 FALSE 175 59330888 204b has-miR-155-4395459 Target 23.221989 2.4797757 23.221989 4.9029293 18.31906 FALSE 176 59330888 204b hsa-let-7b-4395446 Target 20.749687 1.7739786 20.749687 2.4306278 18.31906 FALSE 177 59330888 204b hsa-miR-342-3p-4395371 Target 20.362139 1.8802257 20.362139 2.0430794 18.31906 FALSE 178 59330888 204b hsa-miR-342-5p-4395258 Target 30.12623 0.37150937 30.12623 11.807171 18.31906 FALSE 179 59330888 204b hsa-miR-345-4395297 Target 26.767977 1.9759198 26.767977 8.448917 18.31906 FALSE 180 59330888 204b hsa-miR-361-5p-4373035 Target 25.972574 2.4016116 25.972574 7.653515 18.31906 FALSE 181 59330888 204b hsa-miR-362-3p-4395228 Target 29.828815 2.118171 29.828815 11.509755 18.31906 FALSE 182 59330888 204b hsa-miR-362-5p-4378092 Target 27.62481 1.5846922 27.62481 9.30575 18.31906 FALSE 183 59330888 204b hsa-miR-363-4378090 Target 33.16722 0.52302 33.16722 14.848163 18.31906 FALSE 184 59330888 204b hsa-miR-365-4373194 Target 22.46285 1.822956 22.46285 4.143791 18.31906 FALSE 185 59330888 204b hsa-miR-367-4373034 Target Undetermined 0.0207493 40 21.68094 18.31906 FALSE 186 59330888 204b hsa-miR-369-3p-4373032 Target 32.429596 0.9524551 32.429596 14.110538 18.31906 FALSE 187 59330888 204b hsa-miR-369-5p-4373195 Target 31.80069 1.123921 31.80069 13.481631 18.31906 FALSE 188 59330888 204b hsa-miR-370-4395386 Target 26.00066 1.4336798 26.00066 7.6816006 18.31906 FALSE 189 59330888 204b hsa-miR-371-3p-4395235 Target Undetermined 0.03206867 40 21.68094 18.31906 FALSE 190 59330888 204b hsa-miR-372-4373029 Target Undetermined 0.1300338 40 21.68094 18.31906 FALSE 191 59330888 204b hsa-miR-373-4378073 Target Undetermined 0.026142605 40 21.68094 18.31906 FALSE 192 59330888 204b hsa-miR-374a-4373028 Target 25.638046 2.7953765 25.638046 7.318987 18.31906 FALSE 193 59330888 204b hsa-miR-374b-4381045 Target 25.145428 2.5053651 25.145428 6.8263683 18.31906 FALSE 194 59330888 204b hsa-miR-375-4373027 Target 26.030363 2.673402 26.030363 7.7113037 18.31906 FALSE 195 59330888 204b hsa-miR-376a-4373026 Target 26.931953 1.9855889 26.931953 8.612894 18.31906 FALSE 196 59330888 204b hsa-miR-376b-4373196 Target 32.203804 0.6628721 32.203804 13.884746 18.31906 FALSE 197 59330888 204b hsa-miR-377-4373025 Target 35.96309 0.46840215 35.96309 17.64403 18.31906 FALSE 198 59330888 204b hsa-miR-379-4373349 Target 27.262234 1.8174813 27.262234 8.943174 18.31906 FALSE 199 59330888 204b hsa-miR-380-4373022 Target Undetermined 0.04137021 40 21.68094 18.31906 FALSE 200 59330888 204b hsa-miR-381-4373020 Target Undetermined 0.040773768 40 21.68094 18.31906 FALSE 201 59330888 204b hsa-miR-382-4373019 Target 36.14606 0.5812959 36.14606 17.827002 18.31906 FALSE 202 59330888 204b hsa-miR-383-4373018 Target Undetermined 0.022567777 40 21.68094 18.31906 FALSE 203 59330888 204b hsa-miR-409-5p-4395442 Target 33.78001 0.77446145 33.78001 15.46095 18.31906 FALSE 204 59330888 204b hsa-miR-410-4378093 Target 28.954845 1.6636977 28.954845 10.635786 18.31906 FALSE 205 59330888 204b hsa-miR-411-4381013 Target 26.376472 2.2923963 26.376472 8.057413 18.31906 FALSE 206 59330888 204b hsa-miR-422a-4395408 Target 32.16855 1.5231148 32.16855 13.84949 18.31906 FALSE 207 59330888 204b hsa-miR-423-5p-4395451 Target 27.724932 1.2255346 27.724932 9.405872 18.31906 FALSE 208 59330888 204b hsa-miR-424-4373201 Target 29.781387 1.6211861 29.781387 11.462329 18.31906 FALSE 209 59330888 204b hsa-miR-425-4380926 Target 24.732975 0.6967184 24.732975 6.4139156 18.31906 FALSE 210 59330888 204b hsa-miR-429-4373203 Target 31.339989 1.0311329 31.339989 13.02093 18.31906 FALSE 211 59330888 204b hsa-miR-431-4395173 Target 34.62915 0.2605821 34.62915 16.310091 18.31906 FALSE 212 59330888 204b hsa-miR-433-4373205 Target 28.734558 1.4011866 28.734558 10.415499 18.31906 FALSE 213 59330888 204b hsa-miR-449a-4373207 Target 30.401299 2.1303544 30.401299 12.08224 18.31906 FALSE 214 59330888 204b hsa-miR-449b-4381011 Target 34.0694 0.37718585 34.0694 15.75034 18.31906 FALSE 215 59330888 204b hsa-miR-450a-4395414 Target 31.131155 1.8951173 31.131155 12.812096 18.31906 FALSE 216 59330888 204b hsa-miR-450b-3p-4395319 Target Undetermined 0.020224992 40 21.68094 18.31906 FALSE 217 59330888 204b hsa-miR-450b-5p-4395318 Target Undetermined 0.13991788 40 21.68094 18.31906 FALSE 218 59330888 204b hsa-miR-451-4373360 Target 25.020727 2.5443819 25.020727 6.701668 18.31906 FALSE 219 59330888 204b hsa-miR-452-4395440 Target 28.94101 2.1962614 28.94101 10.62195 18.31906 FALSE 220 59330888 204b hsa-miR-453-4395429 Target Undetermined 0.011490462 40 21.68094 18.31906 FALSE 221 59330888 204b hsa-miR-454-4395434 Target 23.722553 2.3817003 23.722553 5.403494 18.31906 FALSE 222 59330888 204b hsa-miR-455-3p-4395355 Target 29.318766 0.8872674 29.318766 10.999706 18.31906 FALSE 223 59330888 204b hsa-miR-455-5p-4378098 Target 28.108227 1.9210515 28.108227 9.789167 18.31906 FALSE 224 59330888 204b hsa-miR-483-5p-4395449 Target 28.949987 1.9682279 28.949987 10.630928 18.31906 FALSE 225 59330888 204b hsa-miR-484-4381032 Target 20.53264 2.6153638 20.53264 2.213581 18.31906 FALSE 226 59330888 204b hsa-miR-485-3p-4378095 Target 29.315199 1.5045868 29.315199 10.99614 18.31906 FALSE 227 59330888 204b hsa-miR-485-5p-4373212 Target Undetermined 0.020280642 40 21.68094 18.31906 FALSE 228 59330888 204b hsa-miR-486-3p-4395204 Target 31.594578 0.14222457 31.594578 13.275517 18.31906 FALSE 229 59330888 204b hsa-miR-486-5p-4378096 Target 27.867666 1.3113158 27.867666 9.548607 18.31906 FALSE 230 59330888 204b hsa-miR-487a-4378097 Target 31.859316 0.57311106 31.859316 13.5402565 18.31906 FALSE 231 59330888 204b hsa-miR-487b-4378102 Target 28.562208 1.4159648 28.562208 10.243149 18.31906 FALSE 232 59330888 204b hsa-miR-488-4395468 Target Undetermined 0.03537999 40 21.68094 18.31906 FALSE 233 59330888 204b hsa-miR-489-4395469 Target 26.451092 2.1838312 26.451092 8.132032 18.31906 FALSE 234 59330888 204b hsa-miR-490-3p-4373215 Target Undetermined 0.026260113 40 21.68094 18.31906 FALSE 235 59330888 204b hsa-miR-491-3p-4395471 Target Undetermined 0.001671537 40 21.68094 18.31906 FALSE 236 59330888 204b hsa-miR-491-5p-4381053 Target 26.574045 2.3109462 26.574045 8.254986 18.31906 FALSE 237 59330888 204b hsa-miR-493-4395475 Target 28.958506 1.5107428 28.958506 10.639446 18.31906 FALSE 238 59330888 204b hsa-miR-494-4395476 Target 26.284992 2.3431816 26.284992 7.965933 18.31906 FALSE 239 59330888 204b hsa-miR-495-4381078 Target 26.776321 1.921043 26.776321 8.457262 18.31906 FALSE 240 59330888 204b hsa-miR-496-4386771 Target Undetermined 0.009491896 40 21.68094 18.31906 FALSE 241 59330888 204b hsa-miR-499-3p-4395538 Target Undetermined -0.006893506 40 21.68094 18.31906 FALSE 242 59330888 204b hsa-miR-499-5p-4381047 Target Undetermined 0.05941989 40 21.68094 18.31906 FALSE 243 59330888 204b hsa-miR-500-4395539 Target 28.202852 1.7349952 28.202852 9.883793 18.31906 FALSE 244 59330888 204b hsa-miR-501-3p-4395546 Target 32.389614 0.20380104 32.389614 14.070554 18.31906 FALSE 245 59330888 204b hsa-miR-501-5p-4373226 Target 30.20029 0.21499722 30.20029 11.88123 18.31906 FALSE 246 59330888 204b hsa-miR-502-3p-4395194 Target 31.375484 1.4516618 31.375484 13.056424 18.31906 FALSE 247 59330888 204b hsa-miR-502-5p-4373227 Target 34.79782 0.1221091 34.79782 16.478762 18.31906 FALSE 248 59330888 204b hsa-miR-503-4373228 Target 31.164673 0.8576278 31.164673 12.845614 18.31906 FALSE 249 59330888 204b hsa-miR-504-4395195 Target Undetermined 0.004362843 40 21.68094 18.31906 FALSE 250 59330888 204b hsa-miR-505-4395200 Target 29.138739 1.0793403 29.138739 10.819679 18.31906 FALSE 251 59330888 204b hsa-miR-507-4373232 Target Undetermined 0.012171548 40 21.68094 18.31906 FALSE 252 59330888 204b hsa-miR-508-3p-4373233 Target 31.043745 1.1236169 31.043745 12.724686 18.31906 FALSE 253 59330888 204b hsa-miR-508-5p-4395203 Target Undetermined 0.047781136 40 21.68094 18.31906 FALSE 254 59330888 204b hsa-miR-509-5p-4395346 Target 30.35873 0.56965643 30.35873 12.03967 18.31906 FALSE 255 59330888 204b hsa-miR-510-4395352 Target 37.86961 0.09080354 37.86961 19.55055 18.31906 FALSE 256 59330888 204b hsa-miR-512-3p-4381034 Target 33.633793 0.50144804 33.633793 15.314733 18.31906 FALSE 257 59330888 204b hsa-miR-512-5p-4373238 Target Undetermined 0.04096407 40 21.68094 18.31906 FALSE 258 59330888 204b hsa-miR-513-5p-4395201 Target 31.081902 1.3455825 31.081902 12.762843 18.31906 FALSE 259 59330888 204b hsa-miR-515-3p-4395480 Target Undetermined 0.003839757 40 21.68094 18.31906 FALSE 260 59330888 204b hsa-miR-515-5p-4373242 Target Undetermined 0.04195928 40 21.68094 18.31906 FALSE 261 59330888 204b hsa-miR-516a-5p-4395527 Target Undetermined 0.029490612 40 21.68094 18.31906 FALSE 262 59330888 204b hsa-miR-516b-4395172 Target Undetermined 0.023667276 40 21.68094 18.31906 FALSE 263 59330888 204b hsa-miR-517a-4395513 Target 33.077606 0.27286094 33.077606 14.758548 18.31906 FALSE 264 59330888 204b hsa-miR-517c-4373264 Target Undetermined 0.05888809 40 21.68094 18.31906 FALSE 265 59330888 204b hsa-miR-518a-3p-4395508 Target Undetermined 0.030108668 40 21.68094 18.31906 FALSE 266 59330888 204b hsa-miR-518a-5p-4395507 Target Undetermined -0.00719172 40 21.68094 18.31906 FALSE 267 59330888 204b hsa-miR-518b-4373246 Target 35.953255 0.1456595 35.953255 17.634195 18.31906 FALSE 268 59330888 204b hsa-miR-518c-4395512 Target Undetermined 0.025163833 40 21.68094 18.31906 FALSE 269 59330888 204b hsa-miR-518d-3p-4373248 Target 34.738735 0.18684898 34.738735 16.419676 18.31906 FALSE 270 59330888 204b hsa-miR-518d-5p-4395500 Target Undetermined 0.033466615 40 21.68094 18.31906 FALSE 271 59330888 204b hsa-miR-518e-4395506 Target Undetermined 0.025031691 40 21.68094 18.31906 FALSE 272 59330888 204b hsa-miR-518f-4395499 Target Undetermined 0.05668909 40 21.68094 18.31906 FALSE 273 59330888 204b hsa-miR-519a-4395526 Target Undetermined 0.023777578 40 21.68094 18.31906 FALSE 274 59330888 204b hsa-miR-519d-4395514 Target Undetermined 0.022026233 40 21.68094 18.31906 FALSE 275 59330888 204b hsa-miR-519e-4395481 Target Undetermined -0.011960698 40 21.68094 18.31906 FALSE 276 59330888 204b hsa-miR-520a-3p-4373268 Target Undetermined 0.027139273 40 21.68094 18.31906 FALSE 277 59330888 204b hsa-miR-520a-5p-4378085 Target Undetermined 0.007457363 40 21.68094 18.31906 FALSE 278 59330888 204b hsa-miR-520d-5p-4395504 Target Undetermined 0.002566305 40 21.68094 18.31906 FALSE 279 59330888 204b hsa-miR-520g-4373257 Target Undetermined 0.021925993 40 21.68094 18.31906 FALSE 280 59330888 204b hsa-miR-521-4373259 Target 36.94735 0.08139816 36.94735 18.62829 18.31906 FALSE 281 59330888 204b hsa-miR-522-4395524 Target 36.175293 0.17510188 36.175293 17.856234 18.31906 FALSE 282 59330888 204b hsa-miR-523-4395497 Target Undetermined 0.013105939 40 21.68094 18.31906 FALSE 283 59330888 204b hsa-miR-524-5p-4395174 Target Undetermined -0.002186739 40 21.68094 18.31906 FALSE 284 59330888 204b hsa-miR-525-3p-4395496 Target Undetermined 0.02490212 40 21.68094 18.31906 FALSE 285 59330888 204b hsa-miR-525-5p-4378088 Target Undetermined 0.023804206 40 21.68094 18.31906 FALSE 286 59330888 204b hsa-miR-526b-4395493 Target Undetermined 0.003840633 40 21.68094 18.31906 FALSE 287 59330888 204b hsa-miR-532-3p-4395466 Target 25.928434 1.9386483 25.928434 7.609375 18.31906 FALSE 288 59330888 204b hsa-miR-532-5p-4380928 Target 23.049595 2.3150227 23.049595 4.7305355 18.31906 FALSE 289 59330888 204b hsa-miR-539-4378103 Target 27.50898 2.0672932 27.50898 9.18992 18.31906 FALSE 290 59330888 204b hsa-miR-541-4395312 Target 34.46904 0.17103161 34.46904 16.14998 18.31906 FALSE 291 59330888 204b hsa-miR-542-3p-4378101 Target Undetermined 0.022941709 40 21.68094 18.31906 FALSE 292 59330888 204b hsa-miR-542-5p-4395351 Target 29.644556 1.3757722 29.644556 11.325497 18.31906 FALSE 293 59330888 204b hsa-miR-544-4395376 Target Undetermined 0.017529005 40 21.68094 18.31906 FALSE 294 59330888 204b hsa-miR-545-4395378 Target 32.637268 1.4476316 32.637268 14.31821 18.31906 FALSE 295 59330888 204b hsa-miR-548a-3p-4380948 Target Undetermined 0.027203688 40 21.68094 18.31906 FALSE 296 59330888 204b hsa-miR-548a-5p-4395523 Target Undetermined 0.019533606 40 21.68094 18.31906 FALSE 297 59330888 204b hsa-miR-548b-3p-4380951 Target Undetermined -0.008540832 40 21.68094 18.31906 FALSE 298 59330888 204b hsa-miR-548b-5p-4395519 Target 31.252121 0.848257 31.252121 12.933063 18.31906 FALSE 299 59330888 204b hsa-miR-548c-3p-4380993 Target Undetermined 0.09253068 40 21.68094 18.31906 FALSE 300 59330888 204b hsa-miR-548c-5p-4395540 Target 32.41333 0.7219782 32.41333 14.094272 18.31906 FALSE 301 59330888 204b hsa-miR-548d-3p-4381008 Target 32.27552 1.323544 32.27552 13.956462 18.31906 FALSE 302 59330888 204b hsa-miR-548d-5p-4395348 Target 36.83143 0.23624001 36.83143 18.51237 18.31906 FALSE 303 59330888 204b hsa-miR-551b-4380945 Target 32.822968 1.2708699 32.822968 14.503909 18.31906 FALSE 304 59330888 204b hsa-miR-556-3p-4395456 Target Undetermined 0.021223476 40 21.68094 18.31906 FALSE 305 59330888 204b hsa-miR-556-5p-4395455 Target Undetermined 0.03262573 40 21.68094 18.31906 FALSE 306 59330888 204b hsa-miR-561-4380938 Target Undetermined 0.008302977 40 21.68094 18.31906 FALSE 307 59330888 204b hsa-miR-570-4395458 Target Undetermined -0.02559062 40 21.68094 18.31906 FALSE 308 59330888 204b hsa-miR-574-3p-4395460 Target 31.389418 1.4346831 31.389418 13.070358 18.31906 FALSE 309 59330888 204b hsa-miR-576-3p-4395462 Target 31.943796 1.3161119 31.943796 13.624737 18.31906 FALSE 310 59330888 204b hsa-miR-576-5p-4395461 Target Undetermined 0.018108197 40 21.68094 18.31906 FALSE 311 59330888 204b hsa-miR-579-4395509 Target 31.227854 1.0606557 31.227854 12.908794 18.31906 FALSE 312 59330888 204b hsa-miR-582-3p-4395510 Target 29.465176 2.2439744 29.465176 11.146115 18.31906 FALSE 313 59330888 204b hsa-miR-582-5p-4395175 Target 31.068338 0.6828825 31.068338 12.749279 18.31906 FALSE 314 59330888 204b hsa-miR-589-4395520 Target 32.9256 0.6428032 32.9256 14.60654 18.31906 FALSE 315 59330888 204b hsa-miR-590-5p-4395176 Target 25.954157 2.545811 25.954157 7.6350975 18.31906 FALSE 316 59330888 204b hsa-miR-597-4380960 Target 30.512743 1.9280857 30.512743 12.193684 18.31906 FALSE 317 59330888 204b hsa-miR-598-4395179 Target 29.982273 1.7011892 29.982273 11.663213 18.31906 FALSE 318 59330888 204b hsa-miR-615-3p-4386777 Target Undetermined 0.008146795 40 21.68094 18.31906 FALSE 319 59330888 204b hsa-miR-615-5p-4395464 Target Undetermined -0.013194456 40 21.68094 18.31906 FALSE 320 59330888 204b hsa-miR-616-4395525 Target 34.823826 0.26187143 34.823826 16.504766 18.31906 FALSE 321 59330888 204b hsa-miR-618-4380996 Target 35.925278 0.29514626 35.925278 17.606218 18.31906 FALSE 322 59330888 204b hsa-miR-624-4395541 Target Undetermined 0.013689527 40 21.68094 18.31906 FALSE 323 59330888 204b hsa-miR-625-4395542 Target 31.293684 1.0750527 31.293684 12.974625 18.31906 FALSE 324 59330888 204b hsa-miR-627-4380967 Target 31.277626 1.9349749 31.277626 12.958568 18.31906 FALSE 325 59330888 204b hsa-miR-628-5p-4395544 Target 29.893007 2.2566032 29.893007 11.573948 18.31906 FALSE 326 59330888 204b hsa-miR-629-4395547 Target 29.920458 1.531509 29.920458 11.601398 18.31906 FALSE 327 59330888 204b hsa-miR-636-4395199 Target 38.131626 0.18388751 38.131626 19.812567 18.31906 FALSE 328 59330888 204b hsa-miR-642-4380995 Target 28.904938 1.5510255 28.904938 10.585878 18.31906 FALSE 329 59330888 204b hsa-miR-651-4381007 Target Undetermined -5.22E-04 40 21.68094 18.31906 FALSE 330 59330888 204b hsa-miR-652-4395463 Target 28.53517 1.4700071 28.53517 10.21611 18.31906 FALSE 331 59330888 204b hsa-miR-653-4395403 Target Undetermined 0.04307634 40 21.68094 18.31906 FALSE 332 59330888 204b hsa-miR-654-3p-4395350 Target 31.283579 1.4970405 31.283579 12.9645195 18.31906 FALSE 333 59330888 204b hsa-miR-654-5p-4381014 Target 31.336454 0.20047772 31.336454 13.017395 18.31906 FALSE 334 59330888 204b hsa-miR-655-4381015 Target 32.35065 1.0126686 32.35065 14.03159 18.31906 FALSE 335 59330888 204b hsa-miR-660-4380925 Target 26.158136 1.9215857 26.158136 7.839077 18.31906 FALSE 336 59330888 204b hsa-miR-671-3p-4395433 Target 29.677027 1.4886154 29.677027 11.357967 18.31906 FALSE 337 59330888 204b hsa-miR-672-4395438 Target Undetermined 0.055938836 40 21.68094 18.31906 FALSE 338 59330888 204b hsa-miR-674-4395193 Target Undetermined 0.07061497 40 21.68094 18.31906 FALSE 339 59330888 204b hsa-miR-708-4395452 Target 26.36075 2.8662343 26.36075 8.041691 18.31906 FALSE 340 59330888 204b hsa-miR-744-4395435 Target 27.304338 2.5334995 27.304338 8.985279 18.31906 FALSE 341 59330888 204b hsa-miR-758-4395180 Target 33.232143 0.65646917 33.232143 14.913083 18.31906 FALSE 342 59330888 204b hsa-miR-871-4395465 Target Undetermined 0.018509256 40 21.68094 18.31906 FALSE 343 59330888 204b hsa-miR-872-4395375 Target Undetermined -0.04650136 40 21.68094 18.31906 FALSE 344 59330888 204b hsa-miR-873-4395467 Target Undetermined 0.021844842 40 21.68094 18.31906 FALSE 345 59330888 204b hsa-miR-874-4395379 Target 28.631105 0.46582323 28.631105 10.312046 18.31906 FALSE 346 59330888 204b hsa-miR-875-3p-4395315 Target Undetermined 0.038699303 40 21.68094 18.31906 FALSE 347 59330888 204b hsa-miR-876-3p-4395336 Target Undetermined 0.034143742 40 21.68094 18.31906 FALSE 348 59330888 204b hsa-miR-876-5p-4395316 Target Undetermined 0.062282376 40 21.68094 18.31906 FALSE 349 59330888 204b hsa-miR-885-3p-4395483 Target Undetermined 0.06200199 40 21.68094 18.31906 FALSE 350 59330888 204b hsa-miR-885-5p-4395407 Target 31.00478 1.0746517 31.00478 12.6857195 18.31906 FALSE 351 59330888 204b hsa-miR-886-3p-4395305 Target 24.909798 1.4269108 24.909798 6.5907383 18.31906 FALSE 352 59330888 204b hsa-miR-886-5p-4395304 Target 25.350758 1.9584306 25.350758 7.031698 18.31906 FALSE 353 59330888 204b hsa-miR-887-4395485 Target 32.09209 0.1269596 32.09209 13.77303 18.31906 FALSE 354 59330888 204b hsa-miR-888-4395323 Target Undetermined 0.036708917 40 21.68094 18.31906 FALSE 355 59330888 204b hsa-miR-889-4395313 Target 33.733734 0.5827671 33.733734 15.414676 18.31906 FALSE 356 59330888 204b hsa-miR-890-4395320 Target Undetermined 0.03909324 40 21.68094 18.31906 FALSE 357 59330888 204b hsa-miR-891a-4395302 Target 29.956448 0.7267637 29.956448 11.637387 18.31906 FALSE 358 59330888 204b hsa-miR-891b-4395321 Target Undetermined 0.03977097 40 21.68094 18.31906 FALSE 359 59330888 204b hsa-miR-892a-4395306 Target Undetermined 0.028084278 40 21.68094 18.31906 FALSE 360 59330888 204b hsa-miR-147-4373131 Target Undetermined 0.025782146 40 21.68094 18.31906 FALSE 361 59330888 204b hsa-miR-208-4373091 Target Undetermined 0.009916709 40 21.68094 18.31906 FALSE 362 59330888 204b hsa-miR-211-4373088 Target Undetermined -0.031944875 40 21.68094 18.31906 FALSE 363 59330888 204b hsa-miR-212-4373087 Target 25.877283 2.0983458 25.877283 7.5582237 18.31906 FALSE 364 59330888 204b hsa-miR-219-1-3p-4395206 Target Undetermined 0.050098676 40 21.68094 18.31906 FALSE 365 59330888 204b hsa-miR-219-2-3p-4395501 Target Undetermined 0.023785142 40 21.68094 18.31906 FALSE 366 59330888 204b hsa-miR-220-4373078 Target Undetermined 0.003799035 40 21.68094 18.31906 FALSE 367 59330888 204b hsa-miR-220b-4395317 Target Undetermined -0.002303035 40 21.68094 18.31906 FALSE 368 59330888 204b hsa-miR-220c-4395322 Target Undetermined -0.010569539 40 21.68094 18.31906 FALSE 369 59330888 204b hsa-miR-298-4395301 Target Undetermined 0.006786387 40 21.68094 18.31906 FALSE 370 59330888 204b hsa-miR-325-4373051 Target Undetermined -0.008839681 40 21.68094 18.31906 FALSE 371 59330888 204b hsa-miR-346-4373038 Target Undetermined 0.051147167 40 21.68094 18.31906 FALSE 372 59330888 204b hsa-miR-376c-4395233 Target 26.15405 1.6331757 26.15405 7.8349915 18.31906 FALSE 373 59330888 204b hsa-miR-384-4373017 Target Undetermined 0.004803308 40 21.68094 18.31906 FALSE 374 59330888 204b hsa-miR-412-4373199 Target Undetermined 0.01863246 40 21.68094 18.31906 FALSE 375 59330888 204b hsa-miR-448-4373206 Target Undetermined -0.002725976 40 21.68094 18.31906 FALSE 376 59330888 204b hsa-miR-492-4373217 Target 31.030659 0.23710124 31.030659 12.711598 18.31906 FALSE 377 59330888 204b hsa-miR-506-4373231 Target 32.823082 0.28868115 32.823082 14.504024 18.31906 FALSE 378 59330888 204b hsa-miR-509-3-5p-4395266 Target Undetermined 0.023847101 40 21.68094 18.31906 FALSE 379 59330888 204b hsa-miR-511-4373236 Target 29.07795 1.5853592 29.07795 10.758891 18.31906 FALSE 380 59330888 204b hsa-miR-517b-4373244 Target Undetermined 0.024985783 40 21.68094 18.31906 FALSE 381 59330888 204b hsa-miR-519c-3p-4373251 Target 33.05508 1.5963588 33.05508 14.73602 18.31906 FALSE 382 59330888 204b hsa-miR-520b-4373252 Target 35.344074 0.2387524 35.344074 17.025015 18.31906 FALSE 383 59330888 204b hsa-miR-520e-4373255 Target Undetermined 0.017436864 40 21.68094 18.31906 FALSE 384 59330888 204b hsa-miR-520f-4373256 Target Undetermined 0.029373761 40 21.68094 18.31906 FALSE \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/GSM628080_22b.txt Thu Oct 10 04:24:43 2019 -0400 @@ -0,0 +1,1 @@ +SDS 2.3 RQ Results 1.2 Filename Testscreen analys all.sdm Assay Type RQ Study EmbeddedFile FileA Run DateTime Fri May 15 17:10:28 BST 2009 Operator ThermalCycleParams EmbeddedFile FileB Run DateTime Sat May 16 10:36:09 BST 2009 Operator ThermalCycleParams EmbeddedFile FileC Run DateTime Sun May 17 13:21:05 BST 2009 Operator ThermalCycleParams # Plate Sample Detector Task Avg Ct Delta Ct Avg Delta Ct ?Ct SE Delta Delta Ct SD RQ RQ Min RQ Max Omit 1 59330835 22b hsa-let-7a-4373169 Target 23.102613 1.5117229 23.102613 6.0698814 17.032732 FALSE 2 59330835 22b hsa-let-7c-4373167 Target 27.412481 2.0926108 27.412481 10.379749 17.032732 FALSE 3 59330835 22b hsa-let-7d-4395394 Target 22.985891 2.6698215 22.985891 5.9531593 17.032732 FALSE 4 59330835 22b hsa-let-7e-4395517 Target 20.47636 2.345725 20.47636 3.4436283 17.032732 FALSE 5 59330835 22b hsa-let-7f-4373164 Target 25.807777 0.6883442 25.807777 8.775045 17.032732 FALSE 6 59330835 22b hsa-let-7g-4395393 Target 23.526611 2.4894352 23.526611 6.4938793 17.032732 FALSE 7 59330835 22b hsa-miR-1-4395333 Target 28.401854 1.9165854 28.401854 11.369122 17.032732 FALSE 8 59330835 22b hsa-miR-9-4373285 Target 28.733881 1.2709663 28.733881 11.701149 17.032732 FALSE 9 59330835 22b hsa-miR-10a-4373153 Target 28.075794 1.7683222 28.075794 11.043063 17.032732 FALSE 10 59330835 22b hsa-miR-10b-4395329 Target 22.70301 2.1123202 22.70301 5.6702785 17.032732 FALSE 11 59330835 22b MammU6-4395470 Endogenous Control 17.05417 1.5918996 17.032732 0.02749375 17.032732 FALSE 12 59330835 22b MammU6-4395470 Endogenous Control 17.009525 1.6928768 17.032732 0.02749375 17.032732 FALSE 13 59330835 22b hsa-miR-15a-4373123 Target 31.865133 0.52773166 31.865133 14.832401 17.032732 FALSE 14 59330835 22b hsa-miR-15b-4373122 Target 25.98764 1.9497151 25.98764 8.954908 17.032732 FALSE 15 59330835 22b hsa-miR-16-4373121 Target 22.304928 2.4713547 22.304928 5.272196 17.032732 FALSE 16 59330835 22b hsa-miR-17-4395419 Target 21.20141 2.5805779 21.20141 4.1686783 17.032732 FALSE 17 59330835 22b hsa-miR-18a-4395533 Target 26.908852 2.3335576 26.908852 9.87612 17.032732 FALSE 18 59330835 22b hsa-miR-18b-4395328 Target 28.509377 0.45473856 28.509377 11.476644 17.032732 FALSE 19 59330835 22b hsa-miR-19a-4373099 Target 26.197433 1.6734234 26.197433 9.164701 17.032732 FALSE 20 59330835 22b hsa-miR-19b-4373098 Target 21.890474 2.0160635 21.890474 4.8577423 17.032732 FALSE 21 59330835 22b hsa-miR-20a-4373286 Target 23.071547 2.3915477 23.071547 6.0388145 17.032732 FALSE 22 59330835 22b hsa-miR-20b-4373263 Target 25.029154 2.3016646 25.029154 7.996422 17.032732 FALSE 23 59330835 22b hsa-miR-21-4373090 Target 22.805285 2.0644717 22.805285 5.7725525 17.032732 FALSE 24 59330835 22b hsa-miR-22-4373079 Target 24.624947 0.7610232 24.624947 7.5922146 17.032732 FALSE 25 59330835 22b hsa-miR-23a-4373074 Target 28.417854 0.2412767 28.417854 11.385121 17.032732 FALSE 26 59330835 22b hsa-miR-23b-4373073 Target 26.105738 1.0608236 26.105738 9.073006 17.032732 FALSE 27 59330835 22b hsa-miR-24-4373072 Target 19.75652 2.5406504 19.75652 2.7237873 17.032732 FALSE 28 59330835 22b hsa-miR-25-4373071 Target 24.699312 3.5396047 24.699312 7.66658 17.032732 FALSE 29 59330835 22b hsa-miR-26a-4395166 Target 20.818651 2.5156972 20.818651 3.7859192 17.032732 FALSE 30 59330835 22b hsa-miR-26b-4395167 Target 23.85658 2.3255975 23.85658 6.8238487 17.032732 FALSE 31 59330835 22b hsa-miR-27a-4373287 Target 23.84866 2.947923 23.84866 6.8159275 17.032732 FALSE 32 59330835 22b hsa-miR-27b-4373068 Target 23.567852 3.351214 23.567852 6.53512 17.032732 FALSE 33 59330835 22b hsa-miR-28-3p-4395557 Target 20.143583 3.0432065 20.143583 3.1108513 17.032732 FALSE 34 59330835 22b hsa-miR-28-5p-4373067 Target 24.025793 2.2994857 24.025793 6.993061 17.032732 FALSE 35 59330835 22b MammU6-4395470 Endogenous Control 17.097143 1.6462158 17.032732 0.02749375 17.032732 FALSE 36 59330835 22b MammU6-4395470 Endogenous Control 16.97009 1.689244 17.032732 0.02749375 17.032732 FALSE 37 59330835 22b hsa-miR-29a-4395223 Target 21.795563 2.3323145 21.795563 4.7628307 17.032732 FALSE 38 59330835 22b hsa-miR-29b-4373288 Target 26.298649 1.9067366 26.298649 9.265917 17.032732 FALSE 39 59330835 22b hsa-miR-29c-4395171 Target 22.13494 2.930522 22.13494 5.102207 17.032732 FALSE 40 59330835 22b hsa-miR-30b-4373290 Target 20.86615 2.6688223 20.86615 3.833418 17.032732 FALSE 41 59330835 22b hsa-miR-30c-4373060 Target 21.335073 2.0676432 21.335073 4.3023415 17.032732 FALSE 42 59330835 22b hsa-miR-31-4395390 Target 25.308615 2.1676338 25.308615 8.275883 17.032732 FALSE 43 59330835 22b hsa-miR-32-4395220 Target 35.38568 0.3647424 35.38568 18.35295 17.032732 FALSE 44 59330835 22b hsa-miR-33b-4395196 Target Undetermined 0.044368926 40 22.967268 17.032732 FALSE 45 59330835 22b hsa-miR-34a-4395168 Target 22.710379 2.6330497 22.710379 5.6776466 17.032732 FALSE 46 59330835 22b hsa-miR-34c-5p-4373036 Target 25.954332 1.7917079 25.954332 8.9216 17.032732 FALSE 47 59330835 22b hsa-miR-92a-4395169 Target 22.914082 2.219125 22.914082 5.8813496 17.032732 FALSE 48 59330835 22b hsa-miR-93-4373302 Target 25.152195 2.6187663 25.152195 8.119463 17.032732 FALSE 49 59330835 22b hsa-miR-95-4373011 Target 27.617884 2.248645 27.617884 10.585152 17.032732 FALSE 50 59330835 22b hsa-miR-96-4373372 Target Undetermined 0.055193845 40 22.967268 17.032732 FALSE 51 59330835 22b hsa-miR-98-4373009 Target Undetermined 0.122958586 40 22.967268 17.032732 FALSE 52 59330835 22b hsa-miR-99a-4373008 Target 23.668821 1.483194 23.668821 6.6360893 17.032732 FALSE 53 59330835 22b hsa-miR-99b-4373007 Target 23.138058 1.1067785 23.138058 6.1053257 17.032732 FALSE 54 59330835 22b hsa-miR-100-4373160 Target 23.75984 1.9675127 23.75984 6.727108 17.032732 FALSE 55 59330835 22b hsa-miR-101-4395364 Target 29.892801 2.4866998 29.892801 12.860069 17.032732 FALSE 56 59330835 22b hsa-miR-103-4373158 Target 27.630411 1.5679791 27.630411 10.597679 17.032732 FALSE 57 59330835 22b hsa-miR-105-4395278 Target Undetermined 0.076778404 40 22.967268 17.032732 FALSE 58 59330835 22b hsa-miR-106a-4395280 Target 21.126081 2.8342617 21.126081 4.0933495 17.032732 FALSE 59 59330835 22b RNU44-4373384 Target 23.846533 1.0898697 23.846533 6.813801 17.032732 FALSE 60 59330835 22b hsa-miR-106b-4373155 Target 24.732487 2.2843285 24.732487 7.6997547 17.032732 FALSE 61 59330835 22b hsa-miR-107-4373154 Target 32.124123 0.48489147 32.124123 15.09139 17.032732 FALSE 62 59330835 22b hsa-miR-122-4395356 Target 34.67138 0.21537264 34.67138 17.638647 17.032732 FALSE 63 59330835 22b hsa-miR-124-4373295 Target 29.6105 1.1627522 29.6105 12.577769 17.032732 FALSE 64 59330835 22b hsa-miR-125a-3p-4395310 Target 29.119768 1.9240391 29.119768 12.087036 17.032732 FALSE 65 59330835 22b hsa-miR-125a-5p-4395309 Target 25.652689 2.3940368 25.652689 8.619957 17.032732 FALSE 66 59330835 22b hsa-miR-125b-4373148 Target 23.602316 2.217609 23.602316 6.569584 17.032732 FALSE 67 59330835 22b hsa-miR-126-4395339 Target 21.376389 2.5634363 21.376389 4.3436565 17.032732 FALSE 68 59330835 22b hsa-miR-127-3p-4373147 Target 26.47622 2.2842274 26.47622 9.443487 17.032732 FALSE 69 59330835 22b hsa-miR-127-5p-4395340 Target Undetermined 0.05943717 40 22.967268 17.032732 FALSE 70 59330835 22b hsa-miR-128-4395327 Target 27.008215 1.8319732 27.008215 9.975483 17.032732 FALSE 71 59330835 22b hsa-miR-129-3p-4373297 Target Undetermined 0.053174432 40 22.967268 17.032732 FALSE 72 59330835 22b hsa-miR-129-5p-4373171 Target 28.955873 0.04015308 28.955873 11.9231415 17.032732 FALSE 73 59330835 22b hsa-miR-130a-4373145 Target 26.690598 1.540972 26.690598 9.657866 17.032732 FALSE 74 59330835 22b hsa-miR-130b-4373144 Target 25.711721 1.3311551 25.711721 8.678989 17.032732 FALSE 75 59330835 22b hsa-miR-132-4373143 Target 28.807064 1.4626652 28.807064 11.774333 17.032732 FALSE 76 59330835 22b hsa-miR-133a-4395357 Target 21.954508 1.882395 21.954508 4.921776 17.032732 FALSE 77 59330835 22b hsa-miR-133b-4395358 Target 25.940432 1.5105158 25.940432 8.9077 17.032732 FALSE 78 59330835 22b hsa-miR-134-4373299 Target 30.040953 0.6994633 30.040953 13.008221 17.032732 FALSE 79 59330835 22b hsa-miR-135a-4373140 Target 37.16762 0.68915695 37.16762 20.13489 17.032732 FALSE 80 59330835 22b hsa-miR-135b-4395372 Target 32.720306 1.6001186 32.720306 15.687573 17.032732 FALSE 81 59330835 22b hsa-miR-136-4373173 Target 35.83855 0.7211864 35.83855 18.805819 17.032732 FALSE 82 59330835 22b hsa-miR-137-4373301 Target Undetermined 0.034823474 40 22.967268 17.032732 FALSE 83 59330835 22b hsa-miR-138-4395395 Target 30.404465 2.347024 30.404465 13.371732 17.032732 FALSE 84 59330835 22b hsa-miR-139-3p-4395424 Target 25.09179 0.66963685 25.09179 8.059057 17.032732 FALSE 85 59330835 22b hsa-miR-139-5p-4395400 Target 24.916515 1.8230379 24.916515 7.8837833 17.032732 FALSE 86 59330835 22b hsa-miR-140-3p-4395345 Target 26.293573 1.6666192 26.293573 9.260841 17.032732 FALSE 87 59330835 22b hsa-miR-140-5p-4373374 Target 23.239254 2.1794205 23.239254 6.206522 17.032732 FALSE 88 59330835 22b hsa-miR-141-4373137 Target 33.50042 1.2124949 33.50042 16.467688 17.032732 FALSE 89 59330835 22b hsa-miR-142-3p-4373136 Target 23.572794 2.2716339 23.572794 6.540062 17.032732 FALSE 90 59330835 22b hsa-miR-142-5p-4395359 Target 31.202982 1.4644219 31.202982 14.17025 17.032732 FALSE 91 59330835 22b hsa-miR-143-4395360 Target 20.156382 2.7879224 20.156382 3.1236496 17.032732 FALSE 92 59330835 22b hsa-miR-145-4395389 Target 17.252964 2.0352285 17.252964 0.22023201 17.032732 FALSE 93 59330835 22b hsa-miR-146a-4373132 Target 21.655725 2.656679 21.655725 4.6229935 17.032732 FALSE 94 59330835 22b hsa-miR-146b-3p-4395472 Target 32.67141 0.48646668 32.67141 15.638677 17.032732 FALSE 95 59330835 22b hsa-miR-146b-5p-4373178 Target 23.444666 2.3193233 23.444666 6.411934 17.032732 FALSE 96 59330835 22b hsa-miR-147b-4395373 Target Undetermined 0.03399872 40 22.967268 17.032732 FALSE 97 59330835 22b hsa-miR-148a-4373130 Target 30.650127 1.4012175 30.650127 13.617396 17.032732 FALSE 98 59330835 22b hsa-miR-148b-4373129 Target 30.924295 0.24953717 30.924295 13.891563 17.032732 FALSE 99 59330835 22b hsa-miR-149-4395366 Target 27.982405 0.75957376 27.982405 10.949673 17.032732 FALSE 100 59330835 22b hsa-miR-150-4373127 Target 21.567087 2.5294673 21.567087 4.534355 17.032732 FALSE 101 59330835 22b hsa-miR-152-4395170 Target 25.839193 3.3430474 25.839193 8.806461 17.032732 FALSE 102 59330835 22b hsa-miR-153-4373305 Target Undetermined 0.057918277 40 22.967268 17.032732 FALSE 103 59330835 22b hsa-miR-154-4373270 Target Undetermined 0.026860265 40 22.967268 17.032732 FALSE 104 59330835 22b hsa-miR-181a-4373117 Target 24.547695 1.1290799 24.547695 7.514963 17.032732 FALSE 105 59330835 22b hsa-miR-181c-4373115 Target 30.310963 0.6560274 30.310963 13.278232 17.032732 FALSE 106 59330835 22b hsa-miR-182-4395445 Target Undetermined 0.037601583 40 22.967268 17.032732 FALSE 107 59330835 22b RNU48-4373383 Target 21.553162 2.2919605 21.553162 4.5204296 17.032732 FALSE 108 59330835 22b hsa-miR-183-4395380 Target Undetermined 0.0292573 40 22.967268 17.032732 FALSE 109 59330835 22b hsa-miR-184-4373113 Target 31.633802 2.203468 31.633802 14.60107 17.032732 FALSE 110 59330835 22b hsa-miR-185-4395382 Target 26.59512 2.1686015 26.59512 9.562387 17.032732 FALSE 111 59330835 22b hsa-miR-186-4395396 Target 23.259872 2.6108694 23.259872 6.2271404 17.032732 FALSE 112 59330835 22b hsa-miR-187-4373307 Target Undetermined 0.04000605 40 22.967268 17.032732 FALSE 113 59330835 22b hsa-miR-188-3p-4395217 Target Undetermined 0.050505977 40 22.967268 17.032732 FALSE 114 59330835 22b hsa-miR-190-4373110 Target 30.527964 1.9726732 30.527964 13.495232 17.032732 FALSE 115 59330835 22b hsa-miR-191-4395410 Target 19.649212 2.69059 19.649212 2.6164799 17.032732 FALSE 116 59330835 22b hsa-miR-192-4373108 Target 26.345478 2.2032201 26.345478 9.312746 17.032732 FALSE 117 59330835 22b hsa-miR-193a-3p-4395361 Target 29.104229 1.7951169 29.104229 12.071498 17.032732 FALSE 118 59330835 22b hsa-miR-193a-5p-4395392 Target 25.795582 2.5916674 25.795582 8.76285 17.032732 FALSE 119 59330835 22b hsa-miR-193b-4395478 Target 22.709509 1.9505233 22.709509 5.676777 17.032732 FALSE 120 59330835 22b hsa-miR-194-4373106 Target 29.298477 2.6460774 29.298477 12.265744 17.032732 FALSE 121 59330835 22b hsa-miR-195-4373105 Target 23.807299 2.7588274 23.807299 6.7745667 17.032732 FALSE 122 59330835 22b hsa-miR-196b-4395326 Target 25.471167 1.9236475 25.471167 8.438435 17.032732 FALSE 123 59330835 22b hsa-miR-197-4373102 Target 27.61388 0.7752119 27.61388 10.581148 17.032732 FALSE 124 59330835 22b hsa-miR-198-4395384 Target 32.17156 0.53706306 32.17156 15.138827 17.032732 FALSE 125 59330835 22b hsa-miR-199a-5p-4373272 Target 29.804634 0.87128556 29.804634 12.771901 17.032732 FALSE 126 59330835 22b hsa-miR-199a-3p-4395415 Target 24.837439 1.7132741 24.837439 7.8047066 17.032732 FALSE 127 59330835 22b hsa-miR-199b-5p-4373100 Target 32.006367 0.58291954 32.006367 14.973636 17.032732 FALSE 128 59330835 22b hsa-miR-200a-4378069 Target 28.665438 0.3389076 28.665438 11.632706 17.032732 FALSE 129 59330835 22b hsa-miR-200b-4395362 Target 32.313625 0.40296534 32.313625 15.280894 17.032732 FALSE 130 59330835 22b hsa-miR-200c-4395411 Target 32.04465 0.72671527 32.04465 15.01192 17.032732 FALSE 131 59330835 22b hsa-miR-202-4395474 Target 33.96079 1.0685587 33.96079 16.928057 17.032732 FALSE 132 59330835 22b hsa-miR-203-4373095 Target 34.303394 1.4028627 34.303394 17.270662 17.032732 FALSE 133 59330835 22b hsa-miR-204-4373094 Target 24.749275 2.6954913 24.749275 7.716543 17.032732 FALSE 134 59330835 22b hsa-miR-205-4373093 Target 34.345688 0.8146589 34.345688 17.312956 17.032732 FALSE 135 59330835 22b hsa-miR-208b-4395401 Target Undetermined 0.0707591 40 22.967268 17.032732 FALSE 136 59330835 22b hsa-miR-210-4373089 Target 24.583252 0.9616365 24.583252 7.55052 17.032732 FALSE 137 59330835 22b hsa-miR-214-4395417 Target 22.220837 2.5242174 22.220837 5.1881046 17.032732 FALSE 138 59330835 22b hsa-miR-215-4373084 Target 29.079872 0.4853317 29.079872 12.047139 17.032732 FALSE 139 59330835 22b hsa-miR-216a-4395331 Target Undetermined 0.037424065 40 22.967268 17.032732 FALSE 140 59330835 22b hsa-miR-216b-4395437 Target Undetermined 0.025450462 40 22.967268 17.032732 FALSE 141 59330835 22b hsa-miR-217-4395448 Target Undetermined 0.025754593 40 22.967268 17.032732 FALSE 142 59330835 22b hsa-miR-218-4373081 Target 25.953535 2.3078403 25.953535 8.920803 17.032732 FALSE 143 59330835 22b hsa-miR-219-5p-4373080 Target Undetermined 0.051645286 40 22.967268 17.032732 FALSE 144 59330835 22b hsa-miR-221-4373077 Target 26.933655 1.5027465 26.933655 9.900923 17.032732 FALSE 145 59330835 22b hsa-miR-222-4395387 Target 18.5207 2.9416232 18.5207 1.4879684 17.032732 FALSE 146 59330835 22b hsa-miR-223-4395406 Target 21.947794 3.1403444 21.947794 4.915062 17.032732 FALSE 147 59330835 22b hsa-miR-224-4395210 Target 24.397238 2.1986787 24.397238 7.364506 17.032732 FALSE 148 59330835 22b hsa-miR-296-3p-4395212 Target 34.53951 0.28630975 34.53951 17.506777 17.032732 FALSE 149 59330835 22b hsa-miR-296-5p-4373066 Target 26.005468 0.9162121 26.005468 8.972736 17.032732 FALSE 150 59330835 22b hsa-miR-299-3p-4373189 Target Undetermined 0.052828707 40 22.967268 17.032732 FALSE 151 59330835 22b hsa-miR-299-5p-4373188 Target Undetermined 0.04304099 40 22.967268 17.032732 FALSE 152 59330835 22b hsa-miR-301a-4373064 Target 28.148956 1.5850457 28.148956 11.116223 17.032732 FALSE 153 59330835 22b hsa-miR-301b-4395503 Target 34.116665 1.1776853 34.116665 17.083933 17.032732 FALSE 154 59330835 22b hsa-miR-302a-4378070 Target Undetermined 0.015805554 40 22.967268 17.032732 FALSE 155 59330835 22b ath-miR159a-4373390 Target Undetermined 0.07114042 40 22.967268 17.032732 FALSE 156 59330835 22b hsa-miR-302b-4378071 Target Undetermined 0.042124894 40 22.967268 17.032732 FALSE 157 59330835 22b hsa-miR-302c-4378072 Target 33.85148 0.25126714 33.85148 16.818747 17.032732 FALSE 158 59330835 22b hsa-miR-320-4395388 Target 19.326086 2.5396397 19.326086 2.293354 17.032732 FALSE 159 59330835 22b hsa-miR-323-3p-4395338 Target 30.81396 0.5380474 30.81396 13.781227 17.032732 FALSE 160 59330835 22b hsa-miR-324-3p-4395272 Target 27.488832 1.9073786 27.488832 10.4561 17.032732 FALSE 161 59330835 22b hsa-miR-324-5p-4373052 Target 28.9233 1.9668431 28.9233 11.890568 17.032732 FALSE 162 59330835 22b hsa-miR-326-4373050 Target 32.951496 0.14740376 32.951496 15.918765 17.032732 FALSE 163 59330835 22b hsa-miR-328-4373049 Target 27.807243 1.5567328 27.807243 10.77451 17.032732 FALSE 164 59330835 22b hsa-miR-329-4373191 Target Undetermined 0.023498587 40 22.967268 17.032732 FALSE 165 59330835 22b hsa-miR-330-3p-4373047 Target 33.75169 0.3355969 33.75169 16.718958 17.032732 FALSE 166 59330835 22b hsa-miR-330-5p-4395341 Target 33.004852 0.26942053 33.004852 15.972119 17.032732 FALSE 167 59330835 22b hsa-miR-331-3p-4373046 Target 26.00985 2.0768206 26.00985 8.977118 17.032732 FALSE 168 59330835 22b hsa-miR-331-5p-4395344 Target 28.73222 0.96191436 28.73222 11.699489 17.032732 FALSE 169 59330835 22b hsa-miR-335-4373045 Target 28.29606 1.7213618 28.29606 11.263329 17.032732 FALSE 170 59330835 22b hsa-miR-337-5p-4395267 Target 31.32664 0.8950571 31.32664 14.293907 17.032732 FALSE 171 59330835 22b hsa-miR-338-3p-4395363 Target 32.86691 0.47401583 32.86691 15.834178 17.032732 FALSE 172 59330835 22b hsa-miR-339-3p-4395295 Target 25.832626 1.5032697 25.832626 8.799894 17.032732 FALSE 173 59330835 22b hsa-miR-339-5p-4395368 Target 27.815779 0.51323956 27.815779 10.783047 17.032732 FALSE 174 59330835 22b hsa-miR-340-4395369 Target 30.095463 2.1027591 30.095463 13.062732 17.032732 FALSE 175 59330835 22b has-miR-155-4395459 Target 22.885416 2.4114528 22.885416 5.852684 17.032732 FALSE 176 59330835 22b hsa-let-7b-4395446 Target 20.017927 1.9558314 20.017927 2.9851952 17.032732 FALSE 177 59330835 22b hsa-miR-342-3p-4395371 Target 21.665077 1.9251798 21.665077 4.632345 17.032732 FALSE 178 59330835 22b hsa-miR-342-5p-4395258 Target 29.79078 0.44287273 29.79078 12.758046 17.032732 FALSE 179 59330835 22b hsa-miR-345-4395297 Target 25.62474 2.1056051 25.62474 8.592009 17.032732 FALSE 180 59330835 22b hsa-miR-361-5p-4373035 Target 28.091946 1.8445374 28.091946 11.059215 17.032732 FALSE 181 59330835 22b hsa-miR-362-3p-4395228 Target 30.911915 1.9979542 30.911915 13.879184 17.032732 FALSE 182 59330835 22b hsa-miR-362-5p-4378092 Target 27.228962 1.4908724 27.228962 10.19623 17.032732 FALSE 183 59330835 22b hsa-miR-363-4378090 Target 28.261208 2.0328498 28.261208 11.228475 17.032732 FALSE 184 59330835 22b hsa-miR-365-4373194 Target 25.233025 1.652722 25.233025 8.200293 17.032732 FALSE 185 59330835 22b hsa-miR-367-4373034 Target Undetermined 0.038411792 40 22.967268 17.032732 FALSE 186 59330835 22b hsa-miR-369-3p-4373032 Target Undetermined 0.0093554 40 22.967268 17.032732 FALSE 187 59330835 22b hsa-miR-369-5p-4373195 Target Undetermined 0.020068038 40 22.967268 17.032732 FALSE 188 59330835 22b hsa-miR-370-4395386 Target 27.28196 1.1735667 27.28196 10.249228 17.032732 FALSE 189 59330835 22b hsa-miR-371-3p-4395235 Target Undetermined 0.033657745 40 22.967268 17.032732 FALSE 190 59330835 22b hsa-miR-372-4373029 Target 35.245846 0.8791014 35.245846 18.213114 17.032732 FALSE 191 59330835 22b hsa-miR-373-4378073 Target Undetermined 0.03442259 40 22.967268 17.032732 FALSE 192 59330835 22b hsa-miR-374a-4373028 Target 24.742876 2.8208137 24.742876 7.710144 17.032732 FALSE 193 59330835 22b hsa-miR-374b-4381045 Target 23.799288 2.587828 23.799288 6.766556 17.032732 FALSE 194 59330835 22b hsa-miR-375-4373027 Target 32.479088 0.74093217 32.479088 15.446355 17.032732 FALSE 195 59330835 22b hsa-miR-376a-4373026 Target 30.735882 1.3318386 30.735882 13.703151 17.032732 FALSE 196 59330835 22b hsa-miR-376b-4373196 Target Undetermined 0.013022832 40 22.967268 17.032732 FALSE 197 59330835 22b hsa-miR-377-4373025 Target Undetermined 0.039142467 40 22.967268 17.032732 FALSE 198 59330835 22b hsa-miR-379-4373349 Target 29.118853 1.3703964 29.118853 12.086121 17.032732 FALSE 199 59330835 22b hsa-miR-380-4373022 Target Undetermined 0.042345963 40 22.967268 17.032732 FALSE 200 59330835 22b hsa-miR-381-4373020 Target Undetermined 0.059354085 40 22.967268 17.032732 FALSE 201 59330835 22b hsa-miR-382-4373019 Target Undetermined 0.21213572 40 22.967268 17.032732 FALSE 202 59330835 22b hsa-miR-383-4373018 Target Undetermined 0.016449688 40 22.967268 17.032732 FALSE 203 59330835 22b hsa-miR-409-5p-4395442 Target Undetermined 0.020137567 40 22.967268 17.032732 FALSE 204 59330835 22b hsa-miR-410-4378093 Target 34.0376 0.6466036 34.0376 17.00487 17.032732 FALSE 205 59330835 22b hsa-miR-411-4381013 Target 30.183815 2.020076 30.183815 13.151082 17.032732 FALSE 206 59330835 22b hsa-miR-422a-4395408 Target Undetermined 0.021877231 40 22.967268 17.032732 FALSE 207 59330835 22b hsa-miR-423-5p-4395451 Target 27.33409 1.2118537 27.33409 10.301357 17.032732 FALSE 208 59330835 22b hsa-miR-424-4373201 Target 33.397392 1.0510306 33.397392 16.36466 17.032732 FALSE 209 59330835 22b hsa-miR-425-4380926 Target 25.05293 0.96683246 25.05293 8.020199 17.032732 FALSE 210 59330835 22b hsa-miR-429-4373203 Target 39.230717 0.17056538 39.230717 22.197985 17.032732 FALSE 211 59330835 22b hsa-miR-431-4395173 Target Undetermined 0.032593954 40 22.967268 17.032732 FALSE 212 59330835 22b hsa-miR-433-4373205 Target 32.384674 0.27479106 32.384674 15.351941 17.032732 FALSE 213 59330835 22b hsa-miR-449a-4373207 Target 27.965935 2.2961965 27.965935 10.933202 17.032732 FALSE 214 59330835 22b hsa-miR-449b-4381011 Target 30.26809 1.0079336 30.26809 13.235356 17.032732 FALSE 215 59330835 22b hsa-miR-450a-4395414 Target 32.82006 1.0519918 32.82006 15.787328 17.032732 FALSE 216 59330835 22b hsa-miR-450b-3p-4395319 Target Undetermined 0.033707604 40 22.967268 17.032732 FALSE 217 59330835 22b hsa-miR-450b-5p-4395318 Target Undetermined 0.11919937 40 22.967268 17.032732 FALSE 218 59330835 22b hsa-miR-451-4373360 Target 27.233839 2.2490191 27.233839 10.201107 17.032732 FALSE 219 59330835 22b hsa-miR-452-4395440 Target 27.653814 2.2096407 27.653814 10.621082 17.032732 FALSE 220 59330835 22b hsa-miR-453-4395429 Target Undetermined 0.01345736 40 22.967268 17.032732 FALSE 221 59330835 22b hsa-miR-454-4395434 Target 24.140938 2.3773024 24.140938 7.108206 17.032732 FALSE 222 59330835 22b hsa-miR-455-3p-4395355 Target 30.728601 0.5278013 30.728601 13.695869 17.032732 FALSE 223 59330835 22b hsa-miR-455-5p-4378098 Target 28.452139 1.7133472 28.452139 11.419407 17.032732 FALSE 224 59330835 22b hsa-miR-483-5p-4395449 Target 30.382082 1.6042678 30.382082 13.34935 17.032732 FALSE 225 59330835 22b hsa-miR-484-4381032 Target 22.457579 2.0977023 22.457579 5.4248466 17.032732 FALSE 226 59330835 22b hsa-miR-485-3p-4378095 Target 33.833893 0.4233317 33.833893 16.80116 17.032732 FALSE 227 59330835 22b hsa-miR-485-5p-4373212 Target Undetermined 0.009598125 40 22.967268 17.032732 FALSE 228 59330835 22b hsa-miR-486-3p-4395204 Target 28.031187 0.61207306 28.031187 10.998455 17.032732 FALSE 229 59330835 22b hsa-miR-486-5p-4378096 Target 27.94691 1.3304497 27.94691 10.91418 17.032732 FALSE 230 59330835 22b hsa-miR-487a-4378097 Target 31.87762 0.41849464 31.87762 14.84489 17.032732 FALSE 231 59330835 22b hsa-miR-487b-4378102 Target 34.0948 0.27362552 34.0948 17.062067 17.032732 FALSE 232 59330835 22b hsa-miR-488-4395468 Target 32.99973 1.4965993 32.99973 15.966998 17.032732 FALSE 233 59330835 22b hsa-miR-489-4395469 Target 27.689388 2.0298145 27.689388 10.656656 17.032732 FALSE 234 59330835 22b hsa-miR-490-3p-4373215 Target 35.21985 0.24766491 35.21985 18.187117 17.032732 FALSE 235 59330835 22b hsa-miR-491-3p-4395471 Target Undetermined 4.42E-04 40 22.967268 17.032732 FALSE 236 59330835 22b hsa-miR-491-5p-4381053 Target 27.038288 2.1840286 27.038288 10.005556 17.032732 FALSE 237 59330835 22b hsa-miR-493-4395475 Target 34.205303 0.3996999 34.205303 17.172571 17.032732 FALSE 238 59330835 22b hsa-miR-494-4395476 Target 25.959236 2.2703607 25.959236 8.926504 17.032732 FALSE 239 59330835 22b hsa-miR-495-4381078 Target 35.210854 0.22244488 35.210854 18.178122 17.032732 FALSE 240 59330835 22b hsa-miR-496-4386771 Target Undetermined 0.045291223 40 22.967268 17.032732 FALSE 241 59330835 22b hsa-miR-499-3p-4395538 Target Undetermined 0.019507766 40 22.967268 17.032732 FALSE 242 59330835 22b hsa-miR-499-5p-4381047 Target Undetermined 0.037972033 40 22.967268 17.032732 FALSE 243 59330835 22b hsa-miR-500-4395539 Target 26.929546 2.1088176 26.929546 9.896814 17.032732 FALSE 244 59330835 22b hsa-miR-501-3p-4395546 Target 35.566013 0.0889189 35.566013 18.533281 17.032732 FALSE 245 59330835 22b hsa-miR-501-5p-4373226 Target 26.855503 0.82597303 26.855503 9.822771 17.032732 FALSE 246 59330835 22b hsa-miR-502-3p-4395194 Target 30.197807 1.5193933 30.197807 13.165074 17.032732 FALSE 247 59330835 22b hsa-miR-502-5p-4373227 Target 30.512138 0.47314835 30.512138 13.479405 17.032732 FALSE 248 59330835 22b hsa-miR-503-4373228 Target 32.12537 0.8191166 32.12537 15.092639 17.032732 FALSE 249 59330835 22b hsa-miR-504-4395195 Target 30.054018 0.38995013 30.054018 13.021286 17.032732 FALSE 250 59330835 22b hsa-miR-505-4395200 Target 29.644936 1.0155554 29.644936 12.612203 17.032732 FALSE 251 59330835 22b hsa-miR-507-4373232 Target Undetermined 0.018074663 40 22.967268 17.032732 FALSE 252 59330835 22b hsa-miR-508-3p-4373233 Target Undetermined 0.021845361 40 22.967268 17.032732 FALSE 253 59330835 22b hsa-miR-508-5p-4395203 Target Undetermined 0.017936504 40 22.967268 17.032732 FALSE 254 59330835 22b hsa-miR-509-5p-4395346 Target Undetermined 0.008300364 40 22.967268 17.032732 FALSE 255 59330835 22b hsa-miR-510-4395352 Target Undetermined 0.026895877 40 22.967268 17.032732 FALSE 256 59330835 22b hsa-miR-512-3p-4381034 Target 35.037834 0.39105365 35.037834 18.005102 17.032732 FALSE 257 59330835 22b hsa-miR-512-5p-4373238 Target Undetermined 0.02574853 40 22.967268 17.032732 FALSE 258 59330835 22b hsa-miR-513-5p-4395201 Target Undetermined 0.00768683 40 22.967268 17.032732 FALSE 259 59330835 22b hsa-miR-515-3p-4395480 Target Undetermined 0.002672623 40 22.967268 17.032732 FALSE 260 59330835 22b hsa-miR-515-5p-4373242 Target Undetermined 0.025853025 40 22.967268 17.032732 FALSE 261 59330835 22b hsa-miR-516a-5p-4395527 Target Undetermined 0.01362836 40 22.967268 17.032732 FALSE 262 59330835 22b hsa-miR-516b-4395172 Target Undetermined 0.036745183 40 22.967268 17.032732 FALSE 263 59330835 22b hsa-miR-517a-4395513 Target 30.899902 0.89483476 30.899902 13.867169 17.032732 FALSE 264 59330835 22b hsa-miR-517c-4373264 Target 32.199596 0.8554981 32.199596 15.166865 17.032732 FALSE 265 59330835 22b hsa-miR-518a-3p-4395508 Target Undetermined 0.017975226 40 22.967268 17.032732 FALSE 266 59330835 22b hsa-miR-518a-5p-4395507 Target Undetermined -0.018225828 40 22.967268 17.032732 FALSE 267 59330835 22b hsa-miR-518b-4373246 Target 30.586243 1.1105179 30.586243 13.55351 17.032732 FALSE 268 59330835 22b hsa-miR-518c-4395512 Target Undetermined 0.019913414 40 22.967268 17.032732 FALSE 269 59330835 22b hsa-miR-518d-3p-4373248 Target Undetermined 0.042625286 40 22.967268 17.032732 FALSE 270 59330835 22b hsa-miR-518d-5p-4395500 Target Undetermined 0.02636505 40 22.967268 17.032732 FALSE 271 59330835 22b hsa-miR-518e-4395506 Target Undetermined 0.044474356 40 22.967268 17.032732 FALSE 272 59330835 22b hsa-miR-518f-4395499 Target 32.874317 1.3850538 32.874317 15.841586 17.032732 FALSE 273 59330835 22b hsa-miR-519a-4395526 Target 35.139713 0.24995981 35.139713 18.106981 17.032732 FALSE 274 59330835 22b hsa-miR-519d-4395514 Target Undetermined 0.037716076 40 22.967268 17.032732 FALSE 275 59330835 22b hsa-miR-519e-4395481 Target Undetermined 0.040094603 40 22.967268 17.032732 FALSE 276 59330835 22b hsa-miR-520a-3p-4373268 Target 33.0984 0.31001487 33.0984 16.065668 17.032732 FALSE 277 59330835 22b hsa-miR-520a-5p-4378085 Target Undetermined 0.00730397 40 22.967268 17.032732 FALSE 278 59330835 22b hsa-miR-520d-5p-4395504 Target Undetermined 0.010808926 40 22.967268 17.032732 FALSE 279 59330835 22b hsa-miR-520g-4373257 Target Undetermined 0.019313611 40 22.967268 17.032732 FALSE 280 59330835 22b hsa-miR-521-4373259 Target Undetermined 0.020535812 40 22.967268 17.032732 FALSE 281 59330835 22b hsa-miR-522-4395524 Target Undetermined 0.018879706 40 22.967268 17.032732 FALSE 282 59330835 22b hsa-miR-523-4395497 Target Undetermined 0.005881049 40 22.967268 17.032732 FALSE 283 59330835 22b hsa-miR-524-5p-4395174 Target Undetermined 0.00202232 40 22.967268 17.032732 FALSE 284 59330835 22b hsa-miR-525-3p-4395496 Target Undetermined 0.016673157 40 22.967268 17.032732 FALSE 285 59330835 22b hsa-miR-525-5p-4378088 Target Undetermined 0.019166747 40 22.967268 17.032732 FALSE 286 59330835 22b hsa-miR-526b-4395493 Target Undetermined 0.007551207 40 22.967268 17.032732 FALSE 287 59330835 22b hsa-miR-532-3p-4395466 Target 26.261026 2.1457 26.261026 9.228294 17.032732 FALSE 288 59330835 22b hsa-miR-532-5p-4380928 Target 22.665697 2.455358 22.665697 5.632965 17.032732 FALSE 289 59330835 22b hsa-miR-539-4378103 Target 30.21613 1.3407018 30.21613 13.183398 17.032732 FALSE 290 59330835 22b hsa-miR-541-4395312 Target Undetermined -0.015488226 40 22.967268 17.032732 FALSE 291 59330835 22b hsa-miR-542-3p-4378101 Target Undetermined 0.05058824 40 22.967268 17.032732 FALSE 292 59330835 22b hsa-miR-542-5p-4395351 Target 33.180775 0.52380204 33.180775 16.148043 17.032732 FALSE 293 59330835 22b hsa-miR-544-4395376 Target Undetermined 0.027177483 40 22.967268 17.032732 FALSE 294 59330835 22b hsa-miR-545-4395378 Target 31.978432 1.4075822 31.978432 14.945699 17.032732 FALSE 295 59330835 22b hsa-miR-548a-3p-4380948 Target 34.926 0.54074687 34.926 17.893267 17.032732 FALSE 296 59330835 22b hsa-miR-548a-5p-4395523 Target Undetermined 0.037966795 40 22.967268 17.032732 FALSE 297 59330835 22b hsa-miR-548b-3p-4380951 Target Undetermined 0.007617398 40 22.967268 17.032732 FALSE 298 59330835 22b hsa-miR-548b-5p-4395519 Target 29.901 0.90172297 29.901 12.868267 17.032732 FALSE 299 59330835 22b hsa-miR-548c-3p-4380993 Target Undetermined 0.016859682 40 22.967268 17.032732 FALSE 300 59330835 22b hsa-miR-548c-5p-4395540 Target 30.366533 1.4346691 30.366533 13.333801 17.032732 FALSE 301 59330835 22b hsa-miR-548d-3p-4381008 Target Undetermined 0.026399925 40 22.967268 17.032732 FALSE 302 59330835 22b hsa-miR-548d-5p-4395348 Target 31.475574 0.70723474 31.475574 14.442843 17.032732 FALSE 303 59330835 22b hsa-miR-551b-4380945 Target Undetermined 0.014472975 40 22.967268 17.032732 FALSE 304 59330835 22b hsa-miR-556-3p-4395456 Target Undetermined 0.03439579 40 22.967268 17.032732 FALSE 305 59330835 22b hsa-miR-556-5p-4395455 Target Undetermined 0.009203563 40 22.967268 17.032732 FALSE 306 59330835 22b hsa-miR-561-4380938 Target Undetermined 0.008765262 40 22.967268 17.032732 FALSE 307 59330835 22b hsa-miR-570-4395458 Target 38.083447 0.27431598 38.083447 21.050714 17.032732 FALSE 308 59330835 22b hsa-miR-574-3p-4395460 Target 30.777903 1.3832972 30.777903 13.745171 17.032732 FALSE 309 59330835 22b hsa-miR-576-3p-4395462 Target 30.649471 1.7862058 30.649471 13.61674 17.032732 FALSE 310 59330835 22b hsa-miR-576-5p-4395461 Target Undetermined 0.004454099 40 22.967268 17.032732 FALSE 311 59330835 22b hsa-miR-579-4395509 Target Undetermined 0.066495605 40 22.967268 17.032732 FALSE 312 59330835 22b hsa-miR-582-3p-4395510 Target 32.362244 1.1058506 32.362244 15.329511 17.032732 FALSE 313 59330835 22b hsa-miR-582-5p-4395175 Target Undetermined 0.005960379 40 22.967268 17.032732 FALSE 314 59330835 22b hsa-miR-589-4395520 Target Undetermined -0.012270863 40 22.967268 17.032732 FALSE 315 59330835 22b hsa-miR-590-5p-4395176 Target 27.039362 2.3109589 27.039362 10.00663 17.032732 FALSE 316 59330835 22b hsa-miR-597-4380960 Target 33.83058 0.7374314 33.83058 16.79785 17.032732 FALSE 317 59330835 22b hsa-miR-598-4395179 Target 28.314762 2.092224 28.314762 11.282031 17.032732 FALSE 318 59330835 22b hsa-miR-615-3p-4386777 Target Undetermined 0.036145087 40 22.967268 17.032732 FALSE 319 59330835 22b hsa-miR-615-5p-4395464 Target 37.267437 0.08019232 37.267437 20.234705 17.032732 FALSE 320 59330835 22b hsa-miR-616-4395525 Target 37.63887 0.14370693 37.63887 20.606138 17.032732 FALSE 321 59330835 22b hsa-miR-618-4380996 Target 36.89784 0.25875732 36.89784 19.865107 17.032732 FALSE 322 59330835 22b hsa-miR-624-4395541 Target Undetermined 0.019602459 40 22.967268 17.032732 FALSE 323 59330835 22b hsa-miR-625-4395542 Target 30.757883 1.1672318 30.757883 13.725151 17.032732 FALSE 324 59330835 22b hsa-miR-627-4380967 Target 33.40269 1.6621569 33.40269 16.369959 17.032732 FALSE 325 59330835 22b hsa-miR-628-5p-4395544 Target 29.035822 2.2233524 29.035822 12.00309 17.032732 FALSE 326 59330835 22b hsa-miR-629-4395547 Target 30.65598 1.319951 30.65598 13.623248 17.032732 FALSE 327 59330835 22b hsa-miR-636-4395199 Target 31.962042 0.7931943 31.962042 14.92931 17.032732 FALSE 328 59330835 22b hsa-miR-642-4380995 Target 29.194063 1.657774 29.194063 12.161331 17.032732 FALSE 329 59330835 22b hsa-miR-651-4381007 Target Undetermined 0.003890308 40 22.967268 17.032732 FALSE 330 59330835 22b hsa-miR-652-4395463 Target 30.55041 1.1265335 30.55041 13.517677 17.032732 FALSE 331 59330835 22b hsa-miR-653-4395403 Target Undetermined 0.022279616 40 22.967268 17.032732 FALSE 332 59330835 22b hsa-miR-654-3p-4395350 Target Undetermined 0.040527217 40 22.967268 17.032732 FALSE 333 59330835 22b hsa-miR-654-5p-4381014 Target Undetermined 0.018045602 40 22.967268 17.032732 FALSE 334 59330835 22b hsa-miR-655-4381015 Target Undetermined 0.029066745 40 22.967268 17.032732 FALSE 335 59330835 22b hsa-miR-660-4380925 Target 25.952765 2.0226352 25.952765 8.9200325 17.032732 FALSE 336 59330835 22b hsa-miR-671-3p-4395433 Target 30.605371 1.3227279 30.605371 13.572639 17.032732 FALSE 337 59330835 22b hsa-miR-672-4395438 Target Undetermined 0.012762139 40 22.967268 17.032732 FALSE 338 59330835 22b hsa-miR-674-4395193 Target Undetermined -0.006498662 40 22.967268 17.032732 FALSE 339 59330835 22b hsa-miR-708-4395452 Target 31.137638 1.9571085 31.137638 14.104907 17.032732 FALSE 340 59330835 22b hsa-miR-744-4395435 Target 29.079737 2.4813561 29.079737 12.047005 17.032732 FALSE 341 59330835 22b hsa-miR-758-4395180 Target Undetermined 0.007208359 40 22.967268 17.032732 FALSE 342 59330835 22b hsa-miR-871-4395465 Target Undetermined 0.006431758 40 22.967268 17.032732 FALSE 343 59330835 22b hsa-miR-872-4395375 Target Undetermined 0.029883202 40 22.967268 17.032732 FALSE 344 59330835 22b hsa-miR-873-4395467 Target 32.649296 0.9889395 32.649296 15.616565 17.032732 FALSE 345 59330835 22b hsa-miR-874-4395379 Target 30.480036 0.20260008 30.480036 13.447304 17.032732 FALSE 346 59330835 22b hsa-miR-875-3p-4395315 Target Undetermined 0.015117416 40 22.967268 17.032732 FALSE 347 59330835 22b hsa-miR-876-3p-4395336 Target Undetermined 0.0622067 40 22.967268 17.032732 FALSE 348 59330835 22b hsa-miR-876-5p-4395316 Target Undetermined 0.05059209 40 22.967268 17.032732 FALSE 349 59330835 22b hsa-miR-885-3p-4395483 Target Undetermined 0.07233417 40 22.967268 17.032732 FALSE 350 59330835 22b hsa-miR-885-5p-4395407 Target Undetermined 0.012276571 40 22.967268 17.032732 FALSE 351 59330835 22b hsa-miR-886-3p-4395305 Target 23.121794 1.3839302 23.121794 6.0890617 17.032732 FALSE 352 59330835 22b hsa-miR-886-5p-4395304 Target 23.659712 1.974206 23.659712 6.62698 17.032732 FALSE 353 59330835 22b hsa-miR-887-4395485 Target 29.444403 0.2580634 29.444403 12.411671 17.032732 FALSE 354 59330835 22b hsa-miR-888-4395323 Target 35.927597 1.038915 35.927597 18.894865 17.032732 FALSE 355 59330835 22b hsa-miR-889-4395313 Target Undetermined 0.016275087 40 22.967268 17.032732 FALSE 356 59330835 22b hsa-miR-890-4395320 Target Undetermined 0.024151765 40 22.967268 17.032732 FALSE 357 59330835 22b hsa-miR-891a-4395302 Target 32.967102 0.3774052 32.967102 15.934369 17.032732 FALSE 358 59330835 22b hsa-miR-891b-4395321 Target Undetermined 0.0308144 40 22.967268 17.032732 FALSE 359 59330835 22b hsa-miR-892a-4395306 Target Undetermined 0.050084665 40 22.967268 17.032732 FALSE 360 59330835 22b hsa-miR-147-4373131 Target Undetermined 0.011111099 40 22.967268 17.032732 FALSE 361 59330835 22b hsa-miR-208-4373091 Target Undetermined 0.017204266 40 22.967268 17.032732 FALSE 362 59330835 22b hsa-miR-211-4373088 Target Undetermined 0.024089022 40 22.967268 17.032732 FALSE 363 59330835 22b hsa-miR-212-4373087 Target 28.999853 1.486614 28.999853 11.967121 17.032732 FALSE 364 59330835 22b hsa-miR-219-1-3p-4395206 Target 34.248135 0.3580285 34.248135 17.215403 17.032732 FALSE 365 59330835 22b hsa-miR-219-2-3p-4395501 Target Undetermined 3.99E-04 40 22.967268 17.032732 FALSE 366 59330835 22b hsa-miR-220-4373078 Target Undetermined -0.033137083 40 22.967268 17.032732 FALSE 367 59330835 22b hsa-miR-220b-4395317 Target Undetermined -0.013311427 40 22.967268 17.032732 FALSE 368 59330835 22b hsa-miR-220c-4395322 Target 36.174545 0.056727584 36.174545 19.141813 17.032732 FALSE 369 59330835 22b hsa-miR-298-4395301 Target 34.198246 0.279669 34.198246 17.165514 17.032732 FALSE 370 59330835 22b hsa-miR-325-4373051 Target Undetermined -0.002835877 40 22.967268 17.032732 FALSE 371 59330835 22b hsa-miR-346-4373038 Target 33.718636 0.031632435 33.718636 16.685904 17.032732 FALSE 372 59330835 22b hsa-miR-376c-4395233 Target 29.867414 1.3101498 29.867414 12.834682 17.032732 FALSE 373 59330835 22b hsa-miR-384-4373017 Target Undetermined 0.001338351 40 22.967268 17.032732 FALSE 374 59330835 22b hsa-miR-412-4373199 Target Undetermined 0.01252723 40 22.967268 17.032732 FALSE 375 59330835 22b hsa-miR-448-4373206 Target Undetermined 0.014398241 40 22.967268 17.032732 FALSE 376 59330835 22b hsa-miR-492-4373217 Target Undetermined 0.04378251 40 22.967268 17.032732 FALSE 377 59330835 22b hsa-miR-506-4373231 Target Undetermined 0.009676968 40 22.967268 17.032732 FALSE 378 59330835 22b hsa-miR-509-3-5p-4395266 Target Undetermined 0.038931176 40 22.967268 17.032732 FALSE 379 59330835 22b hsa-miR-511-4373236 Target 28.66216 1.7072345 28.66216 11.629429 17.032732 FALSE 380 59330835 22b hsa-miR-517b-4373244 Target Undetermined 0.04004284 40 22.967268 17.032732 FALSE 381 59330835 22b hsa-miR-519c-3p-4373251 Target Undetermined 0.028817665 40 22.967268 17.032732 FALSE 382 59330835 22b hsa-miR-520b-4373252 Target Undetermined 0.006648653 40 22.967268 17.032732 FALSE 383 59330835 22b hsa-miR-520e-4373255 Target Undetermined 0.07952301 40 22.967268 17.032732 FALSE 384 59330835 22b hsa-miR-520f-4373256 Target 35.096138 0.51161563 35.096138 18.063406 17.032732 FALSE \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/GSM628084_236b.txt Thu Oct 10 04:24:43 2019 -0400 @@ -0,0 +1,1 @@ +SDS 2.3 RQ Results 1.2 Filename Testscreen analys all.sdm Assay Type RQ Study EmbeddedFile FileA Run DateTime Fri May 15 17:10:28 BST 2009 Operator ThermalCycleParams EmbeddedFile FileB Run DateTime Sat May 16 10:36:09 BST 2009 Operator ThermalCycleParams EmbeddedFile FileC Run DateTime Sun May 17 13:21:05 BST 2009 Operator ThermalCycleParams # Plate Sample Detector Task Avg Ct Delta Ct Avg Delta Ct ?Ct SE Delta Delta Ct SD RQ RQ Min RQ Max Omit 1 59330859 236b hsa-let-7a-4373169 Target 22.81104 1.5517471 22.81104 5.588461 17.22258 FALSE 2 59330859 236b hsa-let-7c-4373167 Target 25.063862 2.8337028 25.063862 7.841282 17.22258 FALSE 3 59330859 236b hsa-let-7d-4395394 Target 23.414364 2.5120995 23.414364 6.191784 17.22258 FALSE 4 59330859 236b hsa-let-7e-4395517 Target 20.219404 2.158142 20.219404 2.9968243 17.22258 FALSE 5 59330859 236b hsa-let-7f-4373164 Target 25.25518 0.86864936 25.25518 8.0326 17.22258 FALSE 6 59330859 236b hsa-let-7g-4395393 Target 22.869207 2.7884653 22.869207 5.6466274 17.22258 FALSE 7 59330859 236b hsa-miR-1-4395333 Target 35.775517 1.0717143 35.775517 18.552937 17.22258 FALSE 8 59330859 236b hsa-miR-9-4373285 Target 21.335892 2.1360235 21.335892 4.113312 17.22258 FALSE 9 59330859 236b hsa-miR-10a-4373153 Target 24.96774 2.2829533 24.96774 7.745159 17.22258 FALSE 10 59330859 236b hsa-miR-10b-4395329 Target 24.483528 1.547521 24.483528 7.260948 17.22258 FALSE 11 59330859 236b MammU6-4395470 Endogenous Control 17.379599 1.7002147 17.22258 0.098820396 17.22258 FALSE 12 59330859 236b MammU6-4395470 Endogenous Control 16.936113 1.7382479 17.22258 0.098820396 17.22258 FALSE 13 59330859 236b hsa-miR-15a-4373123 Target 26.246017 1.4978011 26.246017 9.0234375 17.22258 FALSE 14 59330859 236b hsa-miR-15b-4373122 Target 25.760859 2.00435 25.760859 8.538279 17.22258 FALSE 15 59330859 236b hsa-miR-16-4373121 Target 20.50941 2.3701155 20.50941 3.286831 17.22258 FALSE 16 59330859 236b hsa-miR-17-4395419 Target 19.499706 2.6046076 19.499706 2.2771263 17.22258 FALSE 17 59330859 236b hsa-miR-18a-4395533 Target 25.742163 2.4225228 25.742163 8.519583 17.22258 FALSE 18 59330859 236b hsa-miR-18b-4395328 Target 26.25725 0.6175124 26.25725 9.03467 17.22258 FALSE 19 59330859 236b hsa-miR-19a-4373099 Target 25.260654 1.7039274 25.260654 8.0380745 17.22258 FALSE 20 59330859 236b hsa-miR-19b-4373098 Target 20.318024 2.2897942 20.318024 3.0954437 17.22258 FALSE 21 59330859 236b hsa-miR-20a-4373286 Target 20.766193 2.3910737 20.766193 3.5436134 17.22258 FALSE 22 59330859 236b hsa-miR-20b-4373263 Target 23.602383 2.4057868 23.602383 6.3798027 17.22258 FALSE 23 59330859 236b hsa-miR-21-4373090 Target 20.038841 2.0901923 20.038841 2.8162613 17.22258 FALSE 24 59330859 236b hsa-miR-22-4373079 Target 23.093882 1.0138533 23.093882 5.8713017 17.22258 FALSE 25 59330859 236b hsa-miR-23a-4373074 Target 26.419777 0.5074619 26.419777 9.197197 17.22258 FALSE 26 59330859 236b hsa-miR-23b-4373073 Target 25.940626 1.1206764 25.940626 8.718046 17.22258 FALSE 27 59330859 236b hsa-miR-24-4373072 Target 19.862076 2.3232641 19.862076 2.6394958 17.22258 FALSE 28 59330859 236b hsa-miR-25-4373071 Target 24.033712 3.5256493 24.033712 6.8111324 17.22258 FALSE 29 59330859 236b hsa-miR-26a-4395166 Target 20.396904 2.3995936 20.396904 3.174324 17.22258 FALSE 30 59330859 236b hsa-miR-26b-4395167 Target 22.909885 2.331885 22.909885 5.6873055 17.22258 FALSE 31 59330859 236b hsa-miR-27a-4373287 Target 22.26611 3.1644735 22.26611 5.0435295 17.22258 FALSE 32 59330859 236b hsa-miR-27b-4373068 Target 23.592833 3.2222447 23.592833 6.3702526 17.22258 FALSE 33 59330859 236b hsa-miR-28-3p-4395557 Target 21.544094 2.7542868 21.544094 4.321514 17.22258 FALSE 34 59330859 236b hsa-miR-28-5p-4373067 Target 24.564993 2.502907 24.564993 7.342413 17.22258 FALSE 35 59330859 236b MammU6-4395470 Endogenous Control 17.319626 1.6624521 17.22258 0.098820396 17.22258 FALSE 36 59330859 236b MammU6-4395470 Endogenous Control 17.25498 1.703912 17.22258 0.098820396 17.22258 FALSE 37 59330859 236b hsa-miR-29a-4395223 Target 20.363323 2.573769 20.363323 3.1407433 17.22258 FALSE 38 59330859 236b hsa-miR-29b-4373288 Target 24.277977 2.08391 24.277977 7.055397 17.22258 FALSE 39 59330859 236b hsa-miR-29c-4395171 Target 22.702932 2.8710458 22.702932 5.4803524 17.22258 FALSE 40 59330859 236b hsa-miR-30b-4373290 Target 17.366014 2.4273753 17.366014 0.14343452 17.22258 FALSE 41 59330859 236b hsa-miR-30c-4373060 Target 17.14053 2.363306 17.14053 -0.08205032 17.22258 FALSE 42 59330859 236b hsa-miR-31-4395390 Target 19.967596 2.3909261 19.967596 2.745016 17.22258 FALSE 43 59330859 236b hsa-miR-32-4395220 Target 28.7805 2.0082362 28.7805 11.5579195 17.22258 FALSE 44 59330859 236b hsa-miR-33b-4395196 Target Undetermined 0.071893014 40 22.77742 17.22258 FALSE 45 59330859 236b hsa-miR-34a-4395168 Target 21.98215 2.5650518 21.98215 4.759569 17.22258 FALSE 46 59330859 236b hsa-miR-34c-5p-4373036 Target 31.331291 0.21313493 31.331291 14.108711 17.22258 FALSE 47 59330859 236b hsa-miR-92a-4395169 Target 21.400682 2.183371 21.400682 4.1781025 17.22258 FALSE 48 59330859 236b hsa-miR-93-4373302 Target 23.546062 2.3425734 23.546062 6.3234825 17.22258 FALSE 49 59330859 236b hsa-miR-95-4373011 Target 28.497444 2.2715473 28.497444 11.274864 17.22258 FALSE 50 59330859 236b hsa-miR-96-4373372 Target 29.858353 1.6248515 29.858353 12.635773 17.22258 FALSE 51 59330859 236b hsa-miR-98-4373009 Target 24.205112 0.55825895 24.205112 6.9825325 17.22258 FALSE 52 59330859 236b hsa-miR-99a-4373008 Target 23.398092 1.604181 23.398092 6.1755123 17.22258 FALSE 53 59330859 236b hsa-miR-99b-4373007 Target 23.13622 0.8472503 23.13622 5.913641 17.22258 FALSE 54 59330859 236b hsa-miR-100-4373160 Target 23.62577 1.9733372 23.62577 6.4031906 17.22258 FALSE 55 59330859 236b hsa-miR-101-4395364 Target 28.519115 2.5635731 28.519115 11.2965355 17.22258 FALSE 56 59330859 236b hsa-miR-103-4373158 Target 24.391712 2.0771177 24.391712 7.169132 17.22258 FALSE 57 59330859 236b hsa-miR-105-4395278 Target Undetermined 0.037843417 40 22.77742 17.22258 FALSE 58 59330859 236b hsa-miR-106a-4395280 Target 19.443327 2.9255626 19.443327 2.220747 17.22258 FALSE 59 59330859 236b RNU44-4373384 Target 21.612686 1.1822629 21.612686 4.390106 17.22258 FALSE 60 59330859 236b hsa-miR-106b-4373155 Target 22.771872 2.222181 22.771872 5.5492916 17.22258 FALSE 61 59330859 236b hsa-miR-107-4373154 Target 27.838953 1.2299421 27.838953 10.616373 17.22258 FALSE 62 59330859 236b hsa-miR-122-4395356 Target 32.128227 0.73682594 32.128227 14.905647 17.22258 FALSE 63 59330859 236b hsa-miR-124-4373295 Target Undetermined 0.10280705 40 22.77742 17.22258 FALSE 64 59330859 236b hsa-miR-125a-3p-4395310 Target 28.751802 2.0562966 28.751802 11.529223 17.22258 FALSE 65 59330859 236b hsa-miR-125a-5p-4395309 Target 24.417967 2.301976 24.417967 7.195387 17.22258 FALSE 66 59330859 236b hsa-miR-125b-4373148 Target 23.462248 2.3393545 23.462248 6.239668 17.22258 FALSE 67 59330859 236b hsa-miR-126-4395339 Target 21.975636 2.335579 21.975636 4.7530556 17.22258 FALSE 68 59330859 236b hsa-miR-127-3p-4373147 Target 26.836369 2.0918489 26.836369 9.613789 17.22258 FALSE 69 59330859 236b hsa-miR-127-5p-4395340 Target Undetermined 0.034374624 40 22.77742 17.22258 FALSE 70 59330859 236b hsa-miR-128-4395327 Target 26.812716 2.0195813 26.812716 9.590136 17.22258 FALSE 71 59330859 236b hsa-miR-129-3p-4373297 Target 33.167877 0.49557903 33.167877 15.945297 17.22258 FALSE 72 59330859 236b hsa-miR-129-5p-4373171 Target Undetermined 0.036425225 40 22.77742 17.22258 FALSE 73 59330859 236b hsa-miR-130a-4373145 Target 23.880817 2.0662491 23.880817 6.6582375 17.22258 FALSE 74 59330859 236b hsa-miR-130b-4373144 Target 25.072712 1.704677 25.072712 7.850132 17.22258 FALSE 75 59330859 236b hsa-miR-132-4373143 Target 24.038837 2.8076336 24.038837 6.8162575 17.22258 FALSE 76 59330859 236b hsa-miR-133a-4395357 Target 28.66531 1.4624736 28.66531 11.44273 17.22258 FALSE 77 59330859 236b hsa-miR-133b-4395358 Target 33.734936 0.52296966 33.734936 16.512356 17.22258 FALSE 78 59330859 236b hsa-miR-134-4373299 Target 29.437435 0.75970244 29.437435 12.214855 17.22258 FALSE 79 59330859 236b hsa-miR-135a-4373140 Target 25.998913 1.9155359 25.998913 8.776333 17.22258 FALSE 80 59330859 236b hsa-miR-135b-4395372 Target 26.422455 2.6599007 26.422455 9.199875 17.22258 FALSE 81 59330859 236b hsa-miR-136-4373173 Target 38.576347 0.20206566 38.576347 21.353767 17.22258 FALSE 82 59330859 236b hsa-miR-137-4373301 Target Undetermined 0.045249127 40 22.77742 17.22258 FALSE 83 59330859 236b hsa-miR-138-4395395 Target 27.969488 2.5914085 27.969488 10.746907 17.22258 FALSE 84 59330859 236b hsa-miR-139-3p-4395424 Target Undetermined 0.07781518 40 22.77742 17.22258 FALSE 85 59330859 236b hsa-miR-139-5p-4395400 Target 26.26777 1.7331276 26.26777 9.045191 17.22258 FALSE 86 59330859 236b hsa-miR-140-3p-4395345 Target 25.978643 1.7237128 25.978643 8.756063 17.22258 FALSE 87 59330859 236b hsa-miR-140-5p-4373374 Target 23.01973 2.1183825 23.01973 5.7971497 17.22258 FALSE 88 59330859 236b hsa-miR-141-4373137 Target 36.208885 0.45138037 36.208885 18.986305 17.22258 FALSE 89 59330859 236b hsa-miR-142-3p-4373136 Target 24.329424 2.1576674 24.329424 7.106844 17.22258 FALSE 90 59330859 236b hsa-miR-142-5p-4395359 Target 30.413607 1.9122891 30.413607 13.191028 17.22258 FALSE 91 59330859 236b hsa-miR-143-4395360 Target 23.425331 3.3632462 23.425331 6.202751 17.22258 FALSE 92 59330859 236b hsa-miR-145-4395389 Target 19.512077 2.0729911 19.512077 2.2894974 17.22258 FALSE 93 59330859 236b hsa-miR-146a-4373132 Target 29.593414 1.1978668 29.593414 12.370834 17.22258 FALSE 94 59330859 236b hsa-miR-146b-3p-4395472 Target 25.013634 1.7793725 25.013634 7.791054 17.22258 FALSE 95 59330859 236b hsa-miR-146b-5p-4373178 Target 23.656078 1.2174938 23.656078 6.4334984 17.22258 FALSE 96 59330859 236b hsa-miR-147b-4395373 Target 25.604746 0.9815395 25.604746 8.382166 17.22258 FALSE 97 59330859 236b hsa-miR-148a-4373130 Target 26.684814 1.7881246 26.684814 9.4622345 17.22258 FALSE 98 59330859 236b hsa-miR-148b-4373129 Target 26.663115 1.2540607 26.663115 9.440535 17.22258 FALSE 99 59330859 236b hsa-miR-149-4395366 Target 23.085205 1.9207106 23.085205 5.862625 17.22258 FALSE 100 59330859 236b hsa-miR-150-4373127 Target 24.524317 2.3652303 24.524317 7.301737 17.22258 FALSE 101 59330859 236b hsa-miR-152-4395170 Target 27.350615 3.0940824 27.350615 10.128035 17.22258 FALSE 102 59330859 236b hsa-miR-153-4373305 Target Undetermined 0.13583025 40 22.77742 17.22258 FALSE 103 59330859 236b hsa-miR-154-4373270 Target 35.09425 0.08043218 35.09425 17.87167 17.22258 FALSE 104 59330859 236b hsa-miR-181a-4373117 Target 24.725857 1.2220331 24.725857 7.503277 17.22258 FALSE 105 59330859 236b hsa-miR-181c-4373115 Target 28.991333 0.7060219 28.991333 11.768753 17.22258 FALSE 106 59330859 236b hsa-miR-182-4395445 Target 27.333086 2.1096127 27.333086 10.110506 17.22258 FALSE 107 59330859 236b RNU48-4373383 Target 19.6338 2.3058558 19.6338 2.4112206 17.22258 FALSE 108 59330859 236b hsa-miR-183-4395380 Target 27.047436 1.2235101 27.047436 9.824856 17.22258 FALSE 109 59330859 236b hsa-miR-184-4373113 Target 30.71133 2.3713367 30.71133 13.48875 17.22258 FALSE 110 59330859 236b hsa-miR-185-4395382 Target 25.851862 2.22388 25.851862 8.629282 17.22258 FALSE 111 59330859 236b hsa-miR-186-4395396 Target 22.837433 2.5973823 22.837433 5.614853 17.22258 FALSE 112 59330859 236b hsa-miR-187-4373307 Target 24.037611 1.8406411 24.037611 6.815031 17.22258 FALSE 113 59330859 236b hsa-miR-188-3p-4395217 Target Undetermined 0.076705344 40 22.77742 17.22258 FALSE 114 59330859 236b hsa-miR-190-4373110 Target 29.200867 1.9228628 29.200867 11.978287 17.22258 FALSE 115 59330859 236b hsa-miR-191-4395410 Target 18.126633 2.630774 18.126633 0.90405273 17.22258 FALSE 116 59330859 236b hsa-miR-192-4373108 Target 20.582409 2.2802033 20.582409 3.359829 17.22258 FALSE 117 59330859 236b hsa-miR-193a-3p-4395361 Target 30.047596 1.8518656 30.047596 12.825016 17.22258 FALSE 118 59330859 236b hsa-miR-193a-5p-4395392 Target 27.45662 2.1109357 27.45662 10.234039 17.22258 FALSE 119 59330859 236b hsa-miR-193b-4395478 Target 22.062119 1.886831 22.062119 4.8395386 17.22258 FALSE 120 59330859 236b hsa-miR-194-4373106 Target 24.082466 2.847847 24.082466 6.859886 17.22258 FALSE 121 59330859 236b hsa-miR-195-4373105 Target 22.833584 2.84468 22.833584 5.611004 17.22258 FALSE 122 59330859 236b hsa-miR-196b-4395326 Target 23.248884 1.8339865 23.248884 6.0263042 17.22258 FALSE 123 59330859 236b hsa-miR-197-4373102 Target 24.193407 0.97795504 24.193407 6.970827 17.22258 FALSE 124 59330859 236b hsa-miR-198-4395384 Target 32.18402 0.6253497 32.18402 14.961441 17.22258 FALSE 125 59330859 236b hsa-miR-199a-5p-4373272 Target 30.16582 1.0738385 30.16582 12.94324 17.22258 FALSE 126 59330859 236b hsa-miR-199a-3p-4395415 Target 26.23898 1.7561455 26.23898 9.016399 17.22258 FALSE 127 59330859 236b hsa-miR-199b-5p-4373100 Target 31.91207 0.596109 31.91207 14.689488 17.22258 FALSE 128 59330859 236b hsa-miR-200a-4378069 Target 20.80527 2.8076124 20.80527 3.5826893 17.22258 FALSE 129 59330859 236b hsa-miR-200b-4395362 Target 23.593842 1.7741865 23.593842 6.3712616 17.22258 FALSE 130 59330859 236b hsa-miR-200c-4395411 Target 30.312483 0.6503881 30.312483 13.089902 17.22258 FALSE 131 59330859 236b hsa-miR-202-4395474 Target Undetermined 0.11001465 40 22.77742 17.22258 FALSE 132 59330859 236b hsa-miR-203-4373095 Target 31.670815 2.2210875 31.670815 14.448235 17.22258 FALSE 133 59330859 236b hsa-miR-204-4373094 Target 21.65904 2.747493 21.65904 4.4364605 17.22258 FALSE 134 59330859 236b hsa-miR-205-4373093 Target Undetermined 0.12258411 40 22.77742 17.22258 FALSE 135 59330859 236b hsa-miR-208b-4395401 Target Undetermined 0.13331594 40 22.77742 17.22258 FALSE 136 59330859 236b hsa-miR-210-4373089 Target 21.214907 1.2433283 21.214907 3.9923267 17.22258 FALSE 137 59330859 236b hsa-miR-214-4395417 Target 24.695354 2.0837398 24.695354 7.4727745 17.22258 FALSE 138 59330859 236b hsa-miR-215-4373084 Target 25.018826 0.330847 25.018826 7.7962456 17.22258 FALSE 139 59330859 236b hsa-miR-216a-4395331 Target 31.144415 0.8358172 31.144415 13.921834 17.22258 FALSE 140 59330859 236b hsa-miR-216b-4395437 Target Undetermined 0.028026698 40 22.77742 17.22258 FALSE 141 59330859 236b hsa-miR-217-4395448 Target 31.527271 0.99213654 31.527271 14.304691 17.22258 FALSE 142 59330859 236b hsa-miR-218-4373081 Target 23.943924 2.359063 23.943924 6.721344 17.22258 FALSE 143 59330859 236b hsa-miR-219-5p-4373080 Target 33.955303 0.26822454 33.955303 16.732723 17.22258 FALSE 144 59330859 236b hsa-miR-221-4373077 Target 24.295994 1.8692632 24.295994 7.073414 17.22258 FALSE 145 59330859 236b hsa-miR-222-4395387 Target 17.95588 2.9866276 17.95588 0.73329926 17.22258 FALSE 146 59330859 236b hsa-miR-223-4395406 Target 22.322277 2.7700157 22.322277 5.099697 17.22258 FALSE 147 59330859 236b hsa-miR-224-4395210 Target 26.406794 1.9499843 26.406794 9.184214 17.22258 FALSE 148 59330859 236b hsa-miR-296-3p-4395212 Target 32.902657 0.5228759 32.902657 15.680077 17.22258 FALSE 149 59330859 236b hsa-miR-296-5p-4373066 Target 28.105728 0.69697607 28.105728 10.883148 17.22258 FALSE 150 59330859 236b hsa-miR-299-3p-4373189 Target Undetermined 0.03672502 40 22.77742 17.22258 FALSE 151 59330859 236b hsa-miR-299-5p-4373188 Target Undetermined 0.07698093 40 22.77742 17.22258 FALSE 152 59330859 236b hsa-miR-301a-4373064 Target 24.515463 1.8848662 24.515463 7.292883 17.22258 FALSE 153 59330859 236b hsa-miR-301b-4395503 Target 29.392971 1.7995484 29.392971 12.170391 17.22258 FALSE 154 59330859 236b hsa-miR-302a-4378070 Target Undetermined 0.01723795 40 22.77742 17.22258 FALSE 155 59330859 236b ath-miR159a-4373390 Target Undetermined 0.079988465 40 22.77742 17.22258 FALSE 156 59330859 236b hsa-miR-302b-4378071 Target 34.840935 1.531695 34.840935 17.618355 17.22258 FALSE 157 59330859 236b hsa-miR-302c-4378072 Target 36.287235 0.31904423 36.287235 19.064655 17.22258 FALSE 158 59330859 236b hsa-miR-320-4395388 Target 19.790665 2.4643683 19.790665 2.5680847 17.22258 FALSE 159 59330859 236b hsa-miR-323-3p-4395338 Target 30.484818 0.6034074 30.484818 13.262238 17.22258 FALSE 160 59330859 236b hsa-miR-324-3p-4395272 Target 24.96157 1.9833399 24.96157 7.738991 17.22258 FALSE 161 59330859 236b hsa-miR-324-5p-4373052 Target 24.671906 2.075393 24.671906 7.4493256 17.22258 FALSE 162 59330859 236b hsa-miR-326-4373050 Target Undetermined 0.013196817 40 22.77742 17.22258 FALSE 163 59330859 236b hsa-miR-328-4373049 Target 25.079546 1.6173123 25.079546 7.856966 17.22258 FALSE 164 59330859 236b hsa-miR-329-4373191 Target Undetermined 0.009200811 40 22.77742 17.22258 FALSE 165 59330859 236b hsa-miR-330-3p-4373047 Target 30.29147 0.55365646 30.29147 13.06889 17.22258 FALSE 166 59330859 236b hsa-miR-330-5p-4395341 Target 32.91219 0.31080496 32.91219 15.68961 17.22258 FALSE 167 59330859 236b hsa-miR-331-3p-4373046 Target 23.666943 2.1887665 23.666943 6.4443626 17.22258 FALSE 168 59330859 236b hsa-miR-331-5p-4395344 Target 28.456034 1.0843196 28.456034 11.233455 17.22258 FALSE 169 59330859 236b hsa-miR-335-4373045 Target 29.278847 1.5757439 29.278847 12.056267 17.22258 FALSE 170 59330859 236b hsa-miR-337-5p-4395267 Target 30.9645 1.1521536 30.9645 13.74192 17.22258 FALSE 171 59330859 236b hsa-miR-338-3p-4395363 Target 33.87515 0.43154937 33.87515 16.652569 17.22258 FALSE 172 59330859 236b hsa-miR-339-3p-4395295 Target 24.130978 1.6942184 24.130978 6.9083977 17.22258 FALSE 173 59330859 236b hsa-miR-339-5p-4395368 Target 24.871466 0.9363899 24.871466 7.6488857 17.22258 FALSE 174 59330859 236b hsa-miR-340-4395369 Target 28.199541 2.1818364 28.199541 10.976962 17.22258 FALSE 175 59330859 236b has-miR-155-4395459 Target 23.731236 2.4374368 23.731236 6.5086555 17.22258 FALSE 176 59330859 236b hsa-let-7b-4395446 Target 19.450274 2.1891358 19.450274 2.2276936 17.22258 FALSE 177 59330859 236b hsa-miR-342-3p-4395371 Target 19.439087 1.952769 19.439087 2.216507 17.22258 FALSE 178 59330859 236b hsa-miR-342-5p-4395258 Target 30.16497 0.33559686 30.16497 12.94239 17.22258 FALSE 179 59330859 236b hsa-miR-345-4395297 Target 22.950916 2.0774226 22.950916 5.7283363 17.22258 FALSE 180 59330859 236b hsa-miR-361-5p-4373035 Target 25.369793 2.5202906 25.369793 8.147213 17.22258 FALSE 181 59330859 236b hsa-miR-362-3p-4395228 Target 29.247414 2.1869752 29.247414 12.024834 17.22258 FALSE 182 59330859 236b hsa-miR-362-5p-4378092 Target 28.155811 1.3505025 28.155811 10.933231 17.22258 FALSE 183 59330859 236b hsa-miR-363-4378090 Target 30.631313 1.248551 30.631313 13.408733 17.22258 FALSE 184 59330859 236b hsa-miR-365-4373194 Target 24.335373 1.6279718 24.335373 7.112793 17.22258 FALSE 185 59330859 236b hsa-miR-367-4373034 Target Undetermined 0.06444622 40 22.77742 17.22258 FALSE 186 59330859 236b hsa-miR-369-3p-4373032 Target Undetermined 0.038589906 40 22.77742 17.22258 FALSE 187 59330859 236b hsa-miR-369-5p-4373195 Target Undetermined 0.023923028 40 22.77742 17.22258 FALSE 188 59330859 236b hsa-miR-370-4395386 Target 29.222815 0.69293773 29.222815 12.000234 17.22258 FALSE 189 59330859 236b hsa-miR-371-3p-4395235 Target Undetermined 0.048431154 40 22.77742 17.22258 FALSE 190 59330859 236b hsa-miR-372-4373029 Target Undetermined 0.11587928 40 22.77742 17.22258 FALSE 191 59330859 236b hsa-miR-373-4378073 Target Undetermined 0.030848993 40 22.77742 17.22258 FALSE 192 59330859 236b hsa-miR-374a-4373028 Target 24.494875 2.7252002 24.494875 7.272295 17.22258 FALSE 193 59330859 236b hsa-miR-374b-4381045 Target 23.2923 2.7087786 23.2923 6.0697193 17.22258 FALSE 194 59330859 236b hsa-miR-375-4373027 Target 31.368406 1.5462017 31.368406 14.145825 17.22258 FALSE 195 59330859 236b hsa-miR-376a-4373026 Target 29.230186 1.9184027 29.230186 12.0076065 17.22258 FALSE 196 59330859 236b hsa-miR-376b-4373196 Target Undetermined 0.06301256 40 22.77742 17.22258 FALSE 197 59330859 236b hsa-miR-377-4373025 Target Undetermined 0.17153315 40 22.77742 17.22258 FALSE 198 59330859 236b hsa-miR-379-4373349 Target 29.782005 1.431025 29.782005 12.559425 17.22258 FALSE 199 59330859 236b hsa-miR-380-4373022 Target Undetermined 0.08291003 40 22.77742 17.22258 FALSE 200 59330859 236b hsa-miR-381-4373020 Target Undetermined 0.060667653 40 22.77742 17.22258 FALSE 201 59330859 236b hsa-miR-382-4373019 Target Undetermined 0.2638102 40 22.77742 17.22258 FALSE 202 59330859 236b hsa-miR-383-4373018 Target Undetermined 0.022139749 40 22.77742 17.22258 FALSE 203 59330859 236b hsa-miR-409-5p-4395442 Target Undetermined 0.009509573 40 22.77742 17.22258 FALSE 204 59330859 236b hsa-miR-410-4378093 Target 31.996061 1.125815 31.996061 14.77348 17.22258 FALSE 205 59330859 236b hsa-miR-411-4381013 Target 28.921831 2.1854978 28.921831 11.699252 17.22258 FALSE 206 59330859 236b hsa-miR-422a-4395408 Target 31.722067 1.6198992 31.722067 14.499486 17.22258 FALSE 207 59330859 236b hsa-miR-423-5p-4395451 Target 27.125305 1.4596493 27.125305 9.902725 17.22258 FALSE 208 59330859 236b hsa-miR-424-4373201 Target Undetermined 0.1975723 40 22.77742 17.22258 FALSE 209 59330859 236b hsa-miR-425-4380926 Target 24.235989 0.9812958 24.235989 7.0134087 17.22258 FALSE 210 59330859 236b hsa-miR-429-4373203 Target 25.782104 2.4391937 25.782104 8.559525 17.22258 FALSE 211 59330859 236b hsa-miR-431-4395173 Target Undetermined 0.016870866 40 22.77742 17.22258 FALSE 212 59330859 236b hsa-miR-433-4373205 Target 29.997404 1.0325454 29.997404 12.774823 17.22258 FALSE 213 59330859 236b hsa-miR-449a-4373207 Target 39.291344 0.111720026 39.291344 22.068764 17.22258 FALSE 214 59330859 236b hsa-miR-449b-4381011 Target 33.67999 1.0761718 33.67999 16.457409 17.22258 FALSE 215 59330859 236b hsa-miR-450a-4395414 Target 33.688858 0.7450255 33.688858 16.466278 17.22258 FALSE 216 59330859 236b hsa-miR-450b-3p-4395319 Target Undetermined 0.04756209 40 22.77742 17.22258 FALSE 217 59330859 236b hsa-miR-450b-5p-4395318 Target Undetermined 0.051192567 40 22.77742 17.22258 FALSE 218 59330859 236b hsa-miR-451-4373360 Target 23.504904 2.3496802 23.504904 6.282324 17.22258 FALSE 219 59330859 236b hsa-miR-452-4395440 Target 29.7645 2.0101616 29.7645 12.54192 17.22258 FALSE 220 59330859 236b hsa-miR-453-4395429 Target Undetermined 0.029896889 40 22.77742 17.22258 FALSE 221 59330859 236b hsa-miR-454-4395434 Target 22.429375 2.2686641 22.429375 5.2067947 17.22258 FALSE 222 59330859 236b hsa-miR-455-3p-4395355 Target 25.584604 1.8249345 25.584604 8.362024 17.22258 FALSE 223 59330859 236b hsa-miR-455-5p-4378098 Target 25.272497 2.0945215 25.272497 8.049917 17.22258 FALSE 224 59330859 236b hsa-miR-483-5p-4395449 Target 31.800411 1.7481679 31.800411 14.577831 17.22258 FALSE 225 59330859 236b hsa-miR-484-4381032 Target 20.626017 2.2510233 20.626017 3.4034367 17.22258 FALSE 226 59330859 236b hsa-miR-485-3p-4378095 Target 33.13193 0.6792126 33.13193 15.909351 17.22258 FALSE 227 59330859 236b hsa-miR-485-5p-4373212 Target Undetermined 0.037101362 40 22.77742 17.22258 FALSE 228 59330859 236b hsa-miR-486-3p-4395204 Target 28.864004 0.5120322 28.864004 11.641423 17.22258 FALSE 229 59330859 236b hsa-miR-486-5p-4378096 Target 26.157362 1.6938468 26.157362 8.934782 17.22258 FALSE 230 59330859 236b hsa-miR-487a-4378097 Target 32.282646 0.4308493 32.282646 15.060066 17.22258 FALSE 231 59330859 236b hsa-miR-487b-4378102 Target 32.388615 0.8327568 32.388615 15.166035 17.22258 FALSE 232 59330859 236b hsa-miR-488-4395468 Target Undetermined 0.045785043 40 22.77742 17.22258 FALSE 233 59330859 236b hsa-miR-489-4395469 Target 23.667696 2.262688 23.667696 6.445116 17.22258 FALSE 234 59330859 236b hsa-miR-490-3p-4373215 Target Undetermined 0.05598296 40 22.77742 17.22258 FALSE 235 59330859 236b hsa-miR-491-3p-4395471 Target Undetermined 0.007852765 40 22.77742 17.22258 FALSE 236 59330859 236b hsa-miR-491-5p-4381053 Target 26.700083 2.1749105 26.700083 9.477503 17.22258 FALSE 237 59330859 236b hsa-miR-493-4395475 Target 31.715248 1.1373817 31.715248 14.492668 17.22258 FALSE 238 59330859 236b hsa-miR-494-4395476 Target 27.570036 2.3512895 27.570036 10.347456 17.22258 FALSE 239 59330859 236b hsa-miR-495-4381078 Target 28.98597 1.9364564 28.98597 11.76339 17.22258 FALSE 240 59330859 236b hsa-miR-496-4386771 Target Undetermined 0.06690002 40 22.77742 17.22258 FALSE 241 59330859 236b hsa-miR-499-3p-4395538 Target Undetermined 0.06812233 40 22.77742 17.22258 FALSE 242 59330859 236b hsa-miR-499-5p-4381047 Target 35.527443 0.16874775 35.527443 18.304863 17.22258 FALSE 243 59330859 236b hsa-miR-500-4395539 Target 26.995367 2.2458155 26.995367 9.772787 17.22258 FALSE 244 59330859 236b hsa-miR-501-3p-4395546 Target 32.79061 0.15513869 32.79061 15.568031 17.22258 FALSE 245 59330859 236b hsa-miR-501-5p-4373226 Target 27.686749 0.70909804 27.686749 10.464169 17.22258 FALSE 246 59330859 236b hsa-miR-502-3p-4395194 Target 30.090761 1.6164622 30.090761 12.868182 17.22258 FALSE 247 59330859 236b hsa-miR-502-5p-4373227 Target 29.503557 1.3443289 29.503557 12.280978 17.22258 FALSE 248 59330859 236b hsa-miR-503-4373228 Target 34.554943 0.4338756 34.554943 17.332363 17.22258 FALSE 249 59330859 236b hsa-miR-504-4395195 Target Undetermined 0.08240039 40 22.77742 17.22258 FALSE 250 59330859 236b hsa-miR-505-4395200 Target 31.155354 0.6044625 31.155354 13.932774 17.22258 FALSE 251 59330859 236b hsa-miR-507-4373232 Target Undetermined 0.045081228 40 22.77742 17.22258 FALSE 252 59330859 236b hsa-miR-508-3p-4373233 Target Undetermined 0.017828895 40 22.77742 17.22258 FALSE 253 59330859 236b hsa-miR-508-5p-4395203 Target Undetermined 0.009465287 40 22.77742 17.22258 FALSE 254 59330859 236b hsa-miR-509-5p-4395346 Target 31.385672 0.37784702 31.385672 14.163091 17.22258 FALSE 255 59330859 236b hsa-miR-510-4395352 Target Undetermined 0.023675798 40 22.77742 17.22258 FALSE 256 59330859 236b hsa-miR-512-3p-4381034 Target Undetermined 0.010153985 40 22.77742 17.22258 FALSE 257 59330859 236b hsa-miR-512-5p-4373238 Target Undetermined 0.026010191 40 22.77742 17.22258 FALSE 258 59330859 236b hsa-miR-513-5p-4395201 Target Undetermined 0.025178956 40 22.77742 17.22258 FALSE 259 59330859 236b hsa-miR-515-3p-4395480 Target Undetermined 0.003630396 40 22.77742 17.22258 FALSE 260 59330859 236b hsa-miR-515-5p-4373242 Target Undetermined 0.054419834 40 22.77742 17.22258 FALSE 261 59330859 236b hsa-miR-516a-5p-4395527 Target Undetermined 0.022145713 40 22.77742 17.22258 FALSE 262 59330859 236b hsa-miR-516b-4395172 Target Undetermined 0.029013015 40 22.77742 17.22258 FALSE 263 59330859 236b hsa-miR-517a-4395513 Target 30.979332 1.0302644 30.979332 13.756752 17.22258 FALSE 264 59330859 236b hsa-miR-517c-4373264 Target Undetermined 0.06390735 40 22.77742 17.22258 FALSE 265 59330859 236b hsa-miR-518a-3p-4395508 Target Undetermined 0.012809932 40 22.77742 17.22258 FALSE 266 59330859 236b hsa-miR-518a-5p-4395507 Target Undetermined 0.025124475 40 22.77742 17.22258 FALSE 267 59330859 236b hsa-miR-518b-4373246 Target 33.06679 0.40483683 33.06679 15.844212 17.22258 FALSE 268 59330859 236b hsa-miR-518c-4395512 Target Undetermined 0.01361807 40 22.77742 17.22258 FALSE 269 59330859 236b hsa-miR-518d-3p-4373248 Target 37.04145 0.12716855 37.04145 19.81887 17.22258 FALSE 270 59330859 236b hsa-miR-518d-5p-4395500 Target Undetermined 0.05094063 40 22.77742 17.22258 FALSE 271 59330859 236b hsa-miR-518e-4395506 Target Undetermined 0.06330097 40 22.77742 17.22258 FALSE 272 59330859 236b hsa-miR-518f-4395499 Target Undetermined 0.049145155 40 22.77742 17.22258 FALSE 273 59330859 236b hsa-miR-519a-4395526 Target Undetermined 0.045373466 40 22.77742 17.22258 FALSE 274 59330859 236b hsa-miR-519d-4395514 Target Undetermined 0.05889311 40 22.77742 17.22258 FALSE 275 59330859 236b hsa-miR-519e-4395481 Target Undetermined 0.04512802 40 22.77742 17.22258 FALSE 276 59330859 236b hsa-miR-520a-3p-4373268 Target Undetermined 0.014932043 40 22.77742 17.22258 FALSE 277 59330859 236b hsa-miR-520a-5p-4378085 Target Undetermined 0.0185585 40 22.77742 17.22258 FALSE 278 59330859 236b hsa-miR-520d-5p-4395504 Target Undetermined 0.01449371 40 22.77742 17.22258 FALSE 279 59330859 236b hsa-miR-520g-4373257 Target Undetermined 0.04338074 40 22.77742 17.22258 FALSE 280 59330859 236b hsa-miR-521-4373259 Target 35.855347 0.13655603 35.855347 18.632767 17.22258 FALSE 281 59330859 236b hsa-miR-522-4395524 Target Undetermined 0.027186632 40 22.77742 17.22258 FALSE 282 59330859 236b hsa-miR-523-4395497 Target 37.516968 0.07438231 37.516968 20.294388 17.22258 FALSE 283 59330859 236b hsa-miR-524-5p-4395174 Target Undetermined 0.019823758 40 22.77742 17.22258 FALSE 284 59330859 236b hsa-miR-525-3p-4395496 Target Undetermined 0.0397423 40 22.77742 17.22258 FALSE 285 59330859 236b hsa-miR-525-5p-4378088 Target Undetermined 0.021610683 40 22.77742 17.22258 FALSE 286 59330859 236b hsa-miR-526b-4395493 Target Undetermined 0.05725832 40 22.77742 17.22258 FALSE 287 59330859 236b hsa-miR-532-3p-4395466 Target 24.185587 2.2168655 24.185587 6.963007 17.22258 FALSE 288 59330859 236b hsa-miR-532-5p-4380928 Target 22.640356 2.4075513 22.640356 5.417776 17.22258 FALSE 289 59330859 236b hsa-miR-539-4378103 Target 30.081623 1.8689793 30.081623 12.859043 17.22258 FALSE 290 59330859 236b hsa-miR-541-4395312 Target Undetermined 0.020805344 40 22.77742 17.22258 FALSE 291 59330859 236b hsa-miR-542-3p-4378101 Target Undetermined 0.03761138 40 22.77742 17.22258 FALSE 292 59330859 236b hsa-miR-542-5p-4395351 Target Undetermined 0.07281544 40 22.77742 17.22258 FALSE 293 59330859 236b hsa-miR-544-4395376 Target Undetermined 0.036244947 40 22.77742 17.22258 FALSE 294 59330859 236b hsa-miR-545-4395378 Target 29.634714 2.2810895 29.634714 12.412135 17.22258 FALSE 295 59330859 236b hsa-miR-548a-3p-4380948 Target Undetermined 0.033458665 40 22.77742 17.22258 FALSE 296 59330859 236b hsa-miR-548a-5p-4395523 Target Undetermined 0.00960671 40 22.77742 17.22258 FALSE 297 59330859 236b hsa-miR-548b-3p-4380951 Target Undetermined 0.007670722 40 22.77742 17.22258 FALSE 298 59330859 236b hsa-miR-548b-5p-4395519 Target 33.045303 0.4839687 33.045303 15.822723 17.22258 FALSE 299 59330859 236b hsa-miR-548c-3p-4380993 Target 36.121838 0.3875091 36.121838 18.899258 17.22258 FALSE 300 59330859 236b hsa-miR-548c-5p-4395540 Target 32.819374 0.8849319 32.819374 15.596794 17.22258 FALSE 301 59330859 236b hsa-miR-548d-3p-4381008 Target Undetermined 0.03491666 40 22.77742 17.22258 FALSE 302 59330859 236b hsa-miR-548d-5p-4395348 Target 36.02447 0.30904436 36.02447 18.801891 17.22258 FALSE 303 59330859 236b hsa-miR-551b-4380945 Target 31.751966 1.6406759 31.751966 14.529386 17.22258 FALSE 304 59330859 236b hsa-miR-556-3p-4395456 Target Undetermined 0.094859436 40 22.77742 17.22258 FALSE 305 59330859 236b hsa-miR-556-5p-4395455 Target Undetermined 0.086175516 40 22.77742 17.22258 FALSE 306 59330859 236b hsa-miR-561-4380938 Target 32.47707 0.8476848 32.47707 15.25449 17.22258 FALSE 307 59330859 236b hsa-miR-570-4395458 Target 32.341217 1.0645036 32.341217 15.118637 17.22258 FALSE 308 59330859 236b hsa-miR-574-3p-4395460 Target 30.552427 1.5638291 30.552427 13.329846 17.22258 FALSE 309 59330859 236b hsa-miR-576-3p-4395462 Target 32.012478 1.6214676 32.012478 14.789898 17.22258 FALSE 310 59330859 236b hsa-miR-576-5p-4395461 Target Undetermined 0.062762454 40 22.77742 17.22258 FALSE 311 59330859 236b hsa-miR-579-4395509 Target 31.658632 1.5081562 31.658632 14.436053 17.22258 FALSE 312 59330859 236b hsa-miR-582-3p-4395510 Target 31.033169 2.0131416 31.033169 13.810589 17.22258 FALSE 313 59330859 236b hsa-miR-582-5p-4395175 Target 34.056236 0.3238626 34.056236 16.833656 17.22258 FALSE 314 59330859 236b hsa-miR-589-4395520 Target Undetermined -0.004338095 40 22.77742 17.22258 FALSE 315 59330859 236b hsa-miR-590-5p-4395176 Target 25.95566 2.2359881 25.95566 8.73308 17.22258 FALSE 316 59330859 236b hsa-miR-597-4380960 Target 28.646122 1.9487779 28.646122 11.423542 17.22258 FALSE 317 59330859 236b hsa-miR-598-4395179 Target 31.975239 1.3512387 31.975239 14.752659 17.22258 FALSE 318 59330859 236b hsa-miR-615-3p-4386777 Target 32.21845 0.21575333 32.21845 14.995869 17.22258 FALSE 319 59330859 236b hsa-miR-615-5p-4395464 Target 31.576435 0.34174833 31.576435 14.353855 17.22258 FALSE 320 59330859 236b hsa-miR-616-4395525 Target 32.373608 0.40377712 32.373608 15.151028 17.22258 FALSE 321 59330859 236b hsa-miR-618-4380996 Target 30.97799 1.8337861 30.97799 13.755409 17.22258 FALSE 322 59330859 236b hsa-miR-624-4395541 Target Undetermined 0.026842277 40 22.77742 17.22258 FALSE 323 59330859 236b hsa-miR-625-4395542 Target 28.11729 1.4531128 28.11729 10.894711 17.22258 FALSE 324 59330859 236b hsa-miR-627-4380967 Target Undetermined 0.075324066 40 22.77742 17.22258 FALSE 325 59330859 236b hsa-miR-628-5p-4395544 Target 27.818321 2.2732313 27.818321 10.595741 17.22258 FALSE 326 59330859 236b hsa-miR-629-4395547 Target 29.847666 1.9418477 29.847666 12.625087 17.22258 FALSE 327 59330859 236b hsa-miR-636-4395199 Target 29.40629 1.5375032 29.40629 12.183711 17.22258 FALSE 328 59330859 236b hsa-miR-642-4380995 Target 33.145008 1.2664261 33.145008 15.922428 17.22258 FALSE 329 59330859 236b hsa-miR-651-4381007 Target 34.981792 1.0647477 34.981792 17.759212 17.22258 FALSE 330 59330859 236b hsa-miR-652-4395463 Target 28.349577 1.4505398 28.349577 11.126996 17.22258 FALSE 331 59330859 236b hsa-miR-653-4395403 Target Undetermined 0.072699815 40 22.77742 17.22258 FALSE 332 59330859 236b hsa-miR-654-3p-4395350 Target Undetermined 0.07298205 40 22.77742 17.22258 FALSE 333 59330859 236b hsa-miR-654-5p-4381014 Target Undetermined 0.041169193 40 22.77742 17.22258 FALSE 334 59330859 236b hsa-miR-655-4381015 Target 32.564735 1.4161143 32.564735 15.342155 17.22258 FALSE 335 59330859 236b hsa-miR-660-4380925 Target 25.3262 2.105713 25.3262 8.103621 17.22258 FALSE 336 59330859 236b hsa-miR-671-3p-4395433 Target 28.32339 1.8642304 28.32339 11.10081 17.22258 FALSE 337 59330859 236b hsa-miR-672-4395438 Target Undetermined 0.12115361 40 22.77742 17.22258 FALSE 338 59330859 236b hsa-miR-674-4395193 Target Undetermined 0.090548776 40 22.77742 17.22258 FALSE 339 59330859 236b hsa-miR-708-4395452 Target 29.222525 2.289449 29.222525 11.999944 17.22258 FALSE 340 59330859 236b hsa-miR-744-4395435 Target 26.518341 2.6253211 26.518341 9.295761 17.22258 FALSE 341 59330859 236b hsa-miR-758-4395180 Target 35.27532 0.32876256 35.27532 18.052738 17.22258 FALSE 342 59330859 236b hsa-miR-871-4395465 Target Undetermined 0.11720582 40 22.77742 17.22258 FALSE 343 59330859 236b hsa-miR-872-4395375 Target Undetermined 0.008576114 40 22.77742 17.22258 FALSE 344 59330859 236b hsa-miR-873-4395467 Target Undetermined 0.001137515 40 22.77742 17.22258 FALSE 345 59330859 236b hsa-miR-874-4395379 Target 30.019093 0.26510838 30.019093 12.796513 17.22258 FALSE 346 59330859 236b hsa-miR-875-3p-4395315 Target Undetermined 0.22595637 40 22.77742 17.22258 FALSE 347 59330859 236b hsa-miR-876-3p-4395336 Target Undetermined 0.15986006 40 22.77742 17.22258 FALSE 348 59330859 236b hsa-miR-876-5p-4395316 Target Undetermined 0.022006791 40 22.77742 17.22258 FALSE 349 59330859 236b hsa-miR-885-3p-4395483 Target Undetermined 0.11976789 40 22.77742 17.22258 FALSE 350 59330859 236b hsa-miR-885-5p-4395407 Target 26.843636 1.7490805 26.843636 9.621056 17.22258 FALSE 351 59330859 236b hsa-miR-886-3p-4395305 Target 21.705568 1.3889312 21.705568 4.4829884 17.22258 FALSE 352 59330859 236b hsa-miR-886-5p-4395304 Target 21.689157 2.0044158 21.689157 4.4665775 17.22258 FALSE 353 59330859 236b hsa-miR-887-4395485 Target 29.441217 0.27092305 29.441217 12.218638 17.22258 FALSE 354 59330859 236b hsa-miR-888-4395323 Target Undetermined 0.09575097 40 22.77742 17.22258 FALSE 355 59330859 236b hsa-miR-889-4395313 Target 32.53087 0.81176656 32.53087 15.308289 17.22258 FALSE 356 59330859 236b hsa-miR-890-4395320 Target Undetermined 0.060276404 40 22.77742 17.22258 FALSE 357 59330859 236b hsa-miR-891a-4395302 Target Undetermined 0.015582972 40 22.77742 17.22258 FALSE 358 59330859 236b hsa-miR-891b-4395321 Target Undetermined 0.07938349 40 22.77742 17.22258 FALSE 359 59330859 236b hsa-miR-892a-4395306 Target 32.376717 0.16537759 32.376717 15.154137 17.22258 FALSE 360 59330859 236b hsa-miR-147-4373131 Target Undetermined 0.03605914 40 22.77742 17.22258 FALSE 361 59330859 236b hsa-miR-208-4373091 Target Undetermined 0.00564279 40 22.77742 17.22258 FALSE 362 59330859 236b hsa-miR-211-4373088 Target Undetermined 0.03799576 40 22.77742 17.22258 FALSE 363 59330859 236b hsa-miR-212-4373087 Target 26.736229 1.8787405 26.736229 9.513649 17.22258 FALSE 364 59330859 236b hsa-miR-219-1-3p-4395206 Target 30.915655 1.1893611 30.915655 13.693074 17.22258 FALSE 365 59330859 236b hsa-miR-219-2-3p-4395501 Target Undetermined 0.006481982 40 22.77742 17.22258 FALSE 366 59330859 236b hsa-miR-220-4373078 Target Undetermined 0.03206432 40 22.77742 17.22258 FALSE 367 59330859 236b hsa-miR-220b-4395317 Target Undetermined 0.016434517 40 22.77742 17.22258 FALSE 368 59330859 236b hsa-miR-220c-4395322 Target Undetermined 0.001254394 40 22.77742 17.22258 FALSE 369 59330859 236b hsa-miR-298-4395301 Target Undetermined 0.025311396 40 22.77742 17.22258 FALSE 370 59330859 236b hsa-miR-325-4373051 Target Undetermined 0.015676573 40 22.77742 17.22258 FALSE 371 59330859 236b hsa-miR-346-4373038 Target 33.9595 0.058546826 33.9595 16.73692 17.22258 FALSE 372 59330859 236b hsa-miR-376c-4395233 Target 28.202347 1.363343 28.202347 10.979767 17.22258 FALSE 373 59330859 236b hsa-miR-384-4373017 Target Undetermined 0.08854068 40 22.77742 17.22258 FALSE 374 59330859 236b hsa-miR-412-4373199 Target Undetermined 0.054297626 40 22.77742 17.22258 FALSE 375 59330859 236b hsa-miR-448-4373206 Target Undetermined 0.024090856 40 22.77742 17.22258 FALSE 376 59330859 236b hsa-miR-492-4373217 Target 31.292658 0.26220083 31.292658 14.070079 17.22258 FALSE 377 59330859 236b hsa-miR-506-4373231 Target Undetermined 0.017862203 40 22.77742 17.22258 FALSE 378 59330859 236b hsa-miR-509-3-5p-4395266 Target Undetermined 0.023806287 40 22.77742 17.22258 FALSE 379 59330859 236b hsa-miR-511-4373236 Target 30.469213 1.6424011 30.469213 13.246633 17.22258 FALSE 380 59330859 236b hsa-miR-517b-4373244 Target Undetermined 0.025115978 40 22.77742 17.22258 FALSE 381 59330859 236b hsa-miR-519c-3p-4373251 Target Undetermined 0.008737636 40 22.77742 17.22258 FALSE 382 59330859 236b hsa-miR-520b-4373252 Target Undetermined 0.019887138 40 22.77742 17.22258 FALSE 383 59330859 236b hsa-miR-520e-4373255 Target Undetermined 0.032199062 40 22.77742 17.22258 FALSE 384 59330859 236b hsa-miR-520f-4373256 Target Undetermined 0.00595996 40 22.77742 17.22258 FALSE \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/GSM628085_23b.txt Thu Oct 10 04:24:43 2019 -0400 @@ -0,0 +1,1 @@ +SDS 2.3 RQ Results 1.2 Filename Testscreen analys all.sdm Assay Type RQ Study EmbeddedFile FileA Run DateTime Fri May 15 17:10:28 BST 2009 Operator ThermalCycleParams EmbeddedFile FileB Run DateTime Sat May 16 10:36:09 BST 2009 Operator ThermalCycleParams EmbeddedFile FileC Run DateTime Sun May 17 13:21:05 BST 2009 Operator ThermalCycleParams # Plate Sample Detector Task Avg Ct Delta Ct Avg Delta Ct ?Ct SE Delta Delta Ct SD RQ RQ Min RQ Max Omit 1 59330894 23b hsa-let-7a-4373169 Target 24.218327 1.3070302 24.218327 6.833561 17.384766 FALSE 2 59330894 23b hsa-let-7c-4373167 Target 25.456995 2.498101 25.456995 8.072229 17.384766 FALSE 3 59330894 23b hsa-let-7d-4395394 Target 24.575537 2.2238777 24.575537 7.190771 17.384766 FALSE 4 59330894 23b hsa-let-7e-4395517 Target 21.55579 2.1633215 21.55579 4.1710243 17.384766 FALSE 5 59330894 23b hsa-let-7f-4373164 Target 26.027666 0.80037093 26.027666 8.6429 17.384766 FALSE 6 59330894 23b hsa-let-7g-4395393 Target 24.250208 2.3390045 24.250208 6.8654423 17.384766 FALSE 7 59330894 23b hsa-miR-1-4395333 Target Undetermined 0.055300776 40 22.615234 17.384766 FALSE 8 59330894 23b hsa-miR-9-4373285 Target 30.024532 0.92497617 30.024532 12.639767 17.384766 FALSE 9 59330894 23b hsa-miR-10a-4373153 Target 25.519222 1.934066 25.519222 8.134457 17.384766 FALSE 10 59330894 23b hsa-miR-10b-4395329 Target 23.095203 2.1381278 23.095203 5.710438 17.384766 FALSE 11 59330894 23b MammU6-4395470 Endogenous Control 17.328342 1.6536013 17.384766 0.04044887 17.384766 FALSE 12 59330894 23b MammU6-4395470 Endogenous Control 17.50445 1.4798087 17.384766 0.04044887 17.384766 FALSE 13 59330894 23b hsa-miR-15a-4373123 Target 27.495136 1.3526767 27.495136 10.110371 17.384766 FALSE 14 59330894 23b hsa-miR-15b-4373122 Target 27.810823 1.6214348 27.810823 10.426058 17.384766 FALSE 15 59330894 23b hsa-miR-16-4373121 Target 21.747074 2.287063 21.747074 4.3623085 17.384766 FALSE 16 59330894 23b hsa-miR-17-4395419 Target 20.558819 2.526278 20.558819 3.1740532 17.384766 FALSE 17 59330894 23b hsa-miR-18a-4395533 Target 27.781301 1.9848349 27.781301 10.396536 17.384766 FALSE 18 59330894 23b hsa-miR-18b-4395328 Target 28.825645 0.33200654 28.825645 11.44088 17.384766 FALSE 19 59330894 23b hsa-miR-19a-4373099 Target 26.511204 1.5359014 26.511204 9.126438 17.384766 FALSE 20 59330894 23b hsa-miR-19b-4373098 Target 21.479809 1.8989204 21.479809 4.095043 17.384766 FALSE 21 59330894 23b hsa-miR-20a-4373286 Target 22.54677 2.233719 22.54677 5.1620045 17.384766 FALSE 22 59330894 23b hsa-miR-20b-4373263 Target 24.753504 2.129849 24.753504 7.368738 17.384766 FALSE 23 59330894 23b hsa-miR-21-4373090 Target 21.131418 1.9441401 21.131418 3.7466526 17.384766 FALSE 24 59330894 23b hsa-miR-22-4373079 Target 23.82403 0.9539839 23.82403 6.4392643 17.384766 FALSE 25 59330894 23b hsa-miR-23a-4373074 Target 26.552313 0.5204523 26.552313 9.167547 17.384766 FALSE 26 59330894 23b hsa-miR-23b-4373073 Target 25.909315 1.164143 25.909315 8.5245495 17.384766 FALSE 27 59330894 23b hsa-miR-24-4373072 Target 19.64112 2.411806 19.64112 2.2563553 17.384766 FALSE 28 59330894 23b hsa-miR-25-4373071 Target 25.0498 3.5836985 25.0498 7.6650352 17.384766 FALSE 29 59330894 23b hsa-miR-26a-4395166 Target 20.62264 2.48273 20.62264 3.237875 17.384766 FALSE 30 59330894 23b hsa-miR-26b-4395167 Target 23.779913 2.169134 23.779913 6.3951473 17.384766 FALSE 31 59330894 23b hsa-miR-27a-4373287 Target 22.699076 3.13542 22.699076 5.31431 17.384766 FALSE 32 59330894 23b hsa-miR-27b-4373068 Target 24.304308 3.0822728 24.304308 6.9195423 17.384766 FALSE 33 59330894 23b hsa-miR-28-3p-4395557 Target 22.23383 2.965619 22.23383 4.849064 17.384766 FALSE 34 59330894 23b hsa-miR-28-5p-4373067 Target 25.198175 2.390126 25.198175 7.81341 17.384766 FALSE 35 59330894 23b MammU6-4395470 Endogenous Control 17.36102 1.6240809 17.384766 0.04044887 17.384766 FALSE 36 59330894 23b MammU6-4395470 Endogenous Control 17.34525 1.6650146 17.384766 0.04044887 17.384766 FALSE 37 59330894 23b hsa-miR-29a-4395223 Target 20.715195 2.4166257 20.715195 3.330429 17.384766 FALSE 38 59330894 23b hsa-miR-29b-4373288 Target 25.666487 1.9496158 25.666487 8.281721 17.384766 FALSE 39 59330894 23b hsa-miR-29c-4395171 Target 23.01875 2.6647213 23.01875 5.6339836 17.384766 FALSE 40 59330894 23b hsa-miR-30b-4373290 Target 19.136902 2.4394662 19.136902 1.7521362 17.384766 FALSE 41 59330894 23b hsa-miR-30c-4373060 Target 18.663406 2.4865003 18.663406 1.2786407 17.384766 FALSE 42 59330894 23b hsa-miR-31-4395390 Target 21.968374 2.3396754 21.968374 4.5836086 17.384766 FALSE 43 59330894 23b hsa-miR-32-4395220 Target 29.258307 1.8092914 29.258307 11.87354 17.384766 FALSE 44 59330894 23b hsa-miR-33b-4395196 Target 33.78024 0.43535608 33.78024 16.395473 17.384766 FALSE 45 59330894 23b hsa-miR-34a-4395168 Target 24.032751 2.470866 24.032751 6.6479855 17.384766 FALSE 46 59330894 23b hsa-miR-34c-5p-4373036 Target Undetermined 0.03299102 40 22.615234 17.384766 FALSE 47 59330894 23b hsa-miR-92a-4395169 Target 22.960878 2.3374372 22.960878 5.5761127 17.384766 FALSE 48 59330894 23b hsa-miR-93-4373302 Target 25.008068 2.3158953 25.008068 7.6233025 17.384766 FALSE 49 59330894 23b hsa-miR-95-4373011 Target 28.233355 2.0807276 28.233355 10.84859 17.384766 FALSE 50 59330894 23b hsa-miR-96-4373372 Target 33.361313 0.62808096 33.361313 15.976547 17.384766 FALSE 51 59330894 23b hsa-miR-98-4373009 Target 25.70986 0.45725524 25.70986 8.325094 17.384766 FALSE 52 59330894 23b hsa-miR-99a-4373008 Target 23.03616 1.7640858 23.03616 5.651394 17.384766 FALSE 53 59330894 23b hsa-miR-99b-4373007 Target 22.74625 0.9015995 22.74625 5.3614845 17.384766 FALSE 54 59330894 23b hsa-miR-100-4373160 Target 23.841124 1.8146523 23.841124 6.456358 17.384766 FALSE 55 59330894 23b hsa-miR-101-4395364 Target 29.652254 2.2147884 29.652254 12.267489 17.384766 FALSE 56 59330894 23b hsa-miR-103-4373158 Target 25.483858 2.0955644 25.483858 8.0990925 17.384766 FALSE 57 59330894 23b hsa-miR-105-4395278 Target Undetermined 0.035077833 40 22.615234 17.384766 FALSE 58 59330894 23b hsa-miR-106a-4395280 Target 20.63698 2.6405847 20.63698 3.2522144 17.384766 FALSE 59 59330894 23b RNU44-4373384 Target 22.814642 1.0203878 22.814642 5.4298763 17.384766 FALSE 60 59330894 23b hsa-miR-106b-4373155 Target 23.72463 2.2668138 23.72463 6.3398647 17.384766 FALSE 61 59330894 23b hsa-miR-107-4373154 Target 27.03879 1.4896489 27.03879 9.654024 17.384766 FALSE 62 59330894 23b hsa-miR-122-4395356 Target Undetermined 0.054003946 40 22.615234 17.384766 FALSE 63 59330894 23b hsa-miR-124-4373295 Target Undetermined 0.04640208 40 22.615234 17.384766 FALSE 64 59330894 23b hsa-miR-125a-3p-4395310 Target 30.647913 1.7207856 30.647913 13.263148 17.384766 FALSE 65 59330894 23b hsa-miR-125a-5p-4395309 Target 26.041399 2.131861 26.041399 8.656633 17.384766 FALSE 66 59330894 23b hsa-miR-125b-4373148 Target 23.909384 2.1964712 23.909384 6.524618 17.384766 FALSE 67 59330894 23b hsa-miR-126-4395339 Target 21.926027 2.4177468 21.926027 4.5412617 17.384766 FALSE 68 59330894 23b hsa-miR-127-3p-4373147 Target 26.817402 2.1934159 26.817402 9.432636 17.384766 FALSE 69 59330894 23b hsa-miR-127-5p-4395340 Target 38.636726 0.38770822 38.636726 21.25196 17.384766 FALSE 70 59330894 23b hsa-miR-128-4395327 Target 27.563406 1.6979036 27.563406 10.17864 17.384766 FALSE 71 59330894 23b hsa-miR-129-3p-4373297 Target 34.058567 0.23514841 34.058567 16.673801 17.384766 FALSE 72 59330894 23b hsa-miR-129-5p-4373171 Target Undetermined 0.02752165 40 22.615234 17.384766 FALSE 73 59330894 23b hsa-miR-130a-4373145 Target 25.215698 1.9475589 25.215698 7.8309326 17.384766 FALSE 74 59330894 23b hsa-miR-130b-4373144 Target 27.3482 1.5491558 27.3482 9.963434 17.384766 FALSE 75 59330894 23b hsa-miR-132-4373143 Target 25.452833 2.4249265 25.452833 8.068068 17.384766 FALSE 76 59330894 23b hsa-miR-133a-4395357 Target 31.045113 1.2211263 31.045113 13.660347 17.384766 FALSE 77 59330894 23b hsa-miR-133b-4395358 Target 36.019726 0.35123697 36.019726 18.63496 17.384766 FALSE 78 59330894 23b hsa-miR-134-4373299 Target 29.566986 0.6219281 29.566986 12.18222 17.384766 FALSE 79 59330894 23b hsa-miR-135a-4373140 Target 28.120554 1.9501836 28.120554 10.735789 17.384766 FALSE 80 59330894 23b hsa-miR-135b-4395372 Target 26.144186 2.6740594 26.144186 8.75942 17.384766 FALSE 81 59330894 23b hsa-miR-136-4373173 Target Undetermined 0.026610762 40 22.615234 17.384766 FALSE 82 59330894 23b hsa-miR-137-4373301 Target Undetermined 0.03208357 40 22.615234 17.384766 FALSE 83 59330894 23b hsa-miR-138-4395395 Target 26.782116 2.7218955 26.782116 9.39735 17.384766 FALSE 84 59330894 23b hsa-miR-139-3p-4395424 Target 28.539476 0.20467156 28.539476 11.154712 17.384766 FALSE 85 59330894 23b hsa-miR-139-5p-4395400 Target 25.476473 1.8033291 25.476473 8.091707 17.384766 FALSE 86 59330894 23b hsa-miR-140-3p-4395345 Target 26.683638 1.6003994 26.683638 9.298872 17.384766 FALSE 87 59330894 23b hsa-miR-140-5p-4373374 Target 23.093393 2.2269223 23.093393 5.7086277 17.384766 FALSE 88 59330894 23b hsa-miR-141-4373137 Target 33.52016 0.7983401 33.52016 16.135395 17.384766 FALSE 89 59330894 23b hsa-miR-142-3p-4373136 Target 22.837666 2.2656188 22.837666 5.4529 17.384766 FALSE 90 59330894 23b hsa-miR-142-5p-4395359 Target 29.194876 1.6751689 29.194876 11.810109 17.384766 FALSE 91 59330894 23b hsa-miR-143-4395360 Target 24.955282 2.330933 24.955282 7.5705166 17.384766 FALSE 92 59330894 23b hsa-miR-145-4395389 Target 23.49329 2.0591142 23.49329 6.1085243 17.384766 FALSE 93 59330894 23b hsa-miR-146a-4373132 Target 21.768425 2.0829644 21.768425 4.3836594 17.384766 FALSE 94 59330894 23b hsa-miR-146b-3p-4395472 Target 29.058586 1.3781977 29.058586 11.6738205 17.384766 FALSE 95 59330894 23b hsa-miR-146b-5p-4373178 Target 20.280819 1.8855884 20.280819 2.8960533 17.384766 FALSE 96 59330894 23b hsa-miR-147b-4395373 Target 25.431866 1.3194581 25.431866 8.0471 17.384766 FALSE 97 59330894 23b hsa-miR-148a-4373130 Target 25.878185 1.8916467 25.878185 8.49342 17.384766 FALSE 98 59330894 23b hsa-miR-148b-4373129 Target 26.916016 0.92735577 26.916016 9.53125 17.384766 FALSE 99 59330894 23b hsa-miR-149-4395366 Target 27.961378 0.6851475 27.961378 10.576612 17.384766 FALSE 100 59330894 23b hsa-miR-150-4373127 Target 20.76916 2.429025 20.76916 3.3843937 17.384766 FALSE 101 59330894 23b hsa-miR-152-4395170 Target 24.843416 2.9927876 24.843416 7.4586506 17.384766 FALSE 102 59330894 23b hsa-miR-153-4373305 Target Undetermined 0.048447646 40 22.615234 17.384766 FALSE 103 59330894 23b hsa-miR-154-4373270 Target Undetermined 0.034974683 40 22.615234 17.384766 FALSE 104 59330894 23b hsa-miR-181a-4373117 Target 24.481716 1.1801468 24.481716 7.0969505 17.384766 FALSE 105 59330894 23b hsa-miR-181c-4373115 Target 30.162003 0.59351206 30.162003 12.777237 17.384766 FALSE 106 59330894 23b hsa-miR-182-4395445 Target 32.19607 1.5017351 32.19607 14.811306 17.384766 FALSE 107 59330894 23b RNU48-4373383 Target 20.908808 2.2568042 20.908808 3.5240421 17.384766 FALSE 108 59330894 23b hsa-miR-183-4395380 Target 33.7726 0.3745348 33.7726 16.387833 17.384766 FALSE 109 59330894 23b hsa-miR-184-4373113 Target 28.851461 2.4720843 28.851461 11.466695 17.384766 FALSE 110 59330894 23b hsa-miR-185-4395382 Target 26.726192 1.9940634 26.726192 9.341427 17.384766 FALSE 111 59330894 23b hsa-miR-186-4395396 Target 22.237926 2.5582376 22.237926 4.853161 17.384766 FALSE 112 59330894 23b hsa-miR-187-4373307 Target 27.19815 0.9014067 27.19815 9.813385 17.384766 FALSE 113 59330894 23b hsa-miR-188-3p-4395217 Target Undetermined 0.113711484 40 22.615234 17.384766 FALSE 114 59330894 23b hsa-miR-190-4373110 Target 29.77713 1.8924388 29.77713 12.3923645 17.384766 FALSE 115 59330894 23b hsa-miR-191-4395410 Target 19.67652 2.5607939 19.67652 2.2917538 17.384766 FALSE 116 59330894 23b hsa-miR-192-4373108 Target 20.656359 2.2342598 20.656359 3.271593 17.384766 FALSE 117 59330894 23b hsa-miR-193a-3p-4395361 Target 29.245802 1.9185165 29.245802 11.861035 17.384766 FALSE 118 59330894 23b hsa-miR-193a-5p-4395392 Target 27.28328 1.9316511 27.28328 9.898514 17.384766 FALSE 119 59330894 23b hsa-miR-193b-4395478 Target 20.54639 1.9074833 20.54639 3.161625 17.384766 FALSE 120 59330894 23b hsa-miR-194-4373106 Target 23.792889 2.897499 23.792889 6.408123 17.384766 FALSE 121 59330894 23b hsa-miR-195-4373105 Target 25.19478 2.4983914 25.19478 7.8100147 17.384766 FALSE 122 59330894 23b hsa-miR-196b-4395326 Target 23.858482 2.0260377 23.858482 6.4737167 17.384766 FALSE 123 59330894 23b hsa-miR-197-4373102 Target 24.179253 0.9796439 24.179253 6.794487 17.384766 FALSE 124 59330894 23b hsa-miR-198-4395384 Target 33.78133 0.42676142 33.78133 16.396564 17.384766 FALSE 125 59330894 23b hsa-miR-199a-5p-4373272 Target 30.34311 1.1158731 30.34311 12.9583435 17.384766 FALSE 126 59330894 23b hsa-miR-199a-3p-4395415 Target 26.093723 1.748055 26.093723 8.708958 17.384766 FALSE 127 59330894 23b hsa-miR-199b-5p-4373100 Target 30.145575 0.84440285 30.145575 12.760808 17.384766 FALSE 128 59330894 23b hsa-miR-200a-4378069 Target 22.491333 2.4922867 22.491333 5.1065674 17.384766 FALSE 129 59330894 23b hsa-miR-200b-4395362 Target 24.99264 1.6425403 24.99264 7.607874 17.384766 FALSE 130 59330894 23b hsa-miR-200c-4395411 Target 31.264923 0.5921099 31.264923 13.880157 17.384766 FALSE 131 59330894 23b hsa-miR-202-4395474 Target Undetermined 0.08659932 40 22.615234 17.384766 FALSE 132 59330894 23b hsa-miR-203-4373095 Target 27.539988 2.7418785 27.539988 10.155222 17.384766 FALSE 133 59330894 23b hsa-miR-204-4373094 Target 21.76907 2.6769044 21.76907 4.384304 17.384766 FALSE 134 59330894 23b hsa-miR-205-4373093 Target Undetermined 0.047898013 40 22.615234 17.384766 FALSE 135 59330894 23b hsa-miR-208b-4395401 Target Undetermined 0.0635688 40 22.615234 17.384766 FALSE 136 59330894 23b hsa-miR-210-4373089 Target 24.461721 1.0097011 24.461721 7.076956 17.384766 FALSE 137 59330894 23b hsa-miR-214-4395417 Target 24.558098 2.0450656 24.558098 7.173332 17.384766 FALSE 138 59330894 23b hsa-miR-215-4373084 Target 25.574087 0.3289667 25.574087 8.1893215 17.384766 FALSE 139 59330894 23b hsa-miR-216a-4395331 Target 31.154707 0.8329864 31.154707 13.76994 17.384766 FALSE 140 59330894 23b hsa-miR-216b-4395437 Target 32.412933 0.8999018 32.412933 15.028168 17.384766 FALSE 141 59330894 23b hsa-miR-217-4395448 Target 32.88717 0.82536376 32.88717 15.502403 17.384766 FALSE 142 59330894 23b hsa-miR-218-4373081 Target 26.69531 2.2917638 26.69531 9.310545 17.384766 FALSE 143 59330894 23b hsa-miR-219-5p-4373080 Target Undetermined 0.04316507 40 22.615234 17.384766 FALSE 144 59330894 23b hsa-miR-221-4373077 Target 24.905937 1.8592904 24.905937 7.5211716 17.384766 FALSE 145 59330894 23b hsa-miR-222-4395387 Target 18.306398 2.9026582 18.306398 0.92163277 17.384766 FALSE 146 59330894 23b hsa-miR-223-4395406 Target 19.768818 2.8862493 19.768818 2.3840523 17.384766 FALSE 147 59330894 23b hsa-miR-224-4395210 Target 25.64719 1.965973 25.64719 8.262424 17.384766 FALSE 148 59330894 23b hsa-miR-296-3p-4395212 Target Undetermined 0.017288934 40 22.615234 17.384766 FALSE 149 59330894 23b hsa-miR-296-5p-4373066 Target 26.742952 0.82182765 26.742952 9.358187 17.384766 FALSE 150 59330894 23b hsa-miR-299-3p-4373189 Target Undetermined 0.028205762 40 22.615234 17.384766 FALSE 151 59330894 23b hsa-miR-299-5p-4373188 Target Undetermined 0.10523014 40 22.615234 17.384766 FALSE 152 59330894 23b hsa-miR-301a-4373064 Target 26.366604 1.5888276 26.366604 8.981838 17.384766 FALSE 153 59330894 23b hsa-miR-301b-4395503 Target 30.03003 1.7400464 30.03003 12.645264 17.384766 FALSE 154 59330894 23b hsa-miR-302a-4378070 Target Undetermined 0.007983996 40 22.615234 17.384766 FALSE 155 59330894 23b ath-miR159a-4373390 Target Undetermined 0.03328004 40 22.615234 17.384766 FALSE 156 59330894 23b hsa-miR-302b-4378071 Target Undetermined 0.04941916 40 22.615234 17.384766 FALSE 157 59330894 23b hsa-miR-302c-4378072 Target Undetermined 0.07201892 40 22.615234 17.384766 FALSE 158 59330894 23b hsa-miR-320-4395388 Target 21.9429 2.3736005 21.9429 4.558134 17.384766 FALSE 159 59330894 23b hsa-miR-323-3p-4395338 Target 31.874256 0.33613253 31.874256 14.4894905 17.384766 FALSE 160 59330894 23b hsa-miR-324-3p-4395272 Target 26.255157 1.9301635 26.255157 8.870392 17.384766 FALSE 161 59330894 23b hsa-miR-324-5p-4373052 Target 25.817354 2.0507526 25.817354 8.432589 17.384766 FALSE 162 59330894 23b hsa-miR-326-4373050 Target Undetermined 0.020709245 40 22.615234 17.384766 FALSE 163 59330894 23b hsa-miR-328-4373049 Target 26.795649 1.5744071 26.795649 9.410883 17.384766 FALSE 164 59330894 23b hsa-miR-329-4373191 Target Undetermined 0.033445813 40 22.615234 17.384766 FALSE 165 59330894 23b hsa-miR-330-3p-4373047 Target 31.770716 0.4210412 31.770716 14.385951 17.384766 FALSE 166 59330894 23b hsa-miR-330-5p-4395341 Target 32.843468 0.32851443 32.843468 15.458702 17.384766 FALSE 167 59330894 23b hsa-miR-331-3p-4373046 Target 24.261354 2.1363144 24.261354 6.876589 17.384766 FALSE 168 59330894 23b hsa-miR-331-5p-4395344 Target 28.913286 0.97210103 28.913286 11.528522 17.384766 FALSE 169 59330894 23b hsa-miR-335-4373045 Target 27.293913 1.777869 27.293913 9.909147 17.384766 FALSE 170 59330894 23b hsa-miR-337-5p-4395267 Target 30.591045 0.91854227 30.591045 13.20628 17.384766 FALSE 171 59330894 23b hsa-miR-338-3p-4395363 Target 34.33222 0.29165238 34.33222 16.947453 17.384766 FALSE 172 59330894 23b hsa-miR-339-3p-4395295 Target 24.253675 1.6505716 24.253675 6.86891 17.384766 FALSE 173 59330894 23b hsa-miR-339-5p-4395368 Target 25.747574 0.78240776 25.747574 8.362808 17.384766 FALSE 174 59330894 23b hsa-miR-340-4395369 Target 28.741976 2.064614 28.741976 11.357211 17.384766 FALSE 175 59330894 23b has-miR-155-4395459 Target 22.957563 2.3319097 22.957563 5.572798 17.384766 FALSE 176 59330894 23b hsa-let-7b-4395446 Target 21.495893 1.9992818 21.495893 4.111128 17.384766 FALSE 177 59330894 23b hsa-miR-342-3p-4395371 Target 20.60763 1.823769 20.60763 3.2228642 17.384766 FALSE 178 59330894 23b hsa-miR-342-5p-4395258 Target Undetermined 0.073932715 40 22.615234 17.384766 FALSE 179 59330894 23b hsa-miR-345-4395297 Target 25.057346 1.9650365 25.057346 7.6725807 17.384766 FALSE 180 59330894 23b hsa-miR-361-5p-4373035 Target 25.489134 2.5007782 25.489134 8.104368 17.384766 FALSE 181 59330894 23b hsa-miR-362-3p-4395228 Target 28.213463 2.233657 28.213463 10.828697 17.384766 FALSE 182 59330894 23b hsa-miR-362-5p-4378092 Target 28.056702 1.2783338 28.056702 10.671936 17.384766 FALSE 183 59330894 23b hsa-miR-363-4378090 Target 28.837147 1.7957951 28.837147 11.452381 17.384766 FALSE 184 59330894 23b hsa-miR-365-4373194 Target 22.971094 1.7494134 22.971094 5.5863285 17.384766 FALSE 185 59330894 23b hsa-miR-367-4373034 Target Undetermined 0.03487665 40 22.615234 17.384766 FALSE 186 59330894 23b hsa-miR-369-3p-4373032 Target Undetermined 0.018293386 40 22.615234 17.384766 FALSE 187 59330894 23b hsa-miR-369-5p-4373195 Target Undetermined 0.014725434 40 22.615234 17.384766 FALSE 188 59330894 23b hsa-miR-370-4395386 Target 28.723686 0.7655425 28.723686 11.338921 17.384766 FALSE 189 59330894 23b hsa-miR-371-3p-4395235 Target Undetermined 0.010391195 40 22.615234 17.384766 FALSE 190 59330894 23b hsa-miR-372-4373029 Target Undetermined 0.09285693 40 22.615234 17.384766 FALSE 191 59330894 23b hsa-miR-373-4378073 Target Undetermined 0.015948327 40 22.615234 17.384766 FALSE 192 59330894 23b hsa-miR-374a-4373028 Target 24.828331 2.8859468 24.828331 7.4435654 17.384766 FALSE 193 59330894 23b hsa-miR-374b-4381045 Target 24.068577 2.5723004 24.068577 6.683811 17.384766 FALSE 194 59330894 23b hsa-miR-375-4373027 Target 29.755308 1.4426826 29.755308 12.370542 17.384766 FALSE 195 59330894 23b hsa-miR-376a-4373026 Target 29.3522 1.6593381 29.3522 11.967434 17.384766 FALSE 196 59330894 23b hsa-miR-376b-4373196 Target Undetermined 0.03997339 40 22.615234 17.384766 FALSE 197 59330894 23b hsa-miR-377-4373025 Target Undetermined 0.04266988 40 22.615234 17.384766 FALSE 198 59330894 23b hsa-miR-379-4373349 Target 30.61283 0.7953524 30.61283 13.228063 17.384766 FALSE 199 59330894 23b hsa-miR-380-4373022 Target Undetermined 0.04492332 40 22.615234 17.384766 FALSE 200 59330894 23b hsa-miR-381-4373020 Target Undetermined 0.057016987 40 22.615234 17.384766 FALSE 201 59330894 23b hsa-miR-382-4373019 Target Undetermined 0.23352726 40 22.615234 17.384766 FALSE 202 59330894 23b hsa-miR-383-4373018 Target Undetermined 0.002655568 40 22.615234 17.384766 FALSE 203 59330894 23b hsa-miR-409-5p-4395442 Target Undetermined 0.062908806 40 22.615234 17.384766 FALSE 204 59330894 23b hsa-miR-410-4378093 Target 31.660439 1.066924 31.660439 14.275673 17.384766 FALSE 205 59330894 23b hsa-miR-411-4381013 Target 28.971394 2.0296977 28.971394 11.586628 17.384766 FALSE 206 59330894 23b hsa-miR-422a-4395408 Target 31.40575 1.6129041 31.40575 14.020985 17.384766 FALSE 207 59330894 23b hsa-miR-423-5p-4395451 Target 27.757412 1.311172 27.757412 10.372646 17.384766 FALSE 208 59330894 23b hsa-miR-424-4373201 Target 30.630379 1.6245917 30.630379 13.245613 17.384766 FALSE 209 59330894 23b hsa-miR-425-4380926 Target 25.974236 0.81098115 25.974236 8.58947 17.384766 FALSE 210 59330894 23b hsa-miR-429-4373203 Target 27.513475 2.1862183 27.513475 10.12871 17.384766 FALSE 211 59330894 23b hsa-miR-431-4395173 Target 39.89323 0.10178432 39.89323 22.508463 17.384766 FALSE 212 59330894 23b hsa-miR-433-4373205 Target 31.310713 0.50487083 31.310713 13.925946 17.384766 FALSE 213 59330894 23b hsa-miR-449a-4373207 Target 30.444698 1.7979909 30.444698 13.059933 17.384766 FALSE 214 59330894 23b hsa-miR-449b-4381011 Target 33.563362 0.45441723 33.563362 16.178596 17.384766 FALSE 215 59330894 23b hsa-miR-450a-4395414 Target Undetermined 0.02349996 40 22.615234 17.384766 FALSE 216 59330894 23b hsa-miR-450b-3p-4395319 Target Undetermined 0.032472763 40 22.615234 17.384766 FALSE 217 59330894 23b hsa-miR-450b-5p-4395318 Target 30.526682 1.7894177 30.526682 13.141917 17.384766 FALSE 218 59330894 23b hsa-miR-451-4373360 Target 25.727957 2.2395601 25.727957 8.343191 17.384766 FALSE 219 59330894 23b hsa-miR-452-4395440 Target 27.199425 2.2157402 27.199425 9.814659 17.384766 FALSE 220 59330894 23b hsa-miR-453-4395429 Target Undetermined 0.015299098 40 22.615234 17.384766 FALSE 221 59330894 23b hsa-miR-454-4395434 Target 23.862148 2.31405 23.862148 6.4773827 17.384766 FALSE 222 59330894 23b hsa-miR-455-3p-4395355 Target 25.631437 1.9281266 25.631437 8.246672 17.384766 FALSE 223 59330894 23b hsa-miR-455-5p-4378098 Target 25.346052 1.9953774 25.346052 7.9612865 17.384766 FALSE 224 59330894 23b hsa-miR-483-5p-4395449 Target 29.749823 1.877407 29.749823 12.365056 17.384766 FALSE 225 59330894 23b hsa-miR-484-4381032 Target 21.256657 2.2709196 21.256657 3.871891 17.384766 FALSE 226 59330894 23b hsa-miR-485-3p-4378095 Target 32.260708 0.8678383 32.260708 14.875942 17.384766 FALSE 227 59330894 23b hsa-miR-485-5p-4373212 Target Undetermined 0.003854237 40 22.615234 17.384766 FALSE 228 59330894 23b hsa-miR-486-3p-4395204 Target 31.412163 0.1323981 31.412163 14.027397 17.384766 FALSE 229 59330894 23b hsa-miR-486-5p-4378096 Target 28.67861 1.2973869 28.67861 11.293843 17.384766 FALSE 230 59330894 23b hsa-miR-487a-4378097 Target 32.422016 0.18779515 32.422016 15.0372505 17.384766 FALSE 231 59330894 23b hsa-miR-487b-4378102 Target 35.735638 0.1692895 35.735638 18.350872 17.384766 FALSE 232 59330894 23b hsa-miR-488-4395468 Target Undetermined 0.0332222 40 22.615234 17.384766 FALSE 233 59330894 23b hsa-miR-489-4395469 Target 25.484514 2.120967 25.484514 8.099749 17.384766 FALSE 234 59330894 23b hsa-miR-490-3p-4373215 Target Undetermined 0.030352293 40 22.615234 17.384766 FALSE 235 59330894 23b hsa-miR-491-3p-4395471 Target Undetermined 0.003657799 40 22.615234 17.384766 FALSE 236 59330894 23b hsa-miR-491-5p-4381053 Target 27.43993 2.2291856 27.43993 10.055164 17.384766 FALSE 237 59330894 23b hsa-miR-493-4395475 Target 30.652405 1.1343025 30.652405 13.267639 17.384766 FALSE 238 59330894 23b hsa-miR-494-4395476 Target 27.701023 2.1411884 27.701023 10.316257 17.384766 FALSE 239 59330894 23b hsa-miR-495-4381078 Target 29.131115 1.1651293 29.131115 11.746349 17.384766 FALSE 240 59330894 23b hsa-miR-496-4386771 Target Undetermined 0.023381392 40 22.615234 17.384766 FALSE 241 59330894 23b hsa-miR-499-3p-4395538 Target Undetermined 0.022006394 40 22.615234 17.384766 FALSE 242 59330894 23b hsa-miR-499-5p-4381047 Target Undetermined 0.18303739 40 22.615234 17.384766 FALSE 243 59330894 23b hsa-miR-500-4395539 Target 26.03058 2.066199 26.03058 8.645815 17.384766 FALSE 244 59330894 23b hsa-miR-501-3p-4395546 Target 36.60956 0.09525971 36.60956 19.224792 17.384766 FALSE 245 59330894 23b hsa-miR-501-5p-4373226 Target 26.790657 0.80286276 26.790657 9.405891 17.384766 FALSE 246 59330894 23b hsa-miR-502-3p-4395194 Target 29.71266 1.5918865 29.71266 12.327893 17.384766 FALSE 247 59330894 23b hsa-miR-502-5p-4373227 Target 28.774418 0.85034883 28.774418 11.389652 17.384766 FALSE 248 59330894 23b hsa-miR-503-4373228 Target 32.96833 0.758974 32.96833 15.583565 17.384766 FALSE 249 59330894 23b hsa-miR-504-4395195 Target 30.192747 0.33743602 30.192747 12.807981 17.384766 FALSE 250 59330894 23b hsa-miR-505-4395200 Target 30.384165 0.8100033 30.384165 12.9994 17.384766 FALSE 251 59330894 23b hsa-miR-507-4373232 Target Undetermined 0.012786018 40 22.615234 17.384766 FALSE 252 59330894 23b hsa-miR-508-3p-4373233 Target 30.856865 0.97591203 30.856865 13.472099 17.384766 FALSE 253 59330894 23b hsa-miR-508-5p-4395203 Target Undetermined 0.022248326 40 22.615234 17.384766 FALSE 254 59330894 23b hsa-miR-509-5p-4395346 Target 29.617857 0.80654377 29.617857 12.23309 17.384766 FALSE 255 59330894 23b hsa-miR-510-4395352 Target Undetermined 0.047800843 40 22.615234 17.384766 FALSE 256 59330894 23b hsa-miR-512-3p-4381034 Target Undetermined 0.007118294 40 22.615234 17.384766 FALSE 257 59330894 23b hsa-miR-512-5p-4373238 Target Undetermined 0.021263454 40 22.615234 17.384766 FALSE 258 59330894 23b hsa-miR-513-5p-4395201 Target Undetermined 0.00617613 40 22.615234 17.384766 FALSE 259 59330894 23b hsa-miR-515-3p-4395480 Target Undetermined 0.00107744 40 22.615234 17.384766 FALSE 260 59330894 23b hsa-miR-515-5p-4373242 Target Undetermined 0.022783602 40 22.615234 17.384766 FALSE 261 59330894 23b hsa-miR-516a-5p-4395527 Target Undetermined 0.009309587 40 22.615234 17.384766 FALSE 262 59330894 23b hsa-miR-516b-4395172 Target Undetermined 0.0248121 40 22.615234 17.384766 FALSE 263 59330894 23b hsa-miR-517a-4395513 Target 32.20599 0.45208648 32.20599 14.821224 17.384766 FALSE 264 59330894 23b hsa-miR-517c-4373264 Target 34.645775 0.23736271 34.645775 17.26101 17.384766 FALSE 265 59330894 23b hsa-miR-518a-3p-4395508 Target Undetermined 0.002446377 40 22.615234 17.384766 FALSE 266 59330894 23b hsa-miR-518a-5p-4395507 Target Undetermined 0.002099603 40 22.615234 17.384766 FALSE 267 59330894 23b hsa-miR-518b-4373246 Target 34.722565 0.19606464 34.722565 17.3378 17.384766 FALSE 268 59330894 23b hsa-miR-518c-4395512 Target Undetermined 0.014083653 40 22.615234 17.384766 FALSE 269 59330894 23b hsa-miR-518d-3p-4373248 Target 36.558414 0.13863187 36.558414 19.173649 17.384766 FALSE 270 59330894 23b hsa-miR-518d-5p-4395500 Target Undetermined 0.040924683 40 22.615234 17.384766 FALSE 271 59330894 23b hsa-miR-518e-4395506 Target Undetermined 0.032230996 40 22.615234 17.384766 FALSE 272 59330894 23b hsa-miR-518f-4395499 Target 31.65726 1.5412885 31.65726 14.272495 17.384766 FALSE 273 59330894 23b hsa-miR-519a-4395526 Target 33.071587 0.70885414 33.071587 15.686821 17.384766 FALSE 274 59330894 23b hsa-miR-519d-4395514 Target Undetermined 0.05919041 40 22.615234 17.384766 FALSE 275 59330894 23b hsa-miR-519e-4395481 Target Undetermined 0.011589921 40 22.615234 17.384766 FALSE 276 59330894 23b hsa-miR-520a-3p-4373268 Target Undetermined 0.060146026 40 22.615234 17.384766 FALSE 277 59330894 23b hsa-miR-520a-5p-4378085 Target Undetermined 0.004481599 40 22.615234 17.384766 FALSE 278 59330894 23b hsa-miR-520d-5p-4395504 Target Undetermined 0.009481206 40 22.615234 17.384766 FALSE 279 59330894 23b hsa-miR-520g-4373257 Target Undetermined 0.030690612 40 22.615234 17.384766 FALSE 280 59330894 23b hsa-miR-521-4373259 Target Undetermined 0.009099126 40 22.615234 17.384766 FALSE 281 59330894 23b hsa-miR-522-4395524 Target 36.116375 0.22238472 36.116375 18.73161 17.384766 FALSE 282 59330894 23b hsa-miR-523-4395497 Target Undetermined 0.016850494 40 22.615234 17.384766 FALSE 283 59330894 23b hsa-miR-524-5p-4395174 Target Undetermined 0.010720843 40 22.615234 17.384766 FALSE 284 59330894 23b hsa-miR-525-3p-4395496 Target Undetermined 0.007806547 40 22.615234 17.384766 FALSE 285 59330894 23b hsa-miR-525-5p-4378088 Target Undetermined 0.019998955 40 22.615234 17.384766 FALSE 286 59330894 23b hsa-miR-526b-4395493 Target Undetermined 3.08E-05 40 22.615234 17.384766 FALSE 287 59330894 23b hsa-miR-532-3p-4395466 Target 23.053205 2.2350152 23.053205 5.66844 17.384766 FALSE 288 59330894 23b hsa-miR-532-5p-4380928 Target 21.689005 2.4094517 21.689005 4.3042393 17.384766 FALSE 289 59330894 23b hsa-miR-539-4378103 Target 29.678043 1.9387563 29.678043 12.293278 17.384766 FALSE 290 59330894 23b hsa-miR-541-4395312 Target Undetermined -0.009674951 40 22.615234 17.384766 FALSE 291 59330894 23b hsa-miR-542-3p-4378101 Target 31.061798 1.6508307 31.061798 13.677032 17.384766 FALSE 292 59330894 23b hsa-miR-542-5p-4395351 Target 29.892761 1.1571776 29.892761 12.507996 17.384766 FALSE 293 59330894 23b hsa-miR-544-4395376 Target Undetermined 0.016528118 40 22.615234 17.384766 FALSE 294 59330894 23b hsa-miR-545-4395378 Target 30.320028 1.9721092 30.320028 12.935262 17.384766 FALSE 295 59330894 23b hsa-miR-548a-3p-4380948 Target Undetermined 0.028963694 40 22.615234 17.384766 FALSE 296 59330894 23b hsa-miR-548a-5p-4395523 Target Undetermined 0.033707436 40 22.615234 17.384766 FALSE 297 59330894 23b hsa-miR-548b-3p-4380951 Target Undetermined 0.006924472 40 22.615234 17.384766 FALSE 298 59330894 23b hsa-miR-548b-5p-4395519 Target 33.104103 0.70649976 33.104103 15.719337 17.384766 FALSE 299 59330894 23b hsa-miR-548c-3p-4380993 Target Undetermined 0.11229737 40 22.615234 17.384766 FALSE 300 59330894 23b hsa-miR-548c-5p-4395540 Target 33.279766 0.9770478 33.279766 15.895 17.384766 FALSE 301 59330894 23b hsa-miR-548d-3p-4381008 Target Undetermined 0.021731485 40 22.615234 17.384766 FALSE 302 59330894 23b hsa-miR-548d-5p-4395348 Target 35.72289 0.3108576 35.72289 18.338123 17.384766 FALSE 303 59330894 23b hsa-miR-551b-4380945 Target Undetermined 0.009220241 40 22.615234 17.384766 FALSE 304 59330894 23b hsa-miR-556-3p-4395456 Target Undetermined 0.022222694 40 22.615234 17.384766 FALSE 305 59330894 23b hsa-miR-556-5p-4395455 Target Undetermined 0.026189161 40 22.615234 17.384766 FALSE 306 59330894 23b hsa-miR-561-4380938 Target Undetermined 0.01665687 40 22.615234 17.384766 FALSE 307 59330894 23b hsa-miR-570-4395458 Target 33.108265 1.033166 33.108265 15.723499 17.384766 FALSE 308 59330894 23b hsa-miR-574-3p-4395460 Target 32.73938 0.9257511 32.73938 15.354614 17.384766 FALSE 309 59330894 23b hsa-miR-576-3p-4395462 Target 32.550808 1.3372442 32.550808 15.166042 17.384766 FALSE 310 59330894 23b hsa-miR-576-5p-4395461 Target 35.558258 0.17160748 35.558258 18.173492 17.384766 FALSE 311 59330894 23b hsa-miR-579-4395509 Target 30.89674 1.2778819 30.89674 13.511974 17.384766 FALSE 312 59330894 23b hsa-miR-582-3p-4395510 Target 33.13498 0.8638381 33.13498 15.750214 17.384766 FALSE 313 59330894 23b hsa-miR-582-5p-4395175 Target 36.441383 0.14183572 36.441383 19.056618 17.384766 FALSE 314 59330894 23b hsa-miR-589-4395520 Target 37.431847 0.14834179 37.431847 20.047081 17.384766 FALSE 315 59330894 23b hsa-miR-590-5p-4395176 Target 25.62863 2.3036373 25.62863 8.243864 17.384766 FALSE 316 59330894 23b hsa-miR-597-4380960 Target 31.210348 1.4947654 31.210348 13.825582 17.384766 FALSE 317 59330894 23b hsa-miR-598-4395179 Target 28.412022 1.8598467 28.412022 11.027256 17.384766 FALSE 318 59330894 23b hsa-miR-615-3p-4386777 Target 31.132013 0.2596769 31.132013 13.747249 17.384766 FALSE 319 59330894 23b hsa-miR-615-5p-4395464 Target 35.134037 0.12253791 35.134037 17.749271 17.384766 FALSE 320 59330894 23b hsa-miR-616-4395525 Target 31.959558 0.46428934 31.959558 14.574794 17.384766 FALSE 321 59330894 23b hsa-miR-618-4380996 Target 32.683308 0.6558177 32.683308 15.298542 17.384766 FALSE 322 59330894 23b hsa-miR-624-4395541 Target Undetermined -0.002206857 40 22.615234 17.384766 FALSE 323 59330894 23b hsa-miR-625-4395542 Target 30.801954 1.0771338 30.801954 13.417188 17.384766 FALSE 324 59330894 23b hsa-miR-627-4380967 Target 34.47339 1.3095843 34.47339 17.088623 17.384766 FALSE 325 59330894 23b hsa-miR-628-5p-4395544 Target 27.458406 2.1596696 27.458406 10.073641 17.384766 FALSE 326 59330894 23b hsa-miR-629-4395547 Target 30.703758 1.1797591 30.703758 13.318993 17.384766 FALSE 327 59330894 23b hsa-miR-636-4395199 Target 31.03812 0.98883164 31.03812 13.653355 17.384766 FALSE 328 59330894 23b hsa-miR-642-4380995 Target 33.300266 0.6509299 33.300266 15.915501 17.384766 FALSE 329 59330894 23b hsa-miR-651-4381007 Target Undetermined -5.35E-04 40 22.615234 17.384766 FALSE 330 59330894 23b hsa-miR-652-4395463 Target 27.501522 1.565196 27.501522 10.116756 17.384766 FALSE 331 59330894 23b hsa-miR-653-4395403 Target Undetermined 0.01759195 40 22.615234 17.384766 FALSE 332 59330894 23b hsa-miR-654-3p-4395350 Target Undetermined 0.007073357 40 22.615234 17.384766 FALSE 333 59330894 23b hsa-miR-654-5p-4381014 Target Undetermined 0.063252956 40 22.615234 17.384766 FALSE 334 59330894 23b hsa-miR-655-4381015 Target 34.962112 0.79411 34.962112 17.577347 17.384766 FALSE 335 59330894 23b hsa-miR-660-4380925 Target 23.9796 2.0662148 23.9796 6.5948353 17.384766 FALSE 336 59330894 23b hsa-miR-671-3p-4395433 Target 27.984428 1.8373125 27.984428 10.599663 17.384766 FALSE 337 59330894 23b hsa-miR-672-4395438 Target Undetermined 0.17986241 40 22.615234 17.384766 FALSE 338 59330894 23b hsa-miR-674-4395193 Target Undetermined 0.037554577 40 22.615234 17.384766 FALSE 339 59330894 23b hsa-miR-708-4395452 Target 26.327887 2.6735358 26.327887 8.943121 17.384766 FALSE 340 59330894 23b hsa-miR-744-4395435 Target 27.523663 2.441724 27.523663 10.138897 17.384766 FALSE 341 59330894 23b hsa-miR-758-4395180 Target 32.39965 0.7129168 32.39965 15.014885 17.384766 FALSE 342 59330894 23b hsa-miR-871-4395465 Target Undetermined 0.03113654 40 22.615234 17.384766 FALSE 343 59330894 23b hsa-miR-872-4395375 Target Undetermined -0.0043326 40 22.615234 17.384766 FALSE 344 59330894 23b hsa-miR-873-4395467 Target Undetermined 0.003626206 40 22.615234 17.384766 FALSE 345 59330894 23b hsa-miR-874-4395379 Target 30.99108 0.23591442 30.99108 13.606313 17.384766 FALSE 346 59330894 23b hsa-miR-875-3p-4395315 Target Undetermined 0.012103493 40 22.615234 17.384766 FALSE 347 59330894 23b hsa-miR-876-3p-4395336 Target Undetermined 0.030628443 40 22.615234 17.384766 FALSE 348 59330894 23b hsa-miR-876-5p-4395316 Target 32.866116 0.480884 32.866116 15.48135 17.384766 FALSE 349 59330894 23b hsa-miR-885-3p-4395483 Target Undetermined 0.04064619 40 22.615234 17.384766 FALSE 350 59330894 23b hsa-miR-885-5p-4395407 Target 27.009075 1.6297005 27.009075 9.62431 17.384766 FALSE 351 59330894 23b hsa-miR-886-3p-4395305 Target 23.797743 1.4203478 23.797743 6.412977 17.384766 FALSE 352 59330894 23b hsa-miR-886-5p-4395304 Target 23.504461 1.928618 23.504461 6.1196957 17.384766 FALSE 353 59330894 23b hsa-miR-887-4395485 Target Undetermined 0.048292726 40 22.615234 17.384766 FALSE 354 59330894 23b hsa-miR-888-4395323 Target Undetermined 0.045314327 40 22.615234 17.384766 FALSE 355 59330894 23b hsa-miR-889-4395313 Target Undetermined 0.009449826 40 22.615234 17.384766 FALSE 356 59330894 23b hsa-miR-890-4395320 Target Undetermined 0.006244073 40 22.615234 17.384766 FALSE 357 59330894 23b hsa-miR-891a-4395302 Target Undetermined 0.003375039 40 22.615234 17.384766 FALSE 358 59330894 23b hsa-miR-891b-4395321 Target Undetermined 0.016280767 40 22.615234 17.384766 FALSE 359 59330894 23b hsa-miR-892a-4395306 Target Undetermined 0.016671859 40 22.615234 17.384766 FALSE 360 59330894 23b hsa-miR-147-4373131 Target 36.332424 0.07541111 36.332424 18.947659 17.384766 FALSE 361 59330894 23b hsa-miR-208-4373091 Target Undetermined 0.014229674 40 22.615234 17.384766 FALSE 362 59330894 23b hsa-miR-211-4373088 Target Undetermined 0.099089436 40 22.615234 17.384766 FALSE 363 59330894 23b hsa-miR-212-4373087 Target 27.0028 1.7716501 27.0028 9.618034 17.384766 FALSE 364 59330894 23b hsa-miR-219-1-3p-4395206 Target Undetermined 0.03599217 40 22.615234 17.384766 FALSE 365 59330894 23b hsa-miR-219-2-3p-4395501 Target Undetermined 0.030349707 40 22.615234 17.384766 FALSE 366 59330894 23b hsa-miR-220-4373078 Target Undetermined 0.00346646 40 22.615234 17.384766 FALSE 367 59330894 23b hsa-miR-220b-4395317 Target Undetermined 5.46E-04 40 22.615234 17.384766 FALSE 368 59330894 23b hsa-miR-220c-4395322 Target Undetermined 0.009336705 40 22.615234 17.384766 FALSE 369 59330894 23b hsa-miR-298-4395301 Target Undetermined 0.008134518 40 22.615234 17.384766 FALSE 370 59330894 23b hsa-miR-325-4373051 Target Undetermined 0.002983538 40 22.615234 17.384766 FALSE 371 59330894 23b hsa-miR-346-4373038 Target Undetermined 0.010911962 40 22.615234 17.384766 FALSE 372 59330894 23b hsa-miR-376c-4395233 Target 28.84801 1.353957 28.84801 11.463244 17.384766 FALSE 373 59330894 23b hsa-miR-384-4373017 Target Undetermined 0.008364586 40 22.615234 17.384766 FALSE 374 59330894 23b hsa-miR-412-4373199 Target Undetermined 0.030067328 40 22.615234 17.384766 FALSE 375 59330894 23b hsa-miR-448-4373206 Target Undetermined 0.01712424 40 22.615234 17.384766 FALSE 376 59330894 23b hsa-miR-492-4373217 Target Undetermined 0.03799489 40 22.615234 17.384766 FALSE 377 59330894 23b hsa-miR-506-4373231 Target 33.091076 0.38533628 33.091076 15.70631 17.384766 FALSE 378 59330894 23b hsa-miR-509-3-5p-4395266 Target Undetermined 0.007156503 40 22.615234 17.384766 FALSE 379 59330894 23b hsa-miR-511-4373236 Target 32.44862 0.7028061 32.44862 15.063854 17.384766 FALSE 380 59330894 23b hsa-miR-517b-4373244 Target Undetermined 0.007744924 40 22.615234 17.384766 FALSE 381 59330894 23b hsa-miR-519c-3p-4373251 Target Undetermined 0.004571328 40 22.615234 17.384766 FALSE 382 59330894 23b hsa-miR-520b-4373252 Target 38.174057 0.07724424 38.174057 20.789291 17.384766 FALSE 383 59330894 23b hsa-miR-520e-4373255 Target Undetermined 0.034772452 40 22.615234 17.384766 FALSE 384 59330894 23b hsa-miR-520f-4373256 Target Undetermined 0.013394737 40 22.615234 17.384766 FALSE \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/GSM628090_31b.txt Thu Oct 10 04:24:43 2019 -0400 @@ -0,0 +1,1 @@ +SDS 2.3 RQ Results 1.2 Filename Testscreen analys all.sdm Assay Type RQ Study EmbeddedFile FileA Run DateTime Fri May 15 17:10:28 BST 2009 Operator ThermalCycleParams EmbeddedFile FileB Run DateTime Sat May 16 10:36:09 BST 2009 Operator ThermalCycleParams EmbeddedFile FileC Run DateTime Sun May 17 13:21:05 BST 2009 Operator ThermalCycleParams # Plate Sample Detector Task Avg Ct Delta Ct Avg Delta Ct ?Ct SE Delta Delta Ct SD RQ RQ Min RQ Max Omit 1 59330890 31b hsa-let-7a-4373169 Target 23.41879 1.4175328 23.41879 6.6185627 16.800228 FALSE 2 59330890 31b hsa-let-7c-4373167 Target 25.459303 2.506543 25.459303 8.659075 16.800228 FALSE 3 59330890 31b hsa-let-7d-4395394 Target 24.00113 2.7094936 24.00113 7.200901 16.800228 FALSE 4 59330890 31b hsa-let-7e-4395517 Target 20.979765 2.0598843 20.979765 4.179537 16.800228 FALSE 5 59330890 31b hsa-let-7f-4373164 Target 26.068127 0.67332584 26.068127 9.267899 16.800228 FALSE 6 59330890 31b hsa-let-7g-4395393 Target 23.72922 2.6328738 23.72922 6.9289913 16.800228 FALSE 7 59330890 31b hsa-miR-1-4395333 Target 32.47952 1.5072858 32.47952 15.679291 16.800228 FALSE 8 59330890 31b hsa-miR-9-4373285 Target 26.392971 1.617475 26.392971 9.592743 16.800228 FALSE 9 59330890 31b hsa-miR-10a-4373153 Target 26.558413 1.9706221 26.558413 9.758184 16.800228 FALSE 10 59330890 31b hsa-miR-10b-4395329 Target 23.263582 2.0160074 23.263582 6.463354 16.800228 FALSE 11 59330890 31b MammU6-4395470 Endogenous Control 16.704834 1.6374378 16.800228 0.04893013 16.800228 FALSE 12 59330890 31b MammU6-4395470 Endogenous Control 16.72712 1.666808 16.800228 0.04893013 16.800228 FALSE 13 59330890 31b hsa-miR-15a-4373123 Target 27.803423 1.1552829 27.803423 11.003194 16.800228 FALSE 14 59330890 31b hsa-miR-15b-4373122 Target 27.000637 1.6944566 27.000637 10.200409 16.800228 FALSE 15 59330890 31b hsa-miR-16-4373121 Target 21.769135 2.3916724 21.769135 4.9689064 16.800228 FALSE 16 59330890 31b hsa-miR-17-4395419 Target 22.018368 2.5997932 22.018368 5.2181396 16.800228 FALSE 17 59330890 31b hsa-miR-18a-4395533 Target 27.41534 1.8926619 27.41534 10.615112 16.800228 FALSE 18 59330890 31b hsa-miR-18b-4395328 Target 29.474533 0.3362605 29.474533 12.674305 16.800228 FALSE 19 59330890 31b hsa-miR-19a-4373099 Target 26.902378 1.5365604 26.902378 10.10215 16.800228 FALSE 20 59330890 31b hsa-miR-19b-4373098 Target 22.03971 2.2176135 22.03971 5.239481 16.800228 FALSE 21 59330890 31b hsa-miR-20a-4373286 Target 23.614462 2.3817573 23.614462 6.814234 16.800228 FALSE 22 59330890 31b hsa-miR-20b-4373263 Target 26.208635 2.2495947 26.208635 9.408407 16.800228 FALSE 23 59330890 31b hsa-miR-21-4373090 Target 21.845198 2.0876396 21.845198 5.0449696 16.800228 FALSE 24 59330890 31b hsa-miR-22-4373079 Target 22.534813 1.234654 22.534813 5.734585 16.800228 FALSE 25 59330890 31b hsa-miR-23a-4373074 Target 26.859463 0.4180973 26.859463 10.059235 16.800228 FALSE 26 59330890 31b hsa-miR-23b-4373073 Target 27.970123 0.757526 27.970123 11.169895 16.800228 FALSE 27 59330890 31b hsa-miR-24-4373072 Target 20.265871 2.3343608 20.265871 3.465643 16.800228 FALSE 28 59330890 31b hsa-miR-25-4373071 Target 25.489405 3.6909382 25.489405 8.689177 16.800228 FALSE 29 59330890 31b hsa-miR-26a-4395166 Target 20.949757 2.641732 20.949757 4.1495285 16.800228 FALSE 30 59330890 31b hsa-miR-26b-4395167 Target 23.953022 2.3085327 23.953022 7.152794 16.800228 FALSE 31 59330890 31b hsa-miR-27a-4373287 Target 23.54593 3.219294 23.54593 6.7457027 16.800228 FALSE 32 59330890 31b hsa-miR-27b-4373068 Target 24.670374 3.0595767 24.670374 7.870146 16.800228 FALSE 33 59330890 31b hsa-miR-28-3p-4395557 Target 22.86229 3.0830297 22.86229 6.0620613 16.800228 FALSE 34 59330890 31b hsa-miR-28-5p-4373067 Target 25.538734 2.6163342 25.538734 8.738506 16.800228 FALSE 35 59330890 31b MammU6-4395470 Endogenous Control 16.891138 1.6935246 16.800228 0.04893013 16.800228 FALSE 36 59330890 31b MammU6-4395470 Endogenous Control 16.87782 1.7141409 16.800228 0.04893013 16.800228 FALSE 37 59330890 31b hsa-miR-29a-4395223 Target 20.987959 2.6662118 20.987959 4.187731 16.800228 FALSE 38 59330890 31b hsa-miR-29b-4373288 Target 25.477203 1.8703349 25.477203 8.676975 16.800228 FALSE 39 59330890 31b hsa-miR-29c-4395171 Target 22.410513 2.7428253 22.410513 5.610285 16.800228 FALSE 40 59330890 31b hsa-miR-30b-4373290 Target 19.956032 2.7432716 19.956032 3.1558037 16.800228 FALSE 41 59330890 31b hsa-miR-30c-4373060 Target 20.328999 2.4684725 20.328999 3.5287704 16.800228 FALSE 42 59330890 31b hsa-miR-31-4395390 Target 24.18529 2.2911365 24.18529 7.3850613 16.800228 FALSE 43 59330890 31b hsa-miR-32-4395220 Target 29.734838 1.3636853 29.734838 12.934611 16.800228 FALSE 44 59330890 31b hsa-miR-33b-4395196 Target Undetermined 0.04468483 40 23.199774 16.800228 FALSE 45 59330890 31b hsa-miR-34a-4395168 Target 22.276688 2.7461672 22.276688 5.4764595 16.800228 FALSE 46 59330890 31b hsa-miR-34c-5p-4373036 Target 31.110815 0.28317848 31.110815 14.310588 16.800228 FALSE 47 59330890 31b hsa-miR-92a-4395169 Target 23.70422 2.5087996 23.70422 6.9039917 16.800228 FALSE 48 59330890 31b hsa-miR-93-4373302 Target 26.045864 2.238027 26.045864 9.245636 16.800228 FALSE 49 59330890 31b hsa-miR-95-4373011 Target 26.151976 2.2857237 26.151976 9.3517475 16.800228 FALSE 50 59330890 31b hsa-miR-96-4373372 Target 32.049248 0.66204524 32.049248 15.24902 16.800228 FALSE 51 59330890 31b hsa-miR-98-4373009 Target 27.353737 0.23737152 27.353737 10.553509 16.800228 FALSE 52 59330890 31b hsa-miR-99a-4373008 Target 23.285397 1.5925218 23.285397 6.4851685 16.800228 FALSE 53 59330890 31b hsa-miR-99b-4373007 Target 22.911472 0.88376933 22.911472 6.111244 16.800228 FALSE 54 59330890 31b hsa-miR-100-4373160 Target 23.644953 1.9431448 23.644953 6.8447247 16.800228 FALSE 55 59330890 31b hsa-miR-101-4395364 Target 29.123556 2.376594 29.123556 12.323329 16.800228 FALSE 56 59330890 31b hsa-miR-103-4373158 Target 25.782272 1.8486984 25.782272 8.982044 16.800228 FALSE 57 59330890 31b hsa-miR-105-4395278 Target Undetermined 0.0352696 40 23.199774 16.800228 FALSE 58 59330890 31b hsa-miR-106a-4395280 Target 21.530855 3.077145 21.530855 4.730627 16.800228 FALSE 59 59330890 31b RNU44-4373384 Target 23.442196 1.0312413 23.442196 6.641968 16.800228 FALSE 60 59330890 31b hsa-miR-106b-4373155 Target 24.767357 2.2162135 24.767357 7.9671288 16.800228 FALSE 61 59330890 31b hsa-miR-107-4373154 Target 28.732769 0.88861436 28.732769 11.932541 16.800228 FALSE 62 59330890 31b hsa-miR-122-4395356 Target 31.356546 0.5385046 31.356546 14.556317 16.800228 FALSE 63 59330890 31b hsa-miR-124-4373295 Target 33.096268 0.57078266 33.096268 16.29604 16.800228 FALSE 64 59330890 31b hsa-miR-125a-3p-4395310 Target 29.371134 1.6952835 29.371134 12.570905 16.800228 FALSE 65 59330890 31b hsa-miR-125a-5p-4395309 Target 25.310333 2.2233357 25.310333 8.510105 16.800228 FALSE 66 59330890 31b hsa-miR-125b-4373148 Target 23.066168 2.1937838 23.066168 6.2659397 16.800228 FALSE 67 59330890 31b hsa-miR-126-4395339 Target 20.342793 2.4821837 20.342793 3.5425644 16.800228 FALSE 68 59330890 31b hsa-miR-127-3p-4373147 Target 22.135754 2.4532468 22.135754 5.3355255 16.800228 FALSE 69 59330890 31b hsa-miR-127-5p-4395340 Target Undetermined 0.04027655 40 23.199774 16.800228 FALSE 70 59330890 31b hsa-miR-128-4395327 Target 27.004776 1.6271381 27.004776 10.204548 16.800228 FALSE 71 59330890 31b hsa-miR-129-3p-4373297 Target 30.196049 0.5176287 30.196049 13.395821 16.800228 FALSE 72 59330890 31b hsa-miR-129-5p-4373171 Target Undetermined 0.0714532 40 23.199774 16.800228 FALSE 73 59330890 31b hsa-miR-130a-4373145 Target 26.208378 1.7054577 26.208378 9.40815 16.800228 FALSE 74 59330890 31b hsa-miR-130b-4373144 Target 27.542252 1.3587782 27.542252 10.742023 16.800228 FALSE 75 59330890 31b hsa-miR-132-4373143 Target 24.177185 2.8903272 24.177185 7.376957 16.800228 FALSE 76 59330890 31b hsa-miR-133a-4395357 Target 27.047913 1.6346586 27.047913 10.2476845 16.800228 FALSE 77 59330890 31b hsa-miR-133b-4395358 Target 31.958595 0.7029821 31.958595 15.158367 16.800228 FALSE 78 59330890 31b hsa-miR-134-4373299 Target 23.296211 1.1266611 23.296211 6.495983 16.800228 FALSE 79 59330890 31b hsa-miR-135a-4373140 Target 30.896803 1.6604401 30.896803 14.096576 16.800228 FALSE 80 59330890 31b hsa-miR-135b-4395372 Target 26.329693 2.4926176 26.329693 9.529465 16.800228 FALSE 81 59330890 31b hsa-miR-136-4373173 Target 34.3379 0.7639029 34.3379 17.53767 16.800228 FALSE 82 59330890 31b hsa-miR-137-4373301 Target 29.538956 2.1784353 29.538956 12.738728 16.800228 FALSE 83 59330890 31b hsa-miR-138-4395395 Target 28.317858 2.6218815 28.317858 11.517629 16.800228 FALSE 84 59330890 31b hsa-miR-139-3p-4395424 Target 24.940924 1.0415748 24.940924 8.140696 16.800228 FALSE 85 59330890 31b hsa-miR-139-5p-4395400 Target 22.171728 2.0229878 22.171728 5.3715 16.800228 FALSE 86 59330890 31b hsa-miR-140-3p-4395345 Target 25.825872 1.7361482 25.825872 9.025644 16.800228 FALSE 87 59330890 31b hsa-miR-140-5p-4373374 Target 22.525478 2.2542574 22.525478 5.7252502 16.800228 FALSE 88 59330890 31b hsa-miR-141-4373137 Target 24.628443 2.4122632 24.628443 7.8282146 16.800228 FALSE 89 59330890 31b hsa-miR-142-3p-4373136 Target 22.140198 2.2161186 22.140198 5.3399696 16.800228 FALSE 90 59330890 31b hsa-miR-142-5p-4395359 Target 28.465773 1.7187904 28.465773 11.665545 16.800228 FALSE 91 59330890 31b hsa-miR-143-4395360 Target 23.282911 2.6318195 23.282911 6.482683 16.800228 FALSE 92 59330890 31b hsa-miR-145-4395389 Target 19.39277 1.9477147 19.39277 2.5925426 16.800228 FALSE 93 59330890 31b hsa-miR-146a-4373132 Target 22.158579 2.436546 22.158579 5.3583508 16.800228 FALSE 94 59330890 31b hsa-miR-146b-3p-4395472 Target 30.920872 0.9408402 30.920872 14.120644 16.800228 FALSE 95 59330890 31b hsa-miR-146b-5p-4373178 Target 21.945126 2.4427307 21.945126 5.1448975 16.800228 FALSE 96 59330890 31b hsa-miR-147b-4395373 Target 33.6378 0.7697461 33.6378 16.83757 16.800228 FALSE 97 59330890 31b hsa-miR-148a-4373130 Target 25.49538 1.7788875 25.49538 8.695152 16.800228 FALSE 98 59330890 31b hsa-miR-148b-4373129 Target 29.152243 0.5077132 29.152243 12.3520155 16.800228 FALSE 99 59330890 31b hsa-miR-149-4395366 Target 25.867947 0.8885827 25.867947 9.0677185 16.800228 FALSE 100 59330890 31b hsa-miR-150-4373127 Target 20.617424 2.4521422 20.617424 3.817196 16.800228 FALSE 101 59330890 31b hsa-miR-152-4395170 Target 25.852736 2.9331422 25.852736 9.052507 16.800228 FALSE 102 59330890 31b hsa-miR-153-4373305 Target Undetermined 0.027651552 40 23.199774 16.800228 FALSE 103 59330890 31b hsa-miR-154-4373270 Target 29.499228 0.5475624 29.499228 12.699 16.800228 FALSE 104 59330890 31b hsa-miR-181a-4373117 Target 24.979364 1.1179936 24.979364 8.179136 16.800228 FALSE 105 59330890 31b hsa-miR-181c-4373115 Target 30.55068 0.59062225 30.55068 13.750453 16.800228 FALSE 106 59330890 31b hsa-miR-182-4395445 Target 29.88631 1.8939775 29.88631 13.086082 16.800228 FALSE 107 59330890 31b RNU48-4373383 Target 21.356192 2.3730984 21.356192 4.5559635 16.800228 FALSE 108 59330890 31b hsa-miR-183-4395380 Target 29.090113 0.9688087 29.090113 12.289884 16.800228 FALSE 109 59330890 31b hsa-miR-184-4373113 Target 30.497124 2.396901 30.497124 13.696896 16.800228 FALSE 110 59330890 31b hsa-miR-185-4395382 Target 25.831438 2.162724 25.831438 9.03121 16.800228 FALSE 111 59330890 31b hsa-miR-186-4395396 Target 23.229006 2.5104513 23.229006 6.4287777 16.800228 FALSE 112 59330890 31b hsa-miR-187-4373307 Target Undetermined 0.121555515 40 23.199774 16.800228 FALSE 113 59330890 31b hsa-miR-188-3p-4395217 Target Undetermined 0.037592605 40 23.199774 16.800228 FALSE 114 59330890 31b hsa-miR-190-4373110 Target 31.077139 1.5175799 31.077139 14.276912 16.800228 FALSE 115 59330890 31b hsa-miR-191-4395410 Target 19.387243 2.6283243 19.387243 2.5870152 16.800228 FALSE 116 59330890 31b hsa-miR-192-4373108 Target 26.988836 2.2631466 26.988836 10.188608 16.800228 FALSE 117 59330890 31b hsa-miR-193a-3p-4395361 Target 30.965015 1.6711401 30.965015 14.164787 16.800228 FALSE 118 59330890 31b hsa-miR-193a-5p-4395392 Target 27.30147 1.9444412 27.30147 10.501242 16.800228 FALSE 119 59330890 31b hsa-miR-193b-4395478 Target 20.503712 1.9671636 20.503712 3.7034836 16.800228 FALSE 120 59330890 31b hsa-miR-194-4373106 Target 29.541962 2.3971827 29.541962 12.741734 16.800228 FALSE 121 59330890 31b hsa-miR-195-4373105 Target 23.659203 2.6482158 23.659203 6.8589745 16.800228 FALSE 122 59330890 31b hsa-miR-196b-4395326 Target 28.538149 1.3583254 28.538149 11.73792 16.800228 FALSE 123 59330890 31b hsa-miR-197-4373102 Target 25.521088 0.9370326 25.521088 8.72086 16.800228 FALSE 124 59330890 31b hsa-miR-198-4395384 Target 30.975542 0.85814744 30.975542 14.175313 16.800228 FALSE 125 59330890 31b hsa-miR-199a-5p-4373272 Target 28.741503 1.2464877 28.741503 11.941274 16.800228 FALSE 126 59330890 31b hsa-miR-199a-3p-4395415 Target 24.579674 2.0958679 24.579674 7.7794456 16.800228 FALSE 127 59330890 31b hsa-miR-199b-5p-4373100 Target 30.816683 0.6596383 30.816683 14.016454 16.800228 FALSE 128 59330890 31b hsa-miR-200a-4378069 Target 22.267694 2.5611246 22.267694 5.4674664 16.800228 FALSE 129 59330890 31b hsa-miR-200b-4395362 Target 23.83046 1.2987542 23.83046 7.0302315 16.800228 FALSE 130 59330890 31b hsa-miR-200c-4395411 Target 22.062864 1.7061628 22.062864 5.262636 16.800228 FALSE 131 59330890 31b hsa-miR-202-4395474 Target 26.522406 2.3244398 26.522406 9.7221775 16.800228 FALSE 132 59330890 31b hsa-miR-203-4373095 Target 24.562328 2.7151043 24.562328 7.7621 16.800228 FALSE 133 59330890 31b hsa-miR-204-4373094 Target 26.006163 2.223359 26.006163 9.205935 16.800228 FALSE 134 59330890 31b hsa-miR-205-4373093 Target Undetermined 0.0707231 40 23.199774 16.800228 FALSE 135 59330890 31b hsa-miR-208b-4395401 Target Undetermined 0.13283174 40 23.199774 16.800228 FALSE 136 59330890 31b hsa-miR-210-4373089 Target 25.1533 0.9626921 25.1533 8.353071 16.800228 FALSE 137 59330890 31b hsa-miR-214-4395417 Target 23.460045 2.1364665 23.460045 6.6598167 16.800228 FALSE 138 59330890 31b hsa-miR-215-4373084 Target 29.81047 0.35094514 29.81047 13.010242 16.800228 FALSE 139 59330890 31b hsa-miR-216a-4395331 Target Undetermined 0.05956385 40 23.199774 16.800228 FALSE 140 59330890 31b hsa-miR-216b-4395437 Target Undetermined 0.04638244 40 23.199774 16.800228 FALSE 141 59330890 31b hsa-miR-217-4395448 Target Undetermined 0.025726492 40 23.199774 16.800228 FALSE 142 59330890 31b hsa-miR-218-4373081 Target 24.45969 2.316602 24.45969 7.659462 16.800228 FALSE 143 59330890 31b hsa-miR-219-5p-4373080 Target Undetermined 0.051505722 40 23.199774 16.800228 FALSE 144 59330890 31b hsa-miR-221-4373077 Target 26.174763 1.5970099 26.174763 9.374535 16.800228 FALSE 145 59330890 31b hsa-miR-222-4395387 Target 19.264647 3.0428312 19.264647 2.4644184 16.800228 FALSE 146 59330890 31b hsa-miR-223-4395406 Target 19.443796 2.93551 19.443796 2.643568 16.800228 FALSE 147 59330890 31b hsa-miR-224-4395210 Target 23.79526 2.2407546 23.79526 6.9950314 16.800228 FALSE 148 59330890 31b hsa-miR-296-3p-4395212 Target Undetermined 0.019491766 40 23.199774 16.800228 FALSE 149 59330890 31b hsa-miR-296-5p-4373066 Target 28.269321 0.76458114 28.269321 11.469093 16.800228 FALSE 150 59330890 31b hsa-miR-299-3p-4373189 Target Undetermined 0.034334768 40 23.199774 16.800228 FALSE 151 59330890 31b hsa-miR-299-5p-4373188 Target 31.575146 0.7994442 31.575146 14.774918 16.800228 FALSE 152 59330890 31b hsa-miR-301a-4373064 Target 26.655252 1.683847 26.655252 9.855024 16.800228 FALSE 153 59330890 31b hsa-miR-301b-4395503 Target 31.517067 1.4757444 31.517067 14.716839 16.800228 FALSE 154 59330890 31b hsa-miR-302a-4378070 Target Undetermined 0.015415784 40 23.199774 16.800228 FALSE 155 59330890 31b ath-miR159a-4373390 Target Undetermined 0.048589487 40 23.199774 16.800228 FALSE 156 59330890 31b hsa-miR-302b-4378071 Target Undetermined 0.029724875 40 23.199774 16.800228 FALSE 157 59330890 31b hsa-miR-302c-4378072 Target Undetermined 0.057768952 40 23.199774 16.800228 FALSE 158 59330890 31b hsa-miR-320-4395388 Target 20.721874 2.4500797 20.721874 3.921646 16.800228 FALSE 159 59330890 31b hsa-miR-323-3p-4395338 Target 25.41205 1.6391717 25.41205 8.611822 16.800228 FALSE 160 59330890 31b hsa-miR-324-3p-4395272 Target 26.712826 1.9885061 26.712826 9.912598 16.800228 FALSE 161 59330890 31b hsa-miR-324-5p-4373052 Target 26.045849 2.0460644 26.045849 9.245621 16.800228 FALSE 162 59330890 31b hsa-miR-326-4373050 Target Undetermined 0.037220314 40 23.199774 16.800228 FALSE 163 59330890 31b hsa-miR-328-4373049 Target 26.28013 1.6424302 26.28013 9.479902 16.800228 FALSE 164 59330890 31b hsa-miR-329-4373191 Target 31.52909 0.69133985 31.52909 14.728863 16.800228 FALSE 165 59330890 31b hsa-miR-330-3p-4373047 Target 30.18449 0.50650096 30.18449 13.384262 16.800228 FALSE 166 59330890 31b hsa-miR-330-5p-4395341 Target 35.18993 0.14352506 35.18993 18.389702 16.800228 FALSE 167 59330890 31b hsa-miR-331-3p-4373046 Target 25.619196 1.9140148 25.619196 8.818968 16.800228 FALSE 168 59330890 31b hsa-miR-331-5p-4395344 Target 29.568577 0.71604323 29.568577 12.768349 16.800228 FALSE 169 59330890 31b hsa-miR-335-4373045 Target 26.835793 1.7644264 26.835793 10.035564 16.800228 FALSE 170 59330890 31b hsa-miR-337-5p-4395267 Target 26.629732 1.8933263 26.629732 9.829504 16.800228 FALSE 171 59330890 31b hsa-miR-338-3p-4395363 Target 30.85496 0.65055436 30.85496 14.05473 16.800228 FALSE 172 59330890 31b hsa-miR-339-3p-4395295 Target 26.34077 1.5596385 26.34077 9.540543 16.800228 FALSE 173 59330890 31b hsa-miR-339-5p-4395368 Target 28.11549 0.51104623 28.11549 11.315262 16.800228 FALSE 174 59330890 31b hsa-miR-340-4395369 Target 28.387346 2.2122443 28.387346 11.587117 16.800228 FALSE 175 59330890 31b has-miR-155-4395459 Target 21.665346 2.5014868 21.665346 4.865118 16.800228 FALSE 176 59330890 31b hsa-let-7b-4395446 Target 19.703941 2.0284204 19.703941 2.9037132 16.800228 FALSE 177 59330890 31b hsa-miR-342-3p-4395371 Target 20.653637 1.7949461 20.653637 3.8534088 16.800228 FALSE 178 59330890 31b hsa-miR-342-5p-4395258 Target 31.927338 0.24946164 31.927338 15.12711 16.800228 FALSE 179 59330890 31b hsa-miR-345-4395297 Target 24.937819 2.0836747 24.937819 8.13759 16.800228 FALSE 180 59330890 31b hsa-miR-361-5p-4373035 Target 26.409002 2.265619 26.409002 9.608774 16.800228 FALSE 181 59330890 31b hsa-miR-362-3p-4395228 Target 29.66092 1.9247898 29.66092 12.860691 16.800228 FALSE 182 59330890 31b hsa-miR-362-5p-4378092 Target 28.713224 1.317369 28.713224 11.912997 16.800228 FALSE 183 59330890 31b hsa-miR-363-4378090 Target 30.451574 1.1679826 30.451574 13.651347 16.800228 FALSE 184 59330890 31b hsa-miR-365-4373194 Target 22.583687 1.8540335 22.583687 5.7834587 16.800228 FALSE 185 59330890 31b hsa-miR-367-4373034 Target Undetermined 0.037298013 40 23.199774 16.800228 FALSE 186 59330890 31b hsa-miR-369-3p-4373032 Target Undetermined 0.022980832 40 23.199774 16.800228 FALSE 187 59330890 31b hsa-miR-369-5p-4373195 Target 30.035944 1.6589787 30.035944 13.235715 16.800228 FALSE 188 59330890 31b hsa-miR-370-4395386 Target 23.528393 1.9526756 23.528393 6.7281647 16.800228 FALSE 189 59330890 31b hsa-miR-371-3p-4395235 Target Undetermined 0.013291906 40 23.199774 16.800228 FALSE 190 59330890 31b hsa-miR-372-4373029 Target Undetermined 0.088501185 40 23.199774 16.800228 FALSE 191 59330890 31b hsa-miR-373-4378073 Target Undetermined 0.028844455 40 23.199774 16.800228 FALSE 192 59330890 31b hsa-miR-374a-4373028 Target 25.431728 2.8704817 25.431728 8.6315 16.800228 FALSE 193 59330890 31b hsa-miR-374b-4381045 Target 24.597717 2.545558 24.597717 7.797489 16.800228 FALSE 194 59330890 31b hsa-miR-375-4373027 Target 24.321682 2.8330424 24.321682 7.521454 16.800228 FALSE 195 59330890 31b hsa-miR-376a-4373026 Target 25.102547 2.225406 25.102547 8.302319 16.800228 FALSE 196 59330890 31b hsa-miR-376b-4373196 Target 31.458876 0.6344532 31.458876 14.6586485 16.800228 FALSE 197 59330890 31b hsa-miR-377-4373025 Target Undetermined 0.104203045 40 23.199774 16.800228 FALSE 198 59330890 31b hsa-miR-379-4373349 Target 24.343727 2.5060046 24.343727 7.543499 16.800228 FALSE 199 59330890 31b hsa-miR-380-4373022 Target 36.62955 0.3280527 36.62955 19.829323 16.800228 FALSE 200 59330890 31b hsa-miR-381-4373020 Target 31.485996 2.4022949 31.485996 14.685768 16.800228 FALSE 201 59330890 31b hsa-miR-382-4373019 Target 28.403639 1.3512521 28.403639 11.603412 16.800228 FALSE 202 59330890 31b hsa-miR-383-4373018 Target Undetermined 0.019096773 40 23.199774 16.800228 FALSE 203 59330890 31b hsa-miR-409-5p-4395442 Target 29.863749 1.3555712 29.863749 13.0635195 16.800228 FALSE 204 59330890 31b hsa-miR-410-4378093 Target 26.61104 1.9615356 26.61104 9.810812 16.800228 FALSE 205 59330890 31b hsa-miR-411-4381013 Target 24.281006 2.439197 24.281006 7.4807777 16.800228 FALSE 206 59330890 31b hsa-miR-422a-4395408 Target 31.374952 1.389577 31.374952 14.574725 16.800228 FALSE 207 59330890 31b hsa-miR-423-5p-4395451 Target 28.050024 1.1386902 28.050024 11.249797 16.800228 FALSE 208 59330890 31b hsa-miR-424-4373201 Target 30.333206 1.6629454 30.333206 13.532978 16.800228 FALSE 209 59330890 31b hsa-miR-425-4380926 Target 25.242498 0.7599411 25.242498 8.44227 16.800228 FALSE 210 59330890 31b hsa-miR-429-4373203 Target 26.788548 2.2366786 26.788548 9.988319 16.800228 FALSE 211 59330890 31b hsa-miR-431-4395173 Target 31.336515 0.5043907 31.336515 14.536288 16.800228 FALSE 212 59330890 31b hsa-miR-433-4373205 Target 25.932901 1.9454327 25.932901 9.132673 16.800228 FALSE 213 59330890 31b hsa-miR-449a-4373207 Target Undetermined 5.22E-04 40 23.199774 16.800228 FALSE 214 59330890 31b hsa-miR-449b-4381011 Target Undetermined 0.069812246 40 23.199774 16.800228 FALSE 215 59330890 31b hsa-miR-450a-4395414 Target 30.009544 2.0071104 30.009544 13.209316 16.800228 FALSE 216 59330890 31b hsa-miR-450b-3p-4395319 Target Undetermined 0.03135867 40 23.199774 16.800228 FALSE 217 59330890 31b hsa-miR-450b-5p-4395318 Target 34.2715 0.42782617 34.2715 17.471272 16.800228 FALSE 218 59330890 31b hsa-miR-451-4373360 Target 23.97098 2.5393202 23.97098 7.1707516 16.800228 FALSE 219 59330890 31b hsa-miR-452-4395440 Target 28.633474 2.0411134 28.633474 11.833247 16.800228 FALSE 220 59330890 31b hsa-miR-453-4395429 Target 32.854492 0.5402278 32.854492 16.054264 16.800228 FALSE 221 59330890 31b hsa-miR-454-4395434 Target 24.502848 2.438295 24.502848 7.7026196 16.800228 FALSE 222 59330890 31b hsa-miR-455-3p-4395355 Target 26.41334 1.7306713 26.41334 9.6131115 16.800228 FALSE 223 59330890 31b hsa-miR-455-5p-4378098 Target 26.909115 2.0477803 26.909115 10.108887 16.800228 FALSE 224 59330890 31b hsa-miR-483-5p-4395449 Target 27.260479 2.4336717 27.260479 10.460251 16.800228 FALSE 225 59330890 31b hsa-miR-484-4381032 Target 21.52106 2.1531966 21.52106 4.720833 16.800228 FALSE 226 59330890 31b hsa-miR-485-3p-4378095 Target 27.26264 1.7693849 27.26264 10.462412 16.800228 FALSE 227 59330890 31b hsa-miR-485-5p-4373212 Target Undetermined 0.18476197 40 23.199774 16.800228 FALSE 228 59330890 31b hsa-miR-486-3p-4395204 Target 28.097246 0.51157725 28.097246 11.297017 16.800228 FALSE 229 59330890 31b hsa-miR-486-5p-4378096 Target 26.934456 1.5129728 26.934456 10.134228 16.800228 FALSE 230 59330890 31b hsa-miR-487a-4378097 Target 30.795307 0.41831613 30.795307 13.995079 16.800228 FALSE 231 59330890 31b hsa-miR-487b-4378102 Target 26.154251 1.9328508 26.154251 9.354023 16.800228 FALSE 232 59330890 31b hsa-miR-488-4395468 Target 31.241045 1.6753721 31.241045 14.440816 16.800228 FALSE 233 59330890 31b hsa-miR-489-4395469 Target 26.104872 2.2896006 26.104872 9.304644 16.800228 FALSE 234 59330890 31b hsa-miR-490-3p-4373215 Target Undetermined 0.03739784 40 23.199774 16.800228 FALSE 235 59330890 31b hsa-miR-491-3p-4395471 Target Undetermined 0.007251407 40 23.199774 16.800228 FALSE 236 59330890 31b hsa-miR-491-5p-4381053 Target 25.741453 2.4175248 25.741453 8.941225 16.800228 FALSE 237 59330890 31b hsa-miR-493-4395475 Target 25.817743 1.8778685 25.817743 9.017515 16.800228 FALSE 238 59330890 31b hsa-miR-494-4395476 Target 24.650227 2.4099038 24.650227 7.8499985 16.800228 FALSE 239 59330890 31b hsa-miR-495-4381078 Target 25.036871 2.0332654 25.036871 8.236643 16.800228 FALSE 240 59330890 31b hsa-miR-496-4386771 Target 34.462543 0.7848037 34.462543 17.662315 16.800228 FALSE 241 59330890 31b hsa-miR-499-3p-4395538 Target Undetermined 0.051721077 40 23.199774 16.800228 FALSE 242 59330890 31b hsa-miR-499-5p-4381047 Target Undetermined 0.036683895 40 23.199774 16.800228 FALSE 243 59330890 31b hsa-miR-500-4395539 Target 28.316875 1.3111078 28.316875 11.516647 16.800228 FALSE 244 59330890 31b hsa-miR-501-3p-4395546 Target 31.996569 0.2551263 31.996569 15.19634 16.800228 FALSE 245 59330890 31b hsa-miR-501-5p-4373226 Target 28.79426 0.29942808 28.79426 11.994031 16.800228 FALSE 246 59330890 31b hsa-miR-502-3p-4395194 Target 30.970541 1.3430225 30.970541 14.170314 16.800228 FALSE 247 59330890 31b hsa-miR-502-5p-4373227 Target 28.780678 0.61020136 28.780678 11.98045 16.800228 FALSE 248 59330890 31b hsa-miR-503-4373228 Target 30.571901 1.3199455 30.571901 13.771672 16.800228 FALSE 249 59330890 31b hsa-miR-504-4395195 Target Undetermined 0.025533792 40 23.199774 16.800228 FALSE 250 59330890 31b hsa-miR-505-4395200 Target 29.58416 0.86900806 29.58416 12.783932 16.800228 FALSE 251 59330890 31b hsa-miR-507-4373232 Target 32.899452 0.51636654 32.899452 16.099224 16.800228 FALSE 252 59330890 31b hsa-miR-508-3p-4373233 Target 25.698587 1.6424459 25.698587 8.898359 16.800228 FALSE 253 59330890 31b hsa-miR-508-5p-4395203 Target Undetermined 0.013192045 40 23.199774 16.800228 FALSE 254 59330890 31b hsa-miR-509-5p-4395346 Target 26.050756 2.044611 26.050756 9.250528 16.800228 FALSE 255 59330890 31b hsa-miR-510-4395352 Target 28.840298 1.0279725 28.840298 12.04007 16.800228 FALSE 256 59330890 31b hsa-miR-512-3p-4381034 Target 31.217567 0.99658775 31.217567 14.417339 16.800228 FALSE 257 59330890 31b hsa-miR-512-5p-4373238 Target Undetermined 0.013759265 40 23.199774 16.800228 FALSE 258 59330890 31b hsa-miR-513-5p-4395201 Target 30.731344 1.0259264 30.731344 13.931117 16.800228 FALSE 259 59330890 31b hsa-miR-515-3p-4395480 Target Undetermined -0.001468614 40 23.199774 16.800228 FALSE 260 59330890 31b hsa-miR-515-5p-4373242 Target Undetermined 0.02514539 40 23.199774 16.800228 FALSE 261 59330890 31b hsa-miR-516a-5p-4395527 Target Undetermined 0.03511583 40 23.199774 16.800228 FALSE 262 59330890 31b hsa-miR-516b-4395172 Target Undetermined 0.014445167 40 23.199774 16.800228 FALSE 263 59330890 31b hsa-miR-517a-4395513 Target 29.400942 0.84502 29.400942 12.600713 16.800228 FALSE 264 59330890 31b hsa-miR-517c-4373264 Target 30.521334 0.89823765 30.521334 13.721105 16.800228 FALSE 265 59330890 31b hsa-miR-518a-3p-4395508 Target Undetermined 0.058673337 40 23.199774 16.800228 FALSE 266 59330890 31b hsa-miR-518a-5p-4395507 Target Undetermined -0.00267834 40 23.199774 16.800228 FALSE 267 59330890 31b hsa-miR-518b-4373246 Target 31.926764 0.73304313 31.926764 15.126536 16.800228 FALSE 268 59330890 31b hsa-miR-518c-4395512 Target Undetermined 0.01902495 40 23.199774 16.800228 FALSE 269 59330890 31b hsa-miR-518d-3p-4373248 Target 32.36555 0.33474422 32.36555 15.565323 16.800228 FALSE 270 59330890 31b hsa-miR-518d-5p-4395500 Target Undetermined 0.03583127 40 23.199774 16.800228 FALSE 271 59330890 31b hsa-miR-518e-4395506 Target Undetermined 0.12859419 40 23.199774 16.800228 FALSE 272 59330890 31b hsa-miR-518f-4395499 Target Undetermined 0.06747589 40 23.199774 16.800228 FALSE 273 59330890 31b hsa-miR-519a-4395526 Target 31.05979 0.9748658 31.05979 14.2595625 16.800228 FALSE 274 59330890 31b hsa-miR-519d-4395514 Target 32.25573 0.8997036 32.25573 15.455502 16.800228 FALSE 275 59330890 31b hsa-miR-519e-4395481 Target Undetermined 0.017595781 40 23.199774 16.800228 FALSE 276 59330890 31b hsa-miR-520a-3p-4373268 Target Undetermined 0.060168777 40 23.199774 16.800228 FALSE 277 59330890 31b hsa-miR-520a-5p-4378085 Target Undetermined 0.008945557 40 23.199774 16.800228 FALSE 278 59330890 31b hsa-miR-520d-5p-4395504 Target Undetermined 0.03439537 40 23.199774 16.800228 FALSE 279 59330890 31b hsa-miR-520g-4373257 Target Undetermined 0.038841374 40 23.199774 16.800228 FALSE 280 59330890 31b hsa-miR-521-4373259 Target 32.282692 0.23532523 32.282692 15.482464 16.800228 FALSE 281 59330890 31b hsa-miR-522-4395524 Target Undetermined 0.031940687 40 23.199774 16.800228 FALSE 282 59330890 31b hsa-miR-523-4395497 Target 36.276596 0.121743195 36.276596 19.476368 16.800228 FALSE 283 59330890 31b hsa-miR-524-5p-4395174 Target Undetermined 0.00758778 40 23.199774 16.800228 FALSE 284 59330890 31b hsa-miR-525-3p-4395496 Target Undetermined 0.023222363 40 23.199774 16.800228 FALSE 285 59330890 31b hsa-miR-525-5p-4378088 Target 32.0639 0.49151638 32.0639 15.263672 16.800228 FALSE 286 59330890 31b hsa-miR-526b-4395493 Target Undetermined 0.007407369 40 23.199774 16.800228 FALSE 287 59330890 31b hsa-miR-532-3p-4395466 Target 25.995821 1.7321236 25.995821 9.195593 16.800228 FALSE 288 59330890 31b hsa-miR-532-5p-4380928 Target 23.281569 1.9943073 23.281569 6.4813404 16.800228 FALSE 289 59330890 31b hsa-miR-539-4378103 Target 24.120443 2.217969 24.120443 7.320215 16.800228 FALSE 290 59330890 31b hsa-miR-541-4395312 Target 30.922255 0.5920359 30.922255 14.122027 16.800228 FALSE 291 59330890 31b hsa-miR-542-3p-4378101 Target 31.967918 1.5067867 31.967918 15.16769 16.800228 FALSE 292 59330890 31b hsa-miR-542-5p-4395351 Target 31.441027 0.69353676 31.441027 14.640798 16.800228 FALSE 293 59330890 31b hsa-miR-544-4395376 Target Undetermined 0.029569631 40 23.199774 16.800228 FALSE 294 59330890 31b hsa-miR-545-4395378 Target 30.127287 1.7692406 30.127287 13.32706 16.800228 FALSE 295 59330890 31b hsa-miR-548a-3p-4380948 Target 34.54594 0.36067212 34.54594 17.745712 16.800228 FALSE 296 59330890 31b hsa-miR-548a-5p-4395523 Target Undetermined -0.008233543 40 23.199774 16.800228 FALSE 297 59330890 31b hsa-miR-548b-3p-4380951 Target Undetermined 0.008798306 40 23.199774 16.800228 FALSE 298 59330890 31b hsa-miR-548b-5p-4395519 Target 32.263065 0.7389157 32.263065 15.462837 16.800228 FALSE 299 59330890 31b hsa-miR-548c-3p-4380993 Target 33.776283 0.5678801 33.776283 16.976055 16.800228 FALSE 300 59330890 31b hsa-miR-548c-5p-4395540 Target 31.989134 0.84153295 31.989134 15.188907 16.800228 FALSE 301 59330890 31b hsa-miR-548d-3p-4381008 Target Undetermined 0.012066826 40 23.199774 16.800228 FALSE 302 59330890 31b hsa-miR-548d-5p-4395348 Target 34.496456 0.413994 34.496456 17.696228 16.800228 FALSE 303 59330890 31b hsa-miR-551b-4380945 Target 33.195896 1.0449404 33.195896 16.395668 16.800228 FALSE 304 59330890 31b hsa-miR-556-3p-4395456 Target Undetermined -0.011965756 40 23.199774 16.800228 FALSE 305 59330890 31b hsa-miR-556-5p-4395455 Target Undetermined -0.06170608 40 23.199774 16.800228 FALSE 306 59330890 31b hsa-miR-561-4380938 Target Undetermined 0.017633539 40 23.199774 16.800228 FALSE 307 59330890 31b hsa-miR-570-4395458 Target Undetermined -0.024265792 40 23.199774 16.800228 FALSE 308 59330890 31b hsa-miR-574-3p-4395460 Target 30.0085 1.4538989 30.0085 13.208271 16.800228 FALSE 309 59330890 31b hsa-miR-576-3p-4395462 Target 33.04756 1.0219202 33.04756 16.247334 16.800228 FALSE 310 59330890 31b hsa-miR-576-5p-4395461 Target Undetermined 0.036207367 40 23.199774 16.800228 FALSE 311 59330890 31b hsa-miR-579-4395509 Target Undetermined 0.018736107 40 23.199774 16.800228 FALSE 312 59330890 31b hsa-miR-582-3p-4395510 Target Undetermined 0.047262903 40 23.199774 16.800228 FALSE 313 59330890 31b hsa-miR-582-5p-4395175 Target 34.21304 0.18308924 34.21304 17.412811 16.800228 FALSE 314 59330890 31b hsa-miR-589-4395520 Target 33.885765 0.4018305 33.885765 17.085537 16.800228 FALSE 315 59330890 31b hsa-miR-590-5p-4395176 Target 26.584438 2.4154763 26.584438 9.78421 16.800228 FALSE 316 59330890 31b hsa-miR-597-4380960 Target 30.527763 1.784937 30.527763 13.727535 16.800228 FALSE 317 59330890 31b hsa-miR-598-4395179 Target 29.939707 1.4964951 29.939707 13.139478 16.800228 FALSE 318 59330890 31b hsa-miR-615-3p-4386777 Target Undetermined 0.025705792 40 23.199774 16.800228 FALSE 319 59330890 31b hsa-miR-615-5p-4395464 Target Undetermined 0.023861583 40 23.199774 16.800228 FALSE 320 59330890 31b hsa-miR-616-4395525 Target 38.84781 0.11571045 38.84781 22.047583 16.800228 FALSE 321 59330890 31b hsa-miR-618-4380996 Target 33.006653 0.5865348 33.006653 16.206425 16.800228 FALSE 322 59330890 31b hsa-miR-624-4395541 Target Undetermined 0.00965576 40 23.199774 16.800228 FALSE 323 59330890 31b hsa-miR-625-4395542 Target 30.226738 1.1237918 30.226738 13.42651 16.800228 FALSE 324 59330890 31b hsa-miR-627-4380967 Target Undetermined 0.03275081 40 23.199774 16.800228 FALSE 325 59330890 31b hsa-miR-628-5p-4395544 Target 29.159763 2.2406394 29.159763 12.359535 16.800228 FALSE 326 59330890 31b hsa-miR-629-4395547 Target 36.530457 0.24100323 36.530457 19.730228 16.800228 FALSE 327 59330890 31b hsa-miR-636-4395199 Target 30.865864 1.1296085 30.865864 14.065636 16.800228 FALSE 328 59330890 31b hsa-miR-642-4380995 Target 30.004707 1.239363 30.004707 13.204479 16.800228 FALSE 329 59330890 31b hsa-miR-651-4381007 Target 33.190823 1.3717533 33.190823 16.390594 16.800228 FALSE 330 59330890 31b hsa-miR-652-4395463 Target 28.264965 1.4801276 28.264965 11.464737 16.800228 FALSE 331 59330890 31b hsa-miR-653-4395403 Target Undetermined 0.015355973 40 23.199774 16.800228 FALSE 332 59330890 31b hsa-miR-654-3p-4395350 Target 29.644516 1.7401727 29.644516 12.844288 16.800228 FALSE 333 59330890 31b hsa-miR-654-5p-4381014 Target 27.658035 0.6875741 27.658035 10.857807 16.800228 FALSE 334 59330890 31b hsa-miR-655-4381015 Target 29.598272 1.4015608 29.598272 12.798045 16.800228 FALSE 335 59330890 31b hsa-miR-660-4380925 Target 26.408304 1.8513799 26.408304 9.608076 16.800228 FALSE 336 59330890 31b hsa-miR-671-3p-4395433 Target 29.977863 1.408368 29.977863 13.177635 16.800228 FALSE 337 59330890 31b hsa-miR-672-4395438 Target Undetermined 0.03907786 40 23.199774 16.800228 FALSE 338 59330890 31b hsa-miR-674-4395193 Target Undetermined 0.03419813 40 23.199774 16.800228 FALSE 339 59330890 31b hsa-miR-708-4395452 Target 25.89325 2.604474 25.89325 9.093021 16.800228 FALSE 340 59330890 31b hsa-miR-744-4395435 Target 26.954239 2.4688022 26.954239 10.154011 16.800228 FALSE 341 59330890 31b hsa-miR-758-4395180 Target 28.927769 1.7944514 28.927769 12.127541 16.800228 FALSE 342 59330890 31b hsa-miR-871-4395465 Target Undetermined -0.06435204 40 23.199774 16.800228 FALSE 343 59330890 31b hsa-miR-872-4395375 Target Undetermined -0.001890873 40 23.199774 16.800228 FALSE 344 59330890 31b hsa-miR-873-4395467 Target Undetermined 1.39E-04 40 23.199774 16.800228 FALSE 345 59330890 31b hsa-miR-874-4395379 Target 28.220243 0.48084667 28.220243 11.420016 16.800228 FALSE 346 59330890 31b hsa-miR-875-3p-4395315 Target Undetermined -0.039035503 40 23.199774 16.800228 FALSE 347 59330890 31b hsa-miR-876-3p-4395336 Target Undetermined 0.053785756 40 23.199774 16.800228 FALSE 348 59330890 31b hsa-miR-876-5p-4395316 Target 33.526894 0.34564236 33.526894 16.726665 16.800228 FALSE 349 59330890 31b hsa-miR-885-3p-4395483 Target Undetermined 0.04620575 40 23.199774 16.800228 FALSE 350 59330890 31b hsa-miR-885-5p-4395407 Target 28.326674 1.6173085 28.326674 11.526446 16.800228 FALSE 351 59330890 31b hsa-miR-886-3p-4395305 Target 24.329706 1.4770931 24.329706 7.529478 16.800228 FALSE 352 59330890 31b hsa-miR-886-5p-4395304 Target 24.428495 1.9277953 24.428495 7.6282673 16.800228 FALSE 353 59330890 31b hsa-miR-887-4395485 Target 29.367119 0.29725733 29.367119 12.566891 16.800228 FALSE 354 59330890 31b hsa-miR-888-4395323 Target Undetermined 0.011388512 40 23.199774 16.800228 FALSE 355 59330890 31b hsa-miR-889-4395313 Target 28.97541 1.5127871 28.97541 12.175182 16.800228 FALSE 356 59330890 31b hsa-miR-890-4395320 Target Undetermined 0.047045775 40 23.199774 16.800228 FALSE 357 59330890 31b hsa-miR-891a-4395302 Target 30.831938 0.7499116 30.831938 14.031711 16.800228 FALSE 358 59330890 31b hsa-miR-891b-4395321 Target Undetermined -0.019369423 40 23.199774 16.800228 FALSE 359 59330890 31b hsa-miR-892a-4395306 Target Undetermined -0.039805412 40 23.199774 16.800228 FALSE 360 59330890 31b hsa-miR-147-4373131 Target Undetermined 0.008389116 40 23.199774 16.800228 FALSE 361 59330890 31b hsa-miR-208-4373091 Target Undetermined 0.005013988 40 23.199774 16.800228 FALSE 362 59330890 31b hsa-miR-211-4373088 Target Undetermined 0.11296278 40 23.199774 16.800228 FALSE 363 59330890 31b hsa-miR-212-4373087 Target 25.345623 2.056481 25.345623 8.545395 16.800228 FALSE 364 59330890 31b hsa-miR-219-1-3p-4395206 Target Undetermined 0.04225452 40 23.199774 16.800228 FALSE 365 59330890 31b hsa-miR-219-2-3p-4395501 Target Undetermined 0.03178879 40 23.199774 16.800228 FALSE 366 59330890 31b hsa-miR-220-4373078 Target Undetermined -0.008136039 40 23.199774 16.800228 FALSE 367 59330890 31b hsa-miR-220b-4395317 Target Undetermined 0.010587608 40 23.199774 16.800228 FALSE 368 59330890 31b hsa-miR-220c-4395322 Target 34.01769 0.075597085 34.01769 17.21746 16.800228 FALSE 369 59330890 31b hsa-miR-298-4395301 Target Undetermined 0.015954282 40 23.199774 16.800228 FALSE 370 59330890 31b hsa-miR-325-4373051 Target Undetermined 0.045061346 40 23.199774 16.800228 FALSE 371 59330890 31b hsa-miR-346-4373038 Target Undetermined 0.097379535 40 23.199774 16.800228 FALSE 372 59330890 31b hsa-miR-376c-4395233 Target 24.239004 1.7058903 24.239004 7.438776 16.800228 FALSE 373 59330890 31b hsa-miR-384-4373017 Target Undetermined -0.009378187 40 23.199774 16.800228 FALSE 374 59330890 31b hsa-miR-412-4373199 Target 34.337303 0.16424833 34.337303 17.537075 16.800228 FALSE 375 59330890 31b hsa-miR-448-4373206 Target Undetermined 0.030140461 40 23.199774 16.800228 FALSE 376 59330890 31b hsa-miR-492-4373217 Target 32.11488 0.1773401 32.11488 15.3146515 16.800228 FALSE 377 59330890 31b hsa-miR-506-4373231 Target 27.54465 1.177658 27.54465 10.74442 16.800228 FALSE 378 59330890 31b hsa-miR-509-3-5p-4395266 Target 32.985985 0.24220899 32.985985 16.185757 16.800228 FALSE 379 59330890 31b hsa-miR-511-4373236 Target 27.907547 1.6060711 27.907547 11.107319 16.800228 FALSE 380 59330890 31b hsa-miR-517b-4373244 Target Undetermined 0.038679335 40 23.199774 16.800228 FALSE 381 59330890 31b hsa-miR-519c-3p-4373251 Target Undetermined 0.03601146 40 23.199774 16.800228 FALSE 382 59330890 31b hsa-miR-520b-4373252 Target Undetermined 0.005034342 40 23.199774 16.800228 FALSE 383 59330890 31b hsa-miR-520e-4373255 Target Undetermined 0.005023485 40 23.199774 16.800228 FALSE 384 59330890 31b hsa-miR-520f-4373256 Target Undetermined 0.004207065 40 23.199774 16.800228 FALSE \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/GSM628093_49b1.txt Thu Oct 10 04:24:43 2019 -0400 @@ -0,0 +1,1 @@ +SDS 2.3 RQ Results 1.2 Filename Testscreen analys all.sdm Assay Type RQ Study EmbeddedFile FileA Run DateTime Fri May 15 17:10:28 BST 2009 Operator ThermalCycleParams EmbeddedFile FileB Run DateTime Sat May 16 10:36:09 BST 2009 Operator ThermalCycleParams EmbeddedFile FileC Run DateTime Sun May 17 13:21:05 BST 2009 Operator ThermalCycleParams # Plate Sample Detector Task Avg Ct Delta Ct Avg Delta Ct ?Ct SE Delta Delta Ct SD RQ RQ Min RQ Max Omit 1 59330860 49b1 hsa-let-7a-4373169 Target 26.875603 0.871335 26.875603 7.836792 19.03881 FALSE 2 59330860 49b1 hsa-let-7c-4373167 Target 28.428125 2.1994696 28.428125 9.389315 19.03881 FALSE 3 59330860 49b1 hsa-let-7d-4395394 Target 26.681255 2.3405335 26.681255 7.6424446 19.03881 FALSE 4 59330860 49b1 hsa-let-7e-4395517 Target 23.529613 1.9668645 23.529613 4.490803 19.03881 FALSE 5 59330860 49b1 hsa-let-7f-4373164 Target 28.483204 0.333358 28.483204 9.444393 19.03881 FALSE 6 59330860 49b1 hsa-let-7g-4395393 Target 25.99659 2.3274066 25.99659 6.957779 19.03881 FALSE 7 59330860 49b1 hsa-miR-1-4395333 Target Undetermined 0.05620621 40 20.96119 19.03881 FALSE 8 59330860 49b1 hsa-miR-9-4373285 Target 25.560455 1.6899083 25.560455 6.5216446 19.03881 FALSE 9 59330860 49b1 hsa-miR-10a-4373153 Target 28.682007 1.7869531 28.682007 9.643196 19.03881 FALSE 10 59330860 49b1 hsa-miR-10b-4395329 Target 27.73576 0.8098689 27.73576 8.696949 19.03881 FALSE 11 59330860 49b1 MammU6-4395470 Endogenous Control 19.064518 1.5818598 19.03881 0.017273815 19.03881 FALSE 12 59330860 49b1 MammU6-4395470 Endogenous Control 19.064959 1.5464523 19.03881 0.017273815 19.03881 FALSE 13 59330860 49b1 hsa-miR-15a-4373123 Target 28.599928 1.2224923 28.599928 9.561117 19.03881 FALSE 14 59330860 49b1 hsa-miR-15b-4373122 Target 31.49028 0.8791315 31.49028 12.451469 19.03881 FALSE 15 59330860 49b1 hsa-miR-16-4373121 Target 23.584414 2.2472844 23.584414 4.545603 19.03881 FALSE 16 59330860 49b1 hsa-miR-17-4395419 Target 24.00621 2.6317465 24.00621 4.9673996 19.03881 FALSE 17 59330860 49b1 hsa-miR-18a-4395533 Target 29.673164 1.5059574 29.673164 10.634354 19.03881 FALSE 18 59330860 49b1 hsa-miR-18b-4395328 Target 31.939785 0.16794716 31.939785 12.900974 19.03881 FALSE 19 59330860 49b1 hsa-miR-19a-4373099 Target 29.44501 1.3141448 29.44501 10.4061985 19.03881 FALSE 20 59330860 49b1 hsa-miR-19b-4373098 Target 24.603481 1.7761254 24.603481 5.5646706 19.03881 FALSE 21 59330860 49b1 hsa-miR-20a-4373286 Target 26.098555 2.1939642 26.098555 7.059744 19.03881 FALSE 22 59330860 49b1 hsa-miR-20b-4373263 Target 28.96844 2.1200004 28.96844 9.929628 19.03881 FALSE 23 59330860 49b1 hsa-miR-21-4373090 Target 23.01178 1.9940975 23.01178 3.972969 19.03881 FALSE 24 59330860 49b1 hsa-miR-22-4373079 Target 23.327456 1.0823886 23.327456 4.288645 19.03881 FALSE 25 59330860 49b1 hsa-miR-23a-4373074 Target 29.437431 0.32998902 29.437431 10.398621 19.03881 FALSE 26 59330860 49b1 hsa-miR-23b-4373073 Target 29.894218 0.62458897 29.894218 10.855408 19.03881 FALSE 27 59330860 49b1 hsa-miR-24-4373072 Target 22.298714 2.2963078 22.298714 3.259903 19.03881 FALSE 28 59330860 49b1 hsa-miR-25-4373071 Target 27.099337 3.427414 27.099337 8.060526 19.03881 FALSE 29 59330860 49b1 hsa-miR-26a-4395166 Target 23.267424 2.3788328 23.267424 4.228613 19.03881 FALSE 30 59330860 49b1 hsa-miR-26b-4395167 Target 26.20081 2.214903 26.20081 7.1619987 19.03881 FALSE 31 59330860 49b1 hsa-miR-27a-4373287 Target 24.964018 3.064204 24.964018 5.925207 19.03881 FALSE 32 59330860 49b1 hsa-miR-27b-4373068 Target 26.206045 3.071693 26.206045 7.1672344 19.03881 FALSE 33 59330860 49b1 hsa-miR-28-3p-4395557 Target 23.956749 2.9916716 23.956749 4.917938 19.03881 FALSE 34 59330860 49b1 hsa-miR-28-5p-4373067 Target 27.993097 2.2137942 27.993097 8.954287 19.03881 FALSE 35 59330860 49b1 MammU6-4395470 Endogenous Control 19.033995 1.6868579 19.03881 0.017273815 19.03881 FALSE 36 59330860 49b1 MammU6-4395470 Endogenous Control 18.99177 1.6722829 19.03881 0.017273815 19.03881 FALSE 37 59330860 49b1 hsa-miR-29a-4395223 Target 22.79754 2.4143658 22.79754 3.75873 19.03881 FALSE 38 59330860 49b1 hsa-miR-29b-4373288 Target 27.032118 1.9118142 27.032118 7.993307 19.03881 FALSE 39 59330860 49b1 hsa-miR-29c-4395171 Target 24.22198 2.8651726 24.22198 5.1831684 19.03881 FALSE 40 59330860 49b1 hsa-miR-30b-4373290 Target 23.009295 2.3931127 23.009295 3.9704838 19.03881 FALSE 41 59330860 49b1 hsa-miR-30c-4373060 Target 23.236849 2.2118237 23.236849 4.198038 19.03881 FALSE 42 59330860 49b1 hsa-miR-31-4395390 Target 24.929977 2.3081827 24.929977 5.8911667 19.03881 FALSE 43 59330860 49b1 hsa-miR-32-4395220 Target 32.694523 0.6690198 32.694523 13.655712 19.03881 FALSE 44 59330860 49b1 hsa-miR-33b-4395196 Target Undetermined 0.047693856 40 20.96119 19.03881 FALSE 45 59330860 49b1 hsa-miR-34a-4395168 Target 22.158178 2.5911608 22.158178 3.1193676 19.03881 FALSE 46 59330860 49b1 hsa-miR-34c-5p-4373036 Target 27.258476 1.3913045 27.258476 8.219666 19.03881 FALSE 47 59330860 49b1 hsa-miR-92a-4395169 Target 25.913197 2.2802947 25.913197 6.874386 19.03881 FALSE 48 59330860 49b1 hsa-miR-93-4373302 Target 27.763268 2.1350818 27.763268 8.724457 19.03881 FALSE 49 59330860 49b1 hsa-miR-95-4373011 Target 31.279469 1.5972104 31.279469 12.240658 19.03881 FALSE 50 59330860 49b1 hsa-miR-96-4373372 Target 33.772633 0.6482771 33.772633 14.733822 19.03881 FALSE 51 59330860 49b1 hsa-miR-98-4373009 Target 30.809599 0.10950128 30.809599 11.770787 19.03881 FALSE 52 59330860 49b1 hsa-miR-99a-4373008 Target 25.774225 1.6060903 25.774225 6.7354145 19.03881 FALSE 53 59330860 49b1 hsa-miR-99b-4373007 Target 25.120975 0.90778375 25.120975 6.082165 19.03881 FALSE 54 59330860 49b1 hsa-miR-100-4373160 Target 26.089975 1.8361737 26.089975 7.0511646 19.03881 FALSE 55 59330860 49b1 hsa-miR-101-4395364 Target 30.730013 2.2194571 30.730013 11.691203 19.03881 FALSE 56 59330860 49b1 hsa-miR-103-4373158 Target 29.056616 1.552409 29.056616 10.017805 19.03881 FALSE 57 59330860 49b1 hsa-miR-105-4395278 Target Undetermined 0.043283973 40 20.96119 19.03881 FALSE 58 59330860 49b1 hsa-miR-106a-4395280 Target 23.914616 2.9420147 23.914616 4.875805 19.03881 FALSE 59 59330860 49b1 RNU44-4373384 Target 24.592379 1.0226777 24.592379 5.553568 19.03881 FALSE 60 59330860 49b1 hsa-miR-106b-4373155 Target 26.977118 2.0255523 26.977118 7.938307 19.03881 FALSE 61 59330860 49b1 hsa-miR-107-4373154 Target Undetermined 0.059670165 40 20.96119 19.03881 FALSE 62 59330860 49b1 hsa-miR-122-4395356 Target Undetermined 0.048546728 40 20.96119 19.03881 FALSE 63 59330860 49b1 hsa-miR-124-4373295 Target 30.252993 1.078139 30.252993 11.214183 19.03881 FALSE 64 59330860 49b1 hsa-miR-125a-3p-4395310 Target 30.561079 1.8418971 30.561079 11.522267 19.03881 FALSE 65 59330860 49b1 hsa-miR-125a-5p-4395309 Target 28.111181 2.1433563 28.111181 9.072371 19.03881 FALSE 66 59330860 49b1 hsa-miR-125b-4373148 Target 26.018286 1.9834021 26.018286 6.979475 19.03881 FALSE 67 59330860 49b1 hsa-miR-126-4395339 Target 21.426863 2.5929596 21.426863 2.388052 19.03881 FALSE 68 59330860 49b1 hsa-miR-127-3p-4373147 Target 27.742992 2.1775634 27.742992 8.704182 19.03881 FALSE 69 59330860 49b1 hsa-miR-127-5p-4395340 Target Undetermined 0.05498052 40 20.96119 19.03881 FALSE 70 59330860 49b1 hsa-miR-128-4395327 Target 29.127777 1.308639 29.127777 10.088966 19.03881 FALSE 71 59330860 49b1 hsa-miR-129-3p-4373297 Target Undetermined 0.07153007 40 20.96119 19.03881 FALSE 72 59330860 49b1 hsa-miR-129-5p-4373171 Target Undetermined 0.036439303 40 20.96119 19.03881 FALSE 73 59330860 49b1 hsa-miR-130a-4373145 Target 28.301682 1.3245687 28.301682 9.262871 19.03881 FALSE 74 59330860 49b1 hsa-miR-130b-4373144 Target 27.96949 1.2960902 27.96949 8.930679 19.03881 FALSE 75 59330860 49b1 hsa-miR-132-4373143 Target 28.686047 1.4254768 28.686047 9.647236 19.03881 FALSE 76 59330860 49b1 hsa-miR-133a-4395357 Target 30.326614 1.4712553 30.326614 11.287804 19.03881 FALSE 77 59330860 49b1 hsa-miR-133b-4395358 Target 36.23329 0.34105045 36.23329 17.19448 19.03881 FALSE 78 59330860 49b1 hsa-miR-134-4373299 Target 29.671173 0.81007814 29.671173 10.632362 19.03881 FALSE 79 59330860 49b1 hsa-miR-135a-4373140 Target 33.543953 1.2940457 33.543953 14.505142 19.03881 FALSE 80 59330860 49b1 hsa-miR-135b-4395372 Target 28.438776 2.5491807 28.438776 9.399965 19.03881 FALSE 81 59330860 49b1 hsa-miR-136-4373173 Target 35.22701 0.46288127 35.22701 16.188198 19.03881 FALSE 82 59330860 49b1 hsa-miR-137-4373301 Target Undetermined 0.042634632 40 20.96119 19.03881 FALSE 83 59330860 49b1 hsa-miR-138-4395395 Target 26.024082 2.8884087 26.024082 6.9852715 19.03881 FALSE 84 59330860 49b1 hsa-miR-139-3p-4395424 Target Undetermined 0.18848595 40 20.96119 19.03881 FALSE 85 59330860 49b1 hsa-miR-139-5p-4395400 Target 27.716612 1.5728856 27.716612 8.677801 19.03881 FALSE 86 59330860 49b1 hsa-miR-140-3p-4395345 Target 27.881786 1.4923718 27.881786 8.842976 19.03881 FALSE 87 59330860 49b1 hsa-miR-140-5p-4373374 Target 24.207539 2.26404 24.207539 5.168728 19.03881 FALSE 88 59330860 49b1 hsa-miR-141-4373137 Target 27.17986 2.4277413 27.17986 8.141048 19.03881 FALSE 89 59330860 49b1 hsa-miR-142-3p-4373136 Target 23.880623 2.310628 23.880623 4.841812 19.03881 FALSE 90 59330860 49b1 hsa-miR-142-5p-4395359 Target 31.067015 1.3975946 31.067015 12.028203 19.03881 FALSE 91 59330860 49b1 hsa-miR-143-4395360 Target 24.901033 2.615601 24.901033 5.8622227 19.03881 FALSE 92 59330860 49b1 hsa-miR-145-4395389 Target 23.256289 1.7466232 23.256289 4.217478 19.03881 FALSE 93 59330860 49b1 hsa-miR-146a-4373132 Target 23.457432 2.5026338 23.457432 4.418621 19.03881 FALSE 94 59330860 49b1 hsa-miR-146b-3p-4395472 Target 30.93834 0.9295533 30.93834 11.8995285 19.03881 FALSE 95 59330860 49b1 hsa-miR-146b-5p-4373178 Target 22.079102 2.4705086 22.079102 3.0402908 19.03881 FALSE 96 59330860 49b1 hsa-miR-147b-4395373 Target Undetermined 0.115917325 40 20.96119 19.03881 FALSE 97 59330860 49b1 hsa-miR-148a-4373130 Target 27.541899 1.6961224 27.541899 8.503088 19.03881 FALSE 98 59330860 49b1 hsa-miR-148b-4373129 Target 32.49873 0.17147197 32.49873 13.459919 19.03881 FALSE 99 59330860 49b1 hsa-miR-149-4395366 Target 30.585848 0.44240543 30.585848 11.547038 19.03881 FALSE 100 59330860 49b1 hsa-miR-150-4373127 Target 22.7601 2.6042786 22.7601 3.7212887 19.03881 FALSE 101 59330860 49b1 hsa-miR-152-4395170 Target 26.07527 2.6306505 26.07527 7.036459 19.03881 FALSE 102 59330860 49b1 hsa-miR-153-4373305 Target Undetermined 0.1276806 40 20.96119 19.03881 FALSE 103 59330860 49b1 hsa-miR-154-4373270 Target Undetermined 0.02263371 40 20.96119 19.03881 FALSE 104 59330860 49b1 hsa-miR-181a-4373117 Target 25.446085 1.1244975 25.446085 6.4072742 19.03881 FALSE 105 59330860 49b1 hsa-miR-181c-4373115 Target 31.344234 0.56934834 31.344234 12.305424 19.03881 FALSE 106 59330860 49b1 hsa-miR-182-4395445 Target 33.831635 1.1612028 33.831635 14.792824 19.03881 FALSE 107 59330860 49b1 RNU48-4373383 Target 23.352541 2.412667 23.352541 4.3137302 19.03881 FALSE 108 59330860 49b1 hsa-miR-183-4395380 Target 31.877256 0.6016841 31.877256 12.838445 19.03881 FALSE 109 59330860 49b1 hsa-miR-184-4373113 Target 31.398758 2.2931783 31.398758 12.359947 19.03881 FALSE 110 59330860 49b1 hsa-miR-185-4395382 Target 26.627832 2.1068702 26.627832 7.5890217 19.03881 FALSE 111 59330860 49b1 hsa-miR-186-4395396 Target 24.903206 2.4767168 24.903206 5.864395 19.03881 FALSE 112 59330860 49b1 hsa-miR-187-4373307 Target 28.678991 0.43664145 28.678991 9.640181 19.03881 FALSE 113 59330860 49b1 hsa-miR-188-3p-4395217 Target Undetermined 0.07993787 40 20.96119 19.03881 FALSE 114 59330860 49b1 hsa-miR-190-4373110 Target Undetermined 0.020147521 40 20.96119 19.03881 FALSE 115 59330860 49b1 hsa-miR-191-4395410 Target 22.38575 2.2720964 22.38575 3.346939 19.03881 FALSE 116 59330860 49b1 hsa-miR-192-4373108 Target 26.947935 2.074184 26.947935 7.9091244 19.03881 FALSE 117 59330860 49b1 hsa-miR-193a-3p-4395361 Target 32.034565 1.34691 32.034565 12.995754 19.03881 FALSE 118 59330860 49b1 hsa-miR-193a-5p-4395392 Target 29.078793 1.5903622 29.078793 10.039982 19.03881 FALSE 119 59330860 49b1 hsa-miR-193b-4395478 Target 23.250397 1.950939 23.250397 4.211586 19.03881 FALSE 120 59330860 49b1 hsa-miR-194-4373106 Target 30.780148 2.2834868 30.780148 11.741337 19.03881 FALSE 121 59330860 49b1 hsa-miR-195-4373105 Target 25.132584 2.752446 25.132584 6.093773 19.03881 FALSE 122 59330860 49b1 hsa-miR-196b-4395326 Target 27.980804 1.6976006 27.980804 8.941994 19.03881 FALSE 123 59330860 49b1 hsa-miR-197-4373102 Target 28.854462 0.7270179 28.854462 9.815651 19.03881 FALSE 124 59330860 49b1 hsa-miR-198-4395384 Target 32.417633 0.6237533 32.417633 13.378822 19.03881 FALSE 125 59330860 49b1 hsa-miR-199a-5p-4373272 Target 30.782848 0.9623696 30.782848 11.744038 19.03881 FALSE 126 59330860 49b1 hsa-miR-199a-3p-4395415 Target 27.315273 1.8186617 27.315273 8.276463 19.03881 FALSE 127 59330860 49b1 hsa-miR-199b-5p-4373100 Target 32.930553 0.46138588 32.930553 13.891743 19.03881 FALSE 128 59330860 49b1 hsa-miR-200a-4378069 Target 22.816935 2.5348132 22.816935 3.7781239 19.03881 FALSE 129 59330860 49b1 hsa-miR-200b-4395362 Target 25.742167 1.2302989 25.742167 6.703356 19.03881 FALSE 130 59330860 49b1 hsa-miR-200c-4395411 Target 25.079508 1.4198463 25.079508 6.040697 19.03881 FALSE 131 59330860 49b1 hsa-miR-202-4395474 Target 38.29556 0.25177062 38.29556 19.256748 19.03881 FALSE 132 59330860 49b1 hsa-miR-203-4373095 Target 27.781017 2.8745968 27.781017 8.742207 19.03881 FALSE 133 59330860 49b1 hsa-miR-204-4373094 Target 26.307232 2.3670492 26.307232 7.268421 19.03881 FALSE 134 59330860 49b1 hsa-miR-205-4373093 Target 31.409008 1.3477197 31.409008 12.370197 19.03881 FALSE 135 59330860 49b1 hsa-miR-208b-4395401 Target Undetermined 0.03207027 40 20.96119 19.03881 FALSE 136 59330860 49b1 hsa-miR-210-4373089 Target 23.1059 1.1338073 23.1059 4.067089 19.03881 FALSE 137 59330860 49b1 hsa-miR-214-4395417 Target 26.121443 1.7568138 26.121443 7.082632 19.03881 FALSE 138 59330860 49b1 hsa-miR-215-4373084 Target 32.981525 0.12678042 32.981525 13.942715 19.03881 FALSE 139 59330860 49b1 hsa-miR-216a-4395331 Target Undetermined 0.039663427 40 20.96119 19.03881 FALSE 140 59330860 49b1 hsa-miR-216b-4395437 Target Undetermined 0.02488401 40 20.96119 19.03881 FALSE 141 59330860 49b1 hsa-miR-217-4395448 Target Undetermined 0.025612911 40 20.96119 19.03881 FALSE 142 59330860 49b1 hsa-miR-218-4373081 Target 27.643877 2.3131292 27.643877 8.605066 19.03881 FALSE 143 59330860 49b1 hsa-miR-219-5p-4373080 Target 35.70717 0.17959566 35.70717 16.668358 19.03881 FALSE 144 59330860 49b1 hsa-miR-221-4373077 Target 27.80699 1.3347893 27.80699 8.768179 19.03881 FALSE 145 59330860 49b1 hsa-miR-222-4395387 Target 19.629063 2.8590803 19.629063 0.5902519 19.03881 FALSE 146 59330860 49b1 hsa-miR-223-4395406 Target 20.481066 2.8110218 20.481066 1.442255 19.03881 FALSE 147 59330860 49b1 hsa-miR-224-4395210 Target 29.639847 1.2331913 29.639847 10.601036 19.03881 FALSE 148 59330860 49b1 hsa-miR-296-3p-4395212 Target Undetermined 0.030994596 40 20.96119 19.03881 FALSE 149 59330860 49b1 hsa-miR-296-5p-4373066 Target 28.80072 0.65568405 28.80072 9.7619095 19.03881 FALSE 150 59330860 49b1 hsa-miR-299-3p-4373189 Target Undetermined 0.024522694 40 20.96119 19.03881 FALSE 151 59330860 49b1 hsa-miR-299-5p-4373188 Target Undetermined 0.052059453 40 20.96119 19.03881 FALSE 152 59330860 49b1 hsa-miR-301a-4373064 Target 29.0203 1.3837272 29.0203 9.981489 19.03881 FALSE 153 59330860 49b1 hsa-miR-301b-4395503 Target 34.211945 1.0977281 34.211945 15.173134 19.03881 FALSE 154 59330860 49b1 hsa-miR-302a-4378070 Target Undetermined 0.01942349 40 20.96119 19.03881 FALSE 155 59330860 49b1 ath-miR159a-4373390 Target Undetermined 0.034739174 40 20.96119 19.03881 FALSE 156 59330860 49b1 hsa-miR-302b-4378071 Target Undetermined 0.038378157 40 20.96119 19.03881 FALSE 157 59330860 49b1 hsa-miR-302c-4378072 Target Undetermined 0.041435063 40 20.96119 19.03881 FALSE 158 59330860 49b1 hsa-miR-320-4395388 Target 20.952284 2.4016776 20.952284 1.9134731 19.03881 FALSE 159 59330860 49b1 hsa-miR-323-3p-4395338 Target 32.33331 0.3344042 32.33331 13.294498 19.03881 FALSE 160 59330860 49b1 hsa-miR-324-3p-4395272 Target 27.94378 1.7861843 27.94378 8.90497 19.03881 FALSE 161 59330860 49b1 hsa-miR-324-5p-4373052 Target 28.83473 1.8213294 28.83473 9.795919 19.03881 FALSE 162 59330860 49b1 hsa-miR-326-4373050 Target Undetermined 0.006738285 40 20.96119 19.03881 FALSE 163 59330860 49b1 hsa-miR-328-4373049 Target 29.668257 1.2368003 29.668257 10.629446 19.03881 FALSE 164 59330860 49b1 hsa-miR-329-4373191 Target Undetermined 0.016422661 40 20.96119 19.03881 FALSE 165 59330860 49b1 hsa-miR-330-3p-4373047 Target 31.836494 0.4336804 31.836494 12.797684 19.03881 FALSE 166 59330860 49b1 hsa-miR-330-5p-4395341 Target 31.478708 0.53769344 31.478708 12.4398985 19.03881 FALSE 167 59330860 49b1 hsa-miR-331-3p-4373046 Target 27.149805 1.8876324 27.149805 8.110994 19.03881 FALSE 168 59330860 49b1 hsa-miR-331-5p-4395344 Target 30.177011 0.5942352 30.177011 11.138202 19.03881 FALSE 169 59330860 49b1 hsa-miR-335-4373045 Target 31.795296 1.4522464 31.795296 12.756485 19.03881 FALSE 170 59330860 49b1 hsa-miR-337-5p-4395267 Target 30.350798 1.0551813 30.350798 11.311986 19.03881 FALSE 171 59330860 49b1 hsa-miR-338-3p-4395363 Target 30.638168 1.0086358 30.638168 11.599358 19.03881 FALSE 172 59330860 49b1 hsa-miR-339-3p-4395295 Target 26.741241 1.473065 26.741241 7.7024307 19.03881 FALSE 173 59330860 49b1 hsa-miR-339-5p-4395368 Target 31.534174 0.21058522 31.534174 12.495364 19.03881 FALSE 174 59330860 49b1 hsa-miR-340-4395369 Target 30.469442 2.0666375 30.469442 11.430631 19.03881 FALSE 175 59330860 49b1 has-miR-155-4395459 Target 24.092432 2.406666 24.092432 5.0536213 19.03881 FALSE 176 59330860 49b1 hsa-let-7b-4395446 Target 22.099838 1.3538246 22.099838 3.0610275 19.03881 FALSE 177 59330860 49b1 hsa-miR-342-3p-4395371 Target 22.663555 1.6285107 22.663555 3.6247444 19.03881 FALSE 178 59330860 49b1 hsa-miR-342-5p-4395258 Target 34.760605 0.11511273 34.760605 15.721794 19.03881 FALSE 179 59330860 49b1 hsa-miR-345-4395297 Target 27.37623 2.0272367 27.37623 8.3374195 19.03881 FALSE 180 59330860 49b1 hsa-miR-361-5p-4373035 Target 29.325436 1.4231657 29.325436 10.286625 19.03881 FALSE 181 59330860 49b1 hsa-miR-362-3p-4395228 Target Undetermined 0.030291166 40 20.96119 19.03881 FALSE 182 59330860 49b1 hsa-miR-362-5p-4378092 Target 29.604002 0.9430339 29.604002 10.565191 19.03881 FALSE 183 59330860 49b1 hsa-miR-363-4378090 Target 36.214912 0.2361647 36.214912 17.176102 19.03881 FALSE 184 59330860 49b1 hsa-miR-365-4373194 Target 27.68564 1.3384401 27.68564 8.64683 19.03881 FALSE 185 59330860 49b1 hsa-miR-367-4373034 Target Undetermined 0.038217958 40 20.96119 19.03881 FALSE 186 59330860 49b1 hsa-miR-369-3p-4373032 Target Undetermined 0.020233454 40 20.96119 19.03881 FALSE 187 59330860 49b1 hsa-miR-369-5p-4373195 Target Undetermined 0.009416135 40 20.96119 19.03881 FALSE 188 59330860 49b1 hsa-miR-370-4395386 Target 28.29389 0.8586222 28.29389 9.255079 19.03881 FALSE 189 59330860 49b1 hsa-miR-371-3p-4395235 Target Undetermined 0.029847661 40 20.96119 19.03881 FALSE 190 59330860 49b1 hsa-miR-372-4373029 Target Undetermined 0.078261346 40 20.96119 19.03881 FALSE 191 59330860 49b1 hsa-miR-373-4378073 Target Undetermined 0.016399886 40 20.96119 19.03881 FALSE 192 59330860 49b1 hsa-miR-374a-4373028 Target 27.57392 2.6542923 27.57392 8.535109 19.03881 FALSE 193 59330860 49b1 hsa-miR-374b-4381045 Target 27.330643 2.1773899 27.330643 8.291832 19.03881 FALSE 194 59330860 49b1 hsa-miR-375-4373027 Target 25.444567 2.6903777 25.444567 6.405756 19.03881 FALSE 195 59330860 49b1 hsa-miR-376a-4373026 Target 30.821209 1.3034095 30.821209 11.782398 19.03881 FALSE 196 59330860 49b1 hsa-miR-376b-4373196 Target Undetermined 0.012144851 40 20.96119 19.03881 FALSE 197 59330860 49b1 hsa-miR-377-4373025 Target Undetermined 0.108195685 40 20.96119 19.03881 FALSE 198 59330860 49b1 hsa-miR-379-4373349 Target 32.644535 0.43712413 32.644535 13.605724 19.03881 FALSE 199 59330860 49b1 hsa-miR-380-4373022 Target Undetermined 0.032127436 40 20.96119 19.03881 FALSE 200 59330860 49b1 hsa-miR-381-4373020 Target Undetermined 0.08830627 40 20.96119 19.03881 FALSE 201 59330860 49b1 hsa-miR-382-4373019 Target Undetermined 0.14726874 40 20.96119 19.03881 FALSE 202 59330860 49b1 hsa-miR-383-4373018 Target Undetermined 0.00574815 40 20.96119 19.03881 FALSE 203 59330860 49b1 hsa-miR-409-5p-4395442 Target Undetermined 0.016425638 40 20.96119 19.03881 FALSE 204 59330860 49b1 hsa-miR-410-4378093 Target 33.139816 0.7599368 33.139816 14.101006 19.03881 FALSE 205 59330860 49b1 hsa-miR-411-4381013 Target 30.543636 2.0500085 30.543636 11.504826 19.03881 FALSE 206 59330860 49b1 hsa-miR-422a-4395408 Target Undetermined 0.022197891 40 20.96119 19.03881 FALSE 207 59330860 49b1 hsa-miR-423-5p-4395451 Target 29.59812 0.7842141 29.59812 10.559309 19.03881 FALSE 208 59330860 49b1 hsa-miR-424-4373201 Target Undetermined 0.06057107 40 20.96119 19.03881 FALSE 209 59330860 49b1 hsa-miR-425-4380926 Target 27.439232 0.6716851 27.439232 8.400421 19.03881 FALSE 210 59330860 49b1 hsa-miR-429-4373203 Target 28.876268 1.945825 28.876268 9.837458 19.03881 FALSE 211 59330860 49b1 hsa-miR-431-4395173 Target Undetermined 0.023779688 40 20.96119 19.03881 FALSE 212 59330860 49b1 hsa-miR-433-4373205 Target Undetermined 0.3378784 40 20.96119 19.03881 FALSE 213 59330860 49b1 hsa-miR-449a-4373207 Target 29.427626 2.2426052 29.427626 10.388815 19.03881 FALSE 214 59330860 49b1 hsa-miR-449b-4381011 Target 32.92384 0.49420437 32.92384 13.885029 19.03881 FALSE 215 59330860 49b1 hsa-miR-450a-4395414 Target Undetermined 0.12695612 40 20.96119 19.03881 FALSE 216 59330860 49b1 hsa-miR-450b-3p-4395319 Target Undetermined 0.043533444 40 20.96119 19.03881 FALSE 217 59330860 49b1 hsa-miR-450b-5p-4395318 Target 32.69123 1.1722087 32.69123 13.65242 19.03881 FALSE 218 59330860 49b1 hsa-miR-451-4373360 Target 28.06549 2.3520908 28.06549 9.02668 19.03881 FALSE 219 59330860 49b1 hsa-miR-452-4395440 Target 31.490072 1.5359364 31.490072 12.451261 19.03881 FALSE 220 59330860 49b1 hsa-miR-453-4395429 Target Undetermined 0.010561588 40 20.96119 19.03881 FALSE 221 59330860 49b1 hsa-miR-454-4395434 Target 29.068531 1.4145198 29.068531 10.02972 19.03881 FALSE 222 59330860 49b1 hsa-miR-455-3p-4395355 Target 29.702967 0.75537485 29.702967 10.664156 19.03881 FALSE 223 59330860 49b1 hsa-miR-455-5p-4378098 Target 26.28033 2.0976489 26.28033 7.24152 19.03881 FALSE 224 59330860 49b1 hsa-miR-483-5p-4395449 Target 30.279617 1.966416 30.279617 11.240807 19.03881 FALSE 225 59330860 49b1 hsa-miR-484-4381032 Target 23.078548 2.2727745 23.078548 4.0397377 19.03881 FALSE 226 59330860 49b1 hsa-miR-485-3p-4378095 Target Undetermined 0.00918809 40 20.96119 19.03881 FALSE 227 59330860 49b1 hsa-miR-485-5p-4373212 Target Undetermined 0.0186087 40 20.96119 19.03881 FALSE 228 59330860 49b1 hsa-miR-486-3p-4395204 Target Undetermined 0.030727785 40 20.96119 19.03881 FALSE 229 59330860 49b1 hsa-miR-486-5p-4378096 Target 32.147892 0.41134512 32.147892 13.109081 19.03881 FALSE 230 59330860 49b1 hsa-miR-487a-4378097 Target Undetermined 0.13291669 40 20.96119 19.03881 FALSE 231 59330860 49b1 hsa-miR-487b-4378102 Target Undetermined 0.053696293 40 20.96119 19.03881 FALSE 232 59330860 49b1 hsa-miR-488-4395468 Target Undetermined 0.031767853 40 20.96119 19.03881 FALSE 233 59330860 49b1 hsa-miR-489-4395469 Target 30.013664 1.8306555 30.013664 10.9748535 19.03881 FALSE 234 59330860 49b1 hsa-miR-490-3p-4373215 Target Undetermined 0.028885966 40 20.96119 19.03881 FALSE 235 59330860 49b1 hsa-miR-491-3p-4395471 Target Undetermined 0.007910054 40 20.96119 19.03881 FALSE 236 59330860 49b1 hsa-miR-491-5p-4381053 Target 28.996773 1.954854 28.996773 9.957962 19.03881 FALSE 237 59330860 49b1 hsa-miR-493-4395475 Target 31.206512 1.0183406 31.206512 12.167702 19.03881 FALSE 238 59330860 49b1 hsa-miR-494-4395476 Target 26.44472 2.22804 26.44472 7.4059086 19.03881 FALSE 239 59330860 49b1 hsa-miR-495-4381078 Target Undetermined 0.023790771 40 20.96119 19.03881 FALSE 240 59330860 49b1 hsa-miR-496-4386771 Target Undetermined 0.048224557 40 20.96119 19.03881 FALSE 241 59330860 49b1 hsa-miR-499-3p-4395538 Target Undetermined 0.040995188 40 20.96119 19.03881 FALSE 242 59330860 49b1 hsa-miR-499-5p-4381047 Target 34.98427 0.18045154 34.98427 15.945457 19.03881 FALSE 243 59330860 49b1 hsa-miR-500-4395539 Target 29.222248 1.4157406 29.222248 10.183437 19.03881 FALSE 244 59330860 49b1 hsa-miR-501-3p-4395546 Target Undetermined 0.029468218 40 20.96119 19.03881 FALSE 245 59330860 49b1 hsa-miR-501-5p-4373226 Target 28.272175 0.5254721 28.272175 9.233364 19.03881 FALSE 246 59330860 49b1 hsa-miR-502-3p-4395194 Target 33.891983 0.32833517 33.891983 14.853172 19.03881 FALSE 247 59330860 49b1 hsa-miR-502-5p-4373227 Target Undetermined 0.057170544 40 20.96119 19.03881 FALSE 248 59330860 49b1 hsa-miR-503-4373228 Target 32.86083 0.81086993 32.86083 13.822018 19.03881 FALSE 249 59330860 49b1 hsa-miR-504-4395195 Target Undetermined 0.02579717 40 20.96119 19.03881 FALSE 250 59330860 49b1 hsa-miR-505-4395200 Target Undetermined -0.00471485 40 20.96119 19.03881 FALSE 251 59330860 49b1 hsa-miR-507-4373232 Target Undetermined 0.017935986 40 20.96119 19.03881 FALSE 252 59330860 49b1 hsa-miR-508-3p-4373233 Target Undetermined 0.013510935 40 20.96119 19.03881 FALSE 253 59330860 49b1 hsa-miR-508-5p-4395203 Target Undetermined 0.012961047 40 20.96119 19.03881 FALSE 254 59330860 49b1 hsa-miR-509-5p-4395346 Target Undetermined 0.007384117 40 20.96119 19.03881 FALSE 255 59330860 49b1 hsa-miR-510-4395352 Target Undetermined 0.004081519 40 20.96119 19.03881 FALSE 256 59330860 49b1 hsa-miR-512-3p-4381034 Target Undetermined 0.002035976 40 20.96119 19.03881 FALSE 257 59330860 49b1 hsa-miR-512-5p-4373238 Target Undetermined 0.02145027 40 20.96119 19.03881 FALSE 258 59330860 49b1 hsa-miR-513-5p-4395201 Target Undetermined 0.011334877 40 20.96119 19.03881 FALSE 259 59330860 49b1 hsa-miR-515-3p-4395480 Target Undetermined -0.001414286 40 20.96119 19.03881 FALSE 260 59330860 49b1 hsa-miR-515-5p-4373242 Target Undetermined 0.029475993 40 20.96119 19.03881 FALSE 261 59330860 49b1 hsa-miR-516a-5p-4395527 Target Undetermined 0.013260647 40 20.96119 19.03881 FALSE 262 59330860 49b1 hsa-miR-516b-4395172 Target Undetermined 0.031389162 40 20.96119 19.03881 FALSE 263 59330860 49b1 hsa-miR-517a-4395513 Target 31.324612 0.94884664 31.324612 12.285801 19.03881 FALSE 264 59330860 49b1 hsa-miR-517c-4373264 Target 34.038174 0.35840794 34.038174 14.999363 19.03881 FALSE 265 59330860 49b1 hsa-miR-518a-3p-4395508 Target Undetermined 0.055086937 40 20.96119 19.03881 FALSE 266 59330860 49b1 hsa-miR-518a-5p-4395507 Target Undetermined -0.00279745 40 20.96119 19.03881 FALSE 267 59330860 49b1 hsa-miR-518b-4373246 Target 27.955498 0.19661978 27.955498 8.916687 19.03881 FALSE 268 59330860 49b1 hsa-miR-518c-4395512 Target Undetermined 0.025910484 40 20.96119 19.03881 FALSE 269 59330860 49b1 hsa-miR-518d-3p-4373248 Target 34.500385 0.18273248 34.500385 15.461575 19.03881 FALSE 270 59330860 49b1 hsa-miR-518d-5p-4395500 Target Undetermined 0.005581958 40 20.96119 19.03881 FALSE 271 59330860 49b1 hsa-miR-518e-4395506 Target Undetermined 0.031742487 40 20.96119 19.03881 FALSE 272 59330860 49b1 hsa-miR-518f-4395499 Target Undetermined 0.016034544 40 20.96119 19.03881 FALSE 273 59330860 49b1 hsa-miR-519a-4395526 Target 32.04887 0.6704998 32.04887 13.010059 19.03881 FALSE 274 59330860 49b1 hsa-miR-519d-4395514 Target Undetermined 0.0657891 40 20.96119 19.03881 FALSE 275 59330860 49b1 hsa-miR-519e-4395481 Target 32.380684 0.9291257 32.380684 13.341873 19.03881 FALSE 276 59330860 49b1 hsa-miR-520a-3p-4373268 Target Undetermined 0.024789898 40 20.96119 19.03881 FALSE 277 59330860 49b1 hsa-miR-520a-5p-4378085 Target Undetermined 0.001810302 40 20.96119 19.03881 FALSE 278 59330860 49b1 hsa-miR-520d-5p-4395504 Target Undetermined 0.00818124 40 20.96119 19.03881 FALSE 279 59330860 49b1 hsa-miR-520g-4373257 Target 39.365524 0.16642864 39.365524 20.326714 19.03881 FALSE 280 59330860 49b1 hsa-miR-521-4373259 Target Undetermined 0.008092521 40 20.96119 19.03881 FALSE 281 59330860 49b1 hsa-miR-522-4395524 Target Undetermined 0.011766514 40 20.96119 19.03881 FALSE 282 59330860 49b1 hsa-miR-523-4395497 Target Undetermined 0.035269294 40 20.96119 19.03881 FALSE 283 59330860 49b1 hsa-miR-524-5p-4395174 Target Undetermined 0.006382903 40 20.96119 19.03881 FALSE 284 59330860 49b1 hsa-miR-525-3p-4395496 Target Undetermined 0.005646827 40 20.96119 19.03881 FALSE 285 59330860 49b1 hsa-miR-525-5p-4378088 Target Undetermined 0.030140664 40 20.96119 19.03881 FALSE 286 59330860 49b1 hsa-miR-526b-4395493 Target Undetermined 0.002191943 40 20.96119 19.03881 FALSE 287 59330860 49b1 hsa-miR-532-3p-4395466 Target 28.46617 1.6333101 28.46617 9.427359 19.03881 FALSE 288 59330860 49b1 hsa-miR-532-5p-4380928 Target 24.92115 2.0064065 24.92115 5.8823395 19.03881 FALSE 289 59330860 49b1 hsa-miR-539-4378103 Target 30.600847 1.26106 30.600847 11.562037 19.03881 FALSE 290 59330860 49b1 hsa-miR-541-4395312 Target Undetermined 0.022612732 40 20.96119 19.03881 FALSE 291 59330860 49b1 hsa-miR-542-3p-4378101 Target 34.370136 0.74721766 34.370136 15.331326 19.03881 FALSE 292 59330860 49b1 hsa-miR-542-5p-4395351 Target 31.484573 0.8469769 31.484573 12.445763 19.03881 FALSE 293 59330860 49b1 hsa-miR-544-4395376 Target Undetermined 0.021948302 40 20.96119 19.03881 FALSE 294 59330860 49b1 hsa-miR-545-4395378 Target Undetermined 0.031482223 40 20.96119 19.03881 FALSE 295 59330860 49b1 hsa-miR-548a-3p-4380948 Target 34.307533 0.45762745 34.307533 15.268723 19.03881 FALSE 296 59330860 49b1 hsa-miR-548a-5p-4395523 Target Undetermined 0.004309407 40 20.96119 19.03881 FALSE 297 59330860 49b1 hsa-miR-548b-3p-4380951 Target Undetermined 0.026059128 40 20.96119 19.03881 FALSE 298 59330860 49b1 hsa-miR-548b-5p-4395519 Target 32.190865 0.6688136 32.190865 13.152054 19.03881 FALSE 299 59330860 49b1 hsa-miR-548c-3p-4380993 Target Undetermined 0.06279646 40 20.96119 19.03881 FALSE 300 59330860 49b1 hsa-miR-548c-5p-4395540 Target 32.05321 1.2196496 32.05321 13.0144005 19.03881 FALSE 301 59330860 49b1 hsa-miR-548d-3p-4381008 Target Undetermined 0.021280997 40 20.96119 19.03881 FALSE 302 59330860 49b1 hsa-miR-548d-5p-4395348 Target 32.751633 0.53918594 32.751633 13.712822 19.03881 FALSE 303 59330860 49b1 hsa-miR-551b-4380945 Target Undetermined 0.004584672 40 20.96119 19.03881 FALSE 304 59330860 49b1 hsa-miR-556-3p-4395456 Target Undetermined 0.03358064 40 20.96119 19.03881 FALSE 305 59330860 49b1 hsa-miR-556-5p-4395455 Target Undetermined 0.011030275 40 20.96119 19.03881 FALSE 306 59330860 49b1 hsa-miR-561-4380938 Target Undetermined 0.012529323 40 20.96119 19.03881 FALSE 307 59330860 49b1 hsa-miR-570-4395458 Target 34.151173 0.6982086 34.151173 15.112362 19.03881 FALSE 308 59330860 49b1 hsa-miR-574-3p-4395460 Target Undetermined 0.03479327 40 20.96119 19.03881 FALSE 309 59330860 49b1 hsa-miR-576-3p-4395462 Target 33.443657 0.7745088 33.443657 14.404846 19.03881 FALSE 310 59330860 49b1 hsa-miR-576-5p-4395461 Target Undetermined 0.020543592 40 20.96119 19.03881 FALSE 311 59330860 49b1 hsa-miR-579-4395509 Target 34.46577 0.71233773 34.46577 15.42696 19.03881 FALSE 312 59330860 49b1 hsa-miR-582-3p-4395510 Target Undetermined 0.041985974 40 20.96119 19.03881 FALSE 313 59330860 49b1 hsa-miR-582-5p-4395175 Target Undetermined 0.03596824 40 20.96119 19.03881 FALSE 314 59330860 49b1 hsa-miR-589-4395520 Target Undetermined 0.008120436 40 20.96119 19.03881 FALSE 315 59330860 49b1 hsa-miR-590-5p-4395176 Target 27.585115 2.09372 27.585115 8.546305 19.03881 FALSE 316 59330860 49b1 hsa-miR-597-4380960 Target 31.47263 1.500433 31.47263 12.433819 19.03881 FALSE 317 59330860 49b1 hsa-miR-598-4395179 Target 34.77486 0.69003934 34.77486 15.73605 19.03881 FALSE 318 59330860 49b1 hsa-miR-615-3p-4386777 Target Undetermined -0.004388511 40 20.96119 19.03881 FALSE 319 59330860 49b1 hsa-miR-615-5p-4395464 Target 39.146126 0.06236252 39.146126 20.107315 19.03881 FALSE 320 59330860 49b1 hsa-miR-616-4395525 Target Undetermined 0.025235496 40 20.96119 19.03881 FALSE 321 59330860 49b1 hsa-miR-618-4380996 Target 30.896435 1.441584 30.896435 11.857624 19.03881 FALSE 322 59330860 49b1 hsa-miR-624-4395541 Target Undetermined 0.016554233 40 20.96119 19.03881 FALSE 323 59330860 49b1 hsa-miR-625-4395542 Target 31.949718 0.9179355 31.949718 12.910908 19.03881 FALSE 324 59330860 49b1 hsa-miR-627-4380967 Target 31.634222 1.9076395 31.634222 12.59541 19.03881 FALSE 325 59330860 49b1 hsa-miR-628-5p-4395544 Target 30.370049 2.1029754 30.370049 11.331238 19.03881 FALSE 326 59330860 49b1 hsa-miR-629-4395547 Target 31.022854 0.9372841 31.022854 11.984043 19.03881 FALSE 327 59330860 49b1 hsa-miR-636-4395199 Target 36.196716 0.25003368 36.196716 17.157906 19.03881 FALSE 328 59330860 49b1 hsa-miR-642-4380995 Target 31.370314 1.1256758 31.370314 12.331502 19.03881 FALSE 329 59330860 49b1 hsa-miR-651-4381007 Target Undetermined 6.63E-04 40 20.96119 19.03881 FALSE 330 59330860 49b1 hsa-miR-652-4395463 Target 29.286829 1.3242736 29.286829 10.248018 19.03881 FALSE 331 59330860 49b1 hsa-miR-653-4395403 Target Undetermined 0.023110958 40 20.96119 19.03881 FALSE 332 59330860 49b1 hsa-miR-654-3p-4395350 Target 33.632816 1.0496612 33.632816 14.594006 19.03881 FALSE 333 59330860 49b1 hsa-miR-654-5p-4381014 Target Undetermined 0.011076877 40 20.96119 19.03881 FALSE 334 59330860 49b1 hsa-miR-655-4381015 Target 36.783283 0.47774395 36.783283 17.744473 19.03881 FALSE 335 59330860 49b1 hsa-miR-660-4380925 Target 28.002836 1.6777295 28.002836 8.9640255 19.03881 FALSE 336 59330860 49b1 hsa-miR-671-3p-4395433 Target 33.066444 0.5907875 33.066444 14.027634 19.03881 FALSE 337 59330860 49b1 hsa-miR-672-4395438 Target Undetermined 0.042647347 40 20.96119 19.03881 FALSE 338 59330860 49b1 hsa-miR-674-4395193 Target Undetermined 0.071270436 40 20.96119 19.03881 FALSE 339 59330860 49b1 hsa-miR-708-4395452 Target 27.831625 2.5570128 27.831625 8.792814 19.03881 FALSE 340 59330860 49b1 hsa-miR-744-4395435 Target 28.97366 2.2964575 28.97366 9.934849 19.03881 FALSE 341 59330860 49b1 hsa-miR-758-4395180 Target Undetermined 0.011335945 40 20.96119 19.03881 FALSE 342 59330860 49b1 hsa-miR-871-4395465 Target Undetermined 0.03540075 40 20.96119 19.03881 FALSE 343 59330860 49b1 hsa-miR-872-4395375 Target Undetermined -0.011504909 40 20.96119 19.03881 FALSE 344 59330860 49b1 hsa-miR-873-4395467 Target Undetermined -0.00145067 40 20.96119 19.03881 FALSE 345 59330860 49b1 hsa-miR-874-4395379 Target 31.595457 0.19659448 31.595457 12.556645 19.03881 FALSE 346 59330860 49b1 hsa-miR-875-3p-4395315 Target Undetermined 0.006329587 40 20.96119 19.03881 FALSE 347 59330860 49b1 hsa-miR-876-3p-4395336 Target Undetermined 0.032965247 40 20.96119 19.03881 FALSE 348 59330860 49b1 hsa-miR-876-5p-4395316 Target Undetermined 0.04674068 40 20.96119 19.03881 FALSE 349 59330860 49b1 hsa-miR-885-3p-4395483 Target Undetermined 0.062955804 40 20.96119 19.03881 FALSE 350 59330860 49b1 hsa-miR-885-5p-4395407 Target 30.918665 1.17952 30.918665 11.879855 19.03881 FALSE 351 59330860 49b1 hsa-miR-886-3p-4395305 Target 24.394915 1.2940542 24.394915 5.356104 19.03881 FALSE 352 59330860 49b1 hsa-miR-886-5p-4395304 Target 24.36305 1.9315506 24.36305 5.3242397 19.03881 FALSE 353 59330860 49b1 hsa-miR-887-4395485 Target 31.333727 0.1660296 31.333727 12.294917 19.03881 FALSE 354 59330860 49b1 hsa-miR-888-4395323 Target Undetermined 0.02030335 40 20.96119 19.03881 FALSE 355 59330860 49b1 hsa-miR-889-4395313 Target Undetermined 0.005320111 40 20.96119 19.03881 FALSE 356 59330860 49b1 hsa-miR-890-4395320 Target Undetermined 0.004651005 40 20.96119 19.03881 FALSE 357 59330860 49b1 hsa-miR-891a-4395302 Target Undetermined 0.004657743 40 20.96119 19.03881 FALSE 358 59330860 49b1 hsa-miR-891b-4395321 Target Undetermined 0.03144137 40 20.96119 19.03881 FALSE 359 59330860 49b1 hsa-miR-892a-4395306 Target Undetermined 0.01437294 40 20.96119 19.03881 FALSE 360 59330860 49b1 hsa-miR-147-4373131 Target 31.640524 1.2125554 31.640524 12.601712 19.03881 FALSE 361 59330860 49b1 hsa-miR-208-4373091 Target Undetermined 0.010852087 40 20.96119 19.03881 FALSE 362 59330860 49b1 hsa-miR-211-4373088 Target Undetermined 0.01576323 40 20.96119 19.03881 FALSE 363 59330860 49b1 hsa-miR-212-4373087 Target 29.535715 1.2140487 29.535715 10.496904 19.03881 FALSE 364 59330860 49b1 hsa-miR-219-1-3p-4395206 Target Undetermined 0.021509647 40 20.96119 19.03881 FALSE 365 59330860 49b1 hsa-miR-219-2-3p-4395501 Target Undetermined 0.006509849 40 20.96119 19.03881 FALSE 366 59330860 49b1 hsa-miR-220-4373078 Target Undetermined -0.011534484 40 20.96119 19.03881 FALSE 367 59330860 49b1 hsa-miR-220b-4395317 Target Undetermined 0.058974307 40 20.96119 19.03881 FALSE 368 59330860 49b1 hsa-miR-220c-4395322 Target Undetermined -0.008860868 40 20.96119 19.03881 FALSE 369 59330860 49b1 hsa-miR-298-4395301 Target Undetermined 0.004257479 40 20.96119 19.03881 FALSE 370 59330860 49b1 hsa-miR-325-4373051 Target Undetermined -0.015348904 40 20.96119 19.03881 FALSE 371 59330860 49b1 hsa-miR-346-4373038 Target 30.800968 0.10841705 30.800968 11.762157 19.03881 FALSE 372 59330860 49b1 hsa-miR-376c-4395233 Target 30.399166 1.2234215 30.399166 11.360355 19.03881 FALSE 373 59330860 49b1 hsa-miR-384-4373017 Target Undetermined 0.02839791 40 20.96119 19.03881 FALSE 374 59330860 49b1 hsa-miR-412-4373199 Target Undetermined 0.028222421 40 20.96119 19.03881 FALSE 375 59330860 49b1 hsa-miR-448-4373206 Target Undetermined 0.007533883 40 20.96119 19.03881 FALSE 376 59330860 49b1 hsa-miR-492-4373217 Target 30.475826 0.41394335 30.475826 11.437016 19.03881 FALSE 377 59330860 49b1 hsa-miR-506-4373231 Target Undetermined -0.007149845 40 20.96119 19.03881 FALSE 378 59330860 49b1 hsa-miR-509-3-5p-4395266 Target Undetermined 0.003441075 40 20.96119 19.03881 FALSE 379 59330860 49b1 hsa-miR-511-4373236 Target 30.910295 1.2141697 30.910295 11.871486 19.03881 FALSE 380 59330860 49b1 hsa-miR-517b-4373244 Target Undetermined 0.007691879 40 20.96119 19.03881 FALSE 381 59330860 49b1 hsa-miR-519c-3p-4373251 Target Undetermined 0.019529495 40 20.96119 19.03881 FALSE 382 59330860 49b1 hsa-miR-520b-4373252 Target Undetermined 0.001505483 40 20.96119 19.03881 FALSE 383 59330860 49b1 hsa-miR-520e-4373255 Target Undetermined 0.0024479 40 20.96119 19.03881 FALSE 384 59330860 49b1 hsa-miR-520f-4373256 Target Undetermined 0.001685113 40 20.96119 19.03881 FALSE \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/GSM628094_49b2.txt Thu Oct 10 04:24:43 2019 -0400 @@ -0,0 +1,1 @@ +SDS 2.3 RQ Results 1.2 Filename Testscreen analys all.sdm Assay Type RQ Study EmbeddedFile FileA Run DateTime Fri May 15 17:10:28 BST 2009 Operator ThermalCycleParams EmbeddedFile FileB Run DateTime Sat May 16 10:36:09 BST 2009 Operator ThermalCycleParams EmbeddedFile FileC Run DateTime Sun May 17 13:21:05 BST 2009 Operator ThermalCycleParams # Plate Sample Detector Task Avg Ct Delta Ct Avg Delta Ct ?Ct SE Delta Delta Ct SD RQ RQ Min RQ Max Omit 1 59330882 49b2 hsa-let-7a-4373169 Target 25.336624 1.1424991 25.336624 5.7648964 19.571728 FALSE 2 59330882 49b2 hsa-let-7c-4373167 Target 27.138672 2.3650866 27.138672 7.566944 19.571728 FALSE 3 59330882 49b2 hsa-let-7d-4395394 Target 25.948296 2.446064 25.948296 6.376568 19.571728 FALSE 4 59330882 49b2 hsa-let-7e-4395517 Target 23.21197 2.1739275 23.21197 3.6402416 19.571728 FALSE 5 59330882 49b2 hsa-let-7f-4373164 Target 28.413614 0.33823627 28.413614 8.8418865 19.571728 FALSE 6 59330882 49b2 hsa-let-7g-4395393 Target 25.966393 2.301936 25.966393 6.394665 19.571728 FALSE 7 59330882 49b2 hsa-miR-1-4395333 Target Undetermined 0.12934847 40 20.428272 19.571728 FALSE 8 59330882 49b2 hsa-miR-9-4373285 Target 27.256319 1.5296484 27.256319 7.6845913 19.571728 FALSE 9 59330882 49b2 hsa-miR-10a-4373153 Target 29.348719 1.6544048 29.348719 9.776991 19.571728 FALSE 10 59330882 49b2 hsa-miR-10b-4395329 Target 27.683765 0.9593258 27.683765 8.112038 19.571728 FALSE 11 59330882 49b2 MammU6-4395470 Endogenous Control 19.590775 1.6185604 19.571728 0.08421838 19.571728 FALSE 12 59330882 49b2 MammU6-4395470 Endogenous Control 19.412582 1.7503774 19.571728 0.08421838 19.571728 FALSE 13 59330882 49b2 hsa-miR-15a-4373123 Target 27.411581 1.4970367 27.411581 7.8398533 19.571728 FALSE 14 59330882 49b2 hsa-miR-15b-4373122 Target 28.480183 1.4739857 28.480183 8.908455 19.571728 FALSE 15 59330882 49b2 hsa-miR-16-4373121 Target 22.384783 2.4630432 22.384783 2.813055 19.571728 FALSE 16 59330882 49b2 hsa-miR-17-4395419 Target 23.118504 2.7339308 23.118504 3.5467758 19.571728 FALSE 17 59330882 49b2 hsa-miR-18a-4395533 Target 29.50848 1.7090805 29.50848 9.936752 19.571728 FALSE 18 59330882 49b2 hsa-miR-18b-4395328 Target 31.297195 0.21672185 31.297195 11.725468 19.571728 FALSE 19 59330882 49b2 hsa-miR-19a-4373099 Target 28.267866 1.4248492 28.267866 8.696138 19.571728 FALSE 20 59330882 49b2 hsa-miR-19b-4373098 Target 23.195673 2.1783848 23.195673 3.6239452 19.571728 FALSE 21 59330882 49b2 hsa-miR-20a-4373286 Target 24.991049 2.3267996 24.991049 5.419321 19.571728 FALSE 22 59330882 49b2 hsa-miR-20b-4373263 Target 27.6484 2.3653095 27.6484 8.076672 19.571728 FALSE 23 59330882 49b2 hsa-miR-21-4373090 Target 22.561007 2.060688 22.561007 2.9892788 19.571728 FALSE 24 59330882 49b2 hsa-miR-22-4373079 Target 22.8126 1.2322147 22.8126 3.2408714 19.571728 FALSE 25 59330882 49b2 hsa-miR-23a-4373074 Target 28.119356 0.53445673 28.119356 8.547628 19.571728 FALSE 26 59330882 49b2 hsa-miR-23b-4373073 Target 29.57191 0.62728894 29.57191 10.000183 19.571728 FALSE 27 59330882 49b2 hsa-miR-24-4373072 Target 21.974335 2.3775773 21.974335 2.402607 19.571728 FALSE 28 59330882 49b2 hsa-miR-25-4373071 Target 26.663025 3.675954 26.663025 7.091297 19.571728 FALSE 29 59330882 49b2 hsa-miR-26a-4395166 Target 23.058516 2.44113 23.058516 3.4867878 19.571728 FALSE 30 59330882 49b2 hsa-miR-26b-4395167 Target 25.546339 2.3066607 25.546339 5.9746113 19.571728 FALSE 31 59330882 49b2 hsa-miR-27a-4373287 Target 24.352123 3.3031993 24.352123 4.7803955 19.571728 FALSE 32 59330882 49b2 hsa-miR-27b-4373068 Target 26.169954 2.9883378 26.169954 6.5982265 19.571728 FALSE 33 59330882 49b2 hsa-miR-28-3p-4395557 Target 23.252493 2.8568063 23.252493 3.6807652 19.571728 FALSE 34 59330882 49b2 hsa-miR-28-5p-4373067 Target 26.608524 2.5637565 26.608524 7.0367966 19.571728 FALSE 35 59330882 49b2 MammU6-4395470 Endogenous Control 19.799273 1.6209561 19.571728 0.08421838 19.571728 FALSE 36 59330882 49b2 MammU6-4395470 Endogenous Control 19.484285 1.8414282 19.571728 0.08421838 19.571728 FALSE 37 59330882 49b2 hsa-miR-29a-4395223 Target 21.68582 2.6029701 21.68582 2.1140919 19.571728 FALSE 38 59330882 49b2 hsa-miR-29b-4373288 Target 26.618341 2.05108 26.618341 7.0466137 19.571728 FALSE 39 59330882 49b2 hsa-miR-29c-4395171 Target 23.963179 2.8515055 23.963179 4.391451 19.571728 FALSE 40 59330882 49b2 hsa-miR-30b-4373290 Target 21.254957 2.4192088 21.254957 1.6832294 19.571728 FALSE 41 59330882 49b2 hsa-miR-30c-4373060 Target 21.500038 2.3229313 21.500038 1.9283104 19.571728 FALSE 42 59330882 49b2 hsa-miR-31-4395390 Target 24.204416 2.2263844 24.204416 4.6326885 19.571728 FALSE 43 59330882 49b2 hsa-miR-32-4395220 Target Undetermined 0.039967474 40 20.428272 19.571728 FALSE 44 59330882 49b2 hsa-miR-33b-4395196 Target 31.046354 1.2170569 31.046354 11.4746275 19.571728 FALSE 45 59330882 49b2 hsa-miR-34a-4395168 Target 22.059416 2.7951798 22.059416 2.487688 19.571728 FALSE 46 59330882 49b2 hsa-miR-34c-5p-4373036 Target 27.017893 1.6075749 27.017893 7.446165 19.571728 FALSE 47 59330882 49b2 hsa-miR-92a-4395169 Target 25.844818 2.366903 25.844818 6.2730904 19.571728 FALSE 48 59330882 49b2 hsa-miR-93-4373302 Target 26.781977 2.3476095 26.781977 7.210249 19.571728 FALSE 49 59330882 49b2 hsa-miR-95-4373011 Target 29.121286 2.1419306 29.121286 9.549559 19.571728 FALSE 50 59330882 49b2 hsa-miR-96-4373372 Target Undetermined 0.046656124 40 20.428272 19.571728 FALSE 51 59330882 49b2 hsa-miR-98-4373009 Target 28.66525 0.14054644 28.66525 9.093523 19.571728 FALSE 52 59330882 49b2 hsa-miR-99a-4373008 Target 25.629013 1.949086 25.629013 6.0572853 19.571728 FALSE 53 59330882 49b2 hsa-miR-99b-4373007 Target 25.296297 0.80121624 25.296297 5.7245693 19.571728 FALSE 54 59330882 49b2 hsa-miR-100-4373160 Target 25.129019 2.011741 25.129019 5.557291 19.571728 FALSE 55 59330882 49b2 hsa-miR-101-4395364 Target 31.249023 2.2286875 31.249023 11.677296 19.571728 FALSE 56 59330882 49b2 hsa-miR-103-4373158 Target 28.271809 1.7173496 28.271809 8.700081 19.571728 FALSE 57 59330882 49b2 hsa-miR-105-4395278 Target Undetermined 0.022340357 40 20.428272 19.571728 FALSE 58 59330882 49b2 hsa-miR-106a-4395280 Target 23.133926 2.8192823 23.133926 3.5621986 19.571728 FALSE 59 59330882 49b2 RNU44-4373384 Target 24.329136 1.1030506 24.329136 4.757408 19.571728 FALSE 60 59330882 49b2 hsa-miR-106b-4373155 Target 26.187775 2.0929418 26.187775 6.616047 19.571728 FALSE 61 59330882 49b2 hsa-miR-107-4373154 Target 31.814651 0.5327671 31.814651 12.242924 19.571728 FALSE 62 59330882 49b2 hsa-miR-122-4395356 Target 32.88876 0.5852089 32.88876 13.317032 19.571728 FALSE 63 59330882 49b2 hsa-miR-124-4373295 Target 31.938066 0.7667762 31.938066 12.366338 19.571728 FALSE 64 59330882 49b2 hsa-miR-125a-3p-4395310 Target 31.164654 1.8021984 31.164654 11.592926 19.571728 FALSE 65 59330882 49b2 hsa-miR-125a-5p-4395309 Target 27.687141 2.216326 27.687141 8.115414 19.571728 FALSE 66 59330882 49b2 hsa-miR-125b-4373148 Target 25.27844 2.187452 25.27844 5.7067127 19.571728 FALSE 67 59330882 49b2 hsa-miR-126-4395339 Target 21.899616 2.4246502 21.899616 2.3278885 19.571728 FALSE 68 59330882 49b2 hsa-miR-127-3p-4373147 Target 26.925869 2.4653878 26.925869 7.354141 19.571728 FALSE 69 59330882 49b2 hsa-miR-127-5p-4395340 Target Undetermined 0.058052648 40 20.428272 19.571728 FALSE 70 59330882 49b2 hsa-miR-128-4395327 Target 29.27466 1.5302064 29.27466 9.702932 19.571728 FALSE 71 59330882 49b2 hsa-miR-129-3p-4373297 Target 31.695164 0.6552315 31.695164 12.123436 19.571728 FALSE 72 59330882 49b2 hsa-miR-129-5p-4373171 Target Undetermined 0.026306044 40 20.428272 19.571728 FALSE 73 59330882 49b2 hsa-miR-130a-4373145 Target 28.929853 1.37481 28.929853 9.358126 19.571728 FALSE 74 59330882 49b2 hsa-miR-130b-4373144 Target 28.200588 1.2556903 28.200588 8.62886 19.571728 FALSE 75 59330882 49b2 hsa-miR-132-4373143 Target 27.058432 2.1019423 27.058432 7.486704 19.571728 FALSE 76 59330882 49b2 hsa-miR-133a-4395357 Target 30.81813 1.3686949 30.81813 11.246403 19.571728 FALSE 77 59330882 49b2 hsa-miR-133b-4395358 Target 37.962673 0.27652144 37.962673 18.390945 19.571728 FALSE 78 59330882 49b2 hsa-miR-134-4373299 Target 29.895187 0.68683666 29.895187 10.32346 19.571728 FALSE 79 59330882 49b2 hsa-miR-135a-4373140 Target 34.513058 1.1346344 34.513058 14.94133 19.571728 FALSE 80 59330882 49b2 hsa-miR-135b-4395372 Target 31.108997 2.277664 31.108997 11.53727 19.571728 FALSE 81 59330882 49b2 hsa-miR-136-4373173 Target Undetermined 0.083886325 40 20.428272 19.571728 FALSE 82 59330882 49b2 hsa-miR-137-4373301 Target Undetermined 0.13683502 40 20.428272 19.571728 FALSE 83 59330882 49b2 hsa-miR-138-4395395 Target 24.668058 3.146563 24.668058 5.0963306 19.571728 FALSE 84 59330882 49b2 hsa-miR-139-3p-4395424 Target Undetermined 0.10096866 40 20.428272 19.571728 FALSE 85 59330882 49b2 hsa-miR-139-5p-4395400 Target 26.892881 1.8744552 26.892881 7.3211536 19.571728 FALSE 86 59330882 49b2 hsa-miR-140-3p-4395345 Target 24.703371 1.9218922 24.703371 5.1316433 19.571728 FALSE 87 59330882 49b2 hsa-miR-140-5p-4373374 Target 21.864475 2.4673402 21.864475 2.2927475 19.571728 FALSE 88 59330882 49b2 hsa-miR-141-4373137 Target 32.275734 1.1269923 32.275734 12.704006 19.571728 FALSE 89 59330882 49b2 hsa-miR-142-3p-4373136 Target 23.767885 2.4529827 23.767885 4.1961575 19.571728 FALSE 90 59330882 49b2 hsa-miR-142-5p-4395359 Target 30.267252 1.818051 30.267252 10.695523 19.571728 FALSE 91 59330882 49b2 hsa-miR-143-4395360 Target 25.392855 2.6827416 25.392855 5.821127 19.571728 FALSE 92 59330882 49b2 hsa-miR-145-4395389 Target 23.242247 1.8694493 23.242247 3.6705189 19.571728 FALSE 93 59330882 49b2 hsa-miR-146a-4373132 Target 24.318125 2.5297918 24.318125 4.746397 19.571728 FALSE 94 59330882 49b2 hsa-miR-146b-3p-4395472 Target 32.55697 0.95167994 32.55697 12.985241 19.571728 FALSE 95 59330882 49b2 hsa-miR-146b-5p-4373178 Target 23.411682 2.633522 23.411682 3.8399544 19.571728 FALSE 96 59330882 49b2 hsa-miR-147b-4395373 Target Undetermined 0.02539371 40 20.428272 19.571728 FALSE 97 59330882 49b2 hsa-miR-148a-4373130 Target 26.72508 1.8062646 26.72508 7.1533527 19.571728 FALSE 98 59330882 49b2 hsa-miR-148b-4373129 Target 30.057886 0.4015244 30.057886 10.486158 19.571728 FALSE 99 59330882 49b2 hsa-miR-149-4395366 Target 29.525753 0.6571332 29.525753 9.954025 19.571728 FALSE 100 59330882 49b2 hsa-miR-150-4373127 Target 22.465246 2.6275802 22.465246 2.8935184 19.571728 FALSE 101 59330882 49b2 hsa-miR-152-4395170 Target 25.168928 2.838698 25.168928 5.5972004 19.571728 FALSE 102 59330882 49b2 hsa-miR-153-4373305 Target 35.984463 1.1075256 35.984463 16.412735 19.571728 FALSE 103 59330882 49b2 hsa-miR-154-4373270 Target Undetermined 0.016889986 40 20.428272 19.571728 FALSE 104 59330882 49b2 hsa-miR-181a-4373117 Target 25.890867 1.107273 25.890867 6.3191395 19.571728 FALSE 105 59330882 49b2 hsa-miR-181c-4373115 Target 30.903128 0.56380975 30.903128 11.331401 19.571728 FALSE 106 59330882 49b2 hsa-miR-182-4395445 Target 31.920778 1.7477413 31.920778 12.34905 19.571728 FALSE 107 59330882 49b2 RNU48-4373383 Target 24.350912 2.3200858 24.350912 4.7791843 19.571728 FALSE 108 59330882 49b2 hsa-miR-183-4395380 Target 36.47418 0.23307912 36.47418 16.90245 19.571728 FALSE 109 59330882 49b2 hsa-miR-184-4373113 Target 32.171627 2.3049052 32.171627 12.599899 19.571728 FALSE 110 59330882 49b2 hsa-miR-185-4395382 Target 26.036276 2.35426 26.036276 6.464548 19.571728 FALSE 111 59330882 49b2 hsa-miR-186-4395396 Target 24.075356 2.6930041 24.075356 4.503628 19.571728 FALSE 112 59330882 49b2 hsa-miR-187-4373307 Target 35.734043 0.090866305 35.734043 16.162315 19.571728 FALSE 113 59330882 49b2 hsa-miR-188-3p-4395217 Target Undetermined 0.09711623 40 20.428272 19.571728 FALSE 114 59330882 49b2 hsa-miR-190-4373110 Target 33.538254 1.0633293 33.538254 13.966526 19.571728 FALSE 115 59330882 49b2 hsa-miR-191-4395410 Target 21.405249 2.672657 21.405249 1.8335209 19.571728 FALSE 116 59330882 49b2 hsa-miR-192-4373108 Target 26.839516 2.3544798 26.839516 7.267788 19.571728 FALSE 117 59330882 49b2 hsa-miR-193a-3p-4395361 Target 30.656088 1.798218 30.656088 11.084361 19.571728 FALSE 118 59330882 49b2 hsa-miR-193a-5p-4395392 Target 28.811438 1.8357006 28.811438 9.23971 19.571728 FALSE 119 59330882 49b2 hsa-miR-193b-4395478 Target 22.08021 1.9752568 22.08021 2.508482 19.571728 FALSE 120 59330882 49b2 hsa-miR-194-4373106 Target 30.586714 2.6440868 30.586714 11.014987 19.571728 FALSE 121 59330882 49b2 hsa-miR-195-4373105 Target 24.77304 2.7808266 24.77304 5.201313 19.571728 FALSE 122 59330882 49b2 hsa-miR-196b-4395326 Target 26.77422 2.0507407 26.77422 7.2024918 19.571728 FALSE 123 59330882 49b2 hsa-miR-197-4373102 Target 27.765589 0.80111927 27.765589 8.193861 19.571728 FALSE 124 59330882 49b2 hsa-miR-198-4395384 Target 33.662785 0.42119685 33.662785 14.091057 19.571728 FALSE 125 59330882 49b2 hsa-miR-199a-5p-4373272 Target Undetermined 0.027167464 40 20.428272 19.571728 FALSE 126 59330882 49b2 hsa-miR-199a-3p-4395415 Target 28.20599 1.6640598 28.20599 8.634262 19.571728 FALSE 127 59330882 49b2 hsa-miR-199b-5p-4373100 Target 34.451973 0.38335225 34.451973 14.880245 19.571728 FALSE 128 59330882 49b2 hsa-miR-200a-4378069 Target 22.605474 2.7286873 22.605474 3.0337467 19.571728 FALSE 129 59330882 49b2 hsa-miR-200b-4395362 Target 25.60991 1.5979578 25.60991 6.0381813 19.571728 FALSE 130 59330882 49b2 hsa-miR-200c-4395411 Target 30.573427 0.75334716 30.573427 11.0016985 19.571728 FALSE 131 59330882 49b2 hsa-miR-202-4395474 Target Undetermined 0.19970904 40 20.428272 19.571728 FALSE 132 59330882 49b2 hsa-miR-203-4373095 Target 35.39446 1.1618116 35.39446 15.822731 19.571728 FALSE 133 59330882 49b2 hsa-miR-204-4373094 Target 23.948532 2.8625314 23.948532 4.3768044 19.571728 FALSE 134 59330882 49b2 hsa-miR-205-4373093 Target Undetermined 0.09254048 40 20.428272 19.571728 FALSE 135 59330882 49b2 hsa-miR-208b-4395401 Target Undetermined 0.08539656 40 20.428272 19.571728 FALSE 136 59330882 49b2 hsa-miR-210-4373089 Target 22.011164 1.268025 22.011164 2.439436 19.571728 FALSE 137 59330882 49b2 hsa-miR-214-4395417 Target 26.597103 1.7678771 26.597103 7.0253754 19.571728 FALSE 138 59330882 49b2 hsa-miR-215-4373084 Target 32.168808 0.15281947 32.168808 12.59708 19.571728 FALSE 139 59330882 49b2 hsa-miR-216a-4395331 Target 31.29676 0.7398984 31.29676 11.725033 19.571728 FALSE 140 59330882 49b2 hsa-miR-216b-4395437 Target 31.706612 1.1376033 31.706612 12.134884 19.571728 FALSE 141 59330882 49b2 hsa-miR-217-4395448 Target 33.307465 0.6775513 33.307465 13.735737 19.571728 FALSE 142 59330882 49b2 hsa-miR-218-4373081 Target 29.971169 2.3554568 29.971169 10.399441 19.571728 FALSE 143 59330882 49b2 hsa-miR-219-5p-4373080 Target Undetermined 0.050353475 40 20.428272 19.571728 FALSE 144 59330882 49b2 hsa-miR-221-4373077 Target 25.589949 1.8885993 25.589949 6.018221 19.571728 FALSE 145 59330882 49b2 hsa-miR-222-4395387 Target 18.355541 3.3698819 18.355541 -1.2161865 19.571728 FALSE 146 59330882 49b2 hsa-miR-223-4395406 Target 19.91355 2.677162 19.91355 0.34182167 19.571728 FALSE 147 59330882 49b2 hsa-miR-224-4395210 Target 28.969873 1.596483 28.969873 9.398146 19.571728 FALSE 148 59330882 49b2 hsa-miR-296-3p-4395212 Target Undetermined 0.062435146 40 20.428272 19.571728 FALSE 149 59330882 49b2 hsa-miR-296-5p-4373066 Target 28.11006 0.75816184 28.11006 8.538332 19.571728 FALSE 150 59330882 49b2 hsa-miR-299-3p-4373189 Target Undetermined 0.03528261 40 20.428272 19.571728 FALSE 151 59330882 49b2 hsa-miR-299-5p-4373188 Target Undetermined 0.06104862 40 20.428272 19.571728 FALSE 152 59330882 49b2 hsa-miR-301a-4373064 Target 28.330462 1.7040029 28.330462 8.758734 19.571728 FALSE 153 59330882 49b2 hsa-miR-301b-4395503 Target 34.71778 0.7565677 34.71778 15.146053 19.571728 FALSE 154 59330882 49b2 hsa-miR-302a-4378070 Target 33.390827 0.7021271 33.390827 13.819099 19.571728 FALSE 155 59330882 49b2 ath-miR159a-4373390 Target Undetermined 0.06047153 40 20.428272 19.571728 FALSE 156 59330882 49b2 hsa-miR-302b-4378071 Target Undetermined 0.044804923 40 20.428272 19.571728 FALSE 157 59330882 49b2 hsa-miR-302c-4378072 Target Undetermined 0.06424356 40 20.428272 19.571728 FALSE 158 59330882 49b2 hsa-miR-320-4395388 Target 21.783802 2.6109517 21.783802 2.2120743 19.571728 FALSE 159 59330882 49b2 hsa-miR-323-3p-4395338 Target 30.98308 0.5292757 30.98308 11.411351 19.571728 FALSE 160 59330882 49b2 hsa-miR-324-3p-4395272 Target 27.649406 2.025687 27.649406 8.077679 19.571728 FALSE 161 59330882 49b2 hsa-miR-324-5p-4373052 Target 28.059381 2.0324988 28.059381 8.487654 19.571728 FALSE 162 59330882 49b2 hsa-miR-326-4373050 Target 34.940132 0.096435554 34.940132 15.368404 19.571728 FALSE 163 59330882 49b2 hsa-miR-328-4373049 Target 30.260492 1.1749566 30.260492 10.688764 19.571728 FALSE 164 59330882 49b2 hsa-miR-329-4373191 Target Undetermined 0.030192304 40 20.428272 19.571728 FALSE 165 59330882 49b2 hsa-miR-330-3p-4373047 Target 32.29981 0.42547703 32.29981 12.728081 19.571728 FALSE 166 59330882 49b2 hsa-miR-330-5p-4395341 Target 31.01786 0.91868216 31.01786 11.446133 19.571728 FALSE 167 59330882 49b2 hsa-miR-331-3p-4373046 Target 27.510567 2.0161273 27.510567 7.938839 19.571728 FALSE 168 59330882 49b2 hsa-miR-331-5p-4395344 Target 33.53168 0.23931384 33.53168 13.959953 19.571728 FALSE 169 59330882 49b2 hsa-miR-335-4373045 Target 31.48388 1.612969 31.48388 11.912151 19.571728 FALSE 170 59330882 49b2 hsa-miR-337-5p-4395267 Target 30.105919 1.406317 30.105919 10.534191 19.571728 FALSE 171 59330882 49b2 hsa-miR-338-3p-4395363 Target 30.916538 1.2381024 30.916538 11.3448105 19.571728 FALSE 172 59330882 49b2 hsa-miR-339-3p-4395295 Target 26.191746 1.5700402 26.191746 6.620018 19.571728 FALSE 173 59330882 49b2 hsa-miR-339-5p-4395368 Target 30.421698 0.28615773 30.421698 10.849971 19.571728 FALSE 174 59330882 49b2 hsa-miR-340-4395369 Target 30.125237 2.0948596 30.125237 10.553509 19.571728 FALSE 175 59330882 49b2 has-miR-155-4395459 Target 24.18353 2.3847451 24.18353 4.611803 19.571728 FALSE 176 59330882 49b2 hsa-let-7b-4395446 Target 21.217636 1.7899461 21.217636 1.6459084 19.571728 FALSE 177 59330882 49b2 hsa-miR-342-3p-4395371 Target 22.078352 1.7689104 22.078352 2.5066242 19.571728 FALSE 178 59330882 49b2 hsa-miR-342-5p-4395258 Target 36.36629 0.09753479 36.36629 16.794563 19.571728 FALSE 179 59330882 49b2 hsa-miR-345-4395297 Target 27.321882 2.0808947 27.321882 7.7501545 19.571728 FALSE 180 59330882 49b2 hsa-miR-361-5p-4373035 Target 27.592949 2.0438957 27.592949 8.021221 19.571728 FALSE 181 59330882 49b2 hsa-miR-362-3p-4395228 Target 30.870564 2.1359468 30.870564 11.298836 19.571728 FALSE 182 59330882 49b2 hsa-miR-362-5p-4378092 Target 29.384594 1.1941569 29.384594 9.812866 19.571728 FALSE 183 59330882 49b2 hsa-miR-363-4378090 Target 30.822092 1.2048596 30.822092 11.250363 19.571728 FALSE 184 59330882 49b2 hsa-miR-365-4373194 Target 25.72512 1.650953 25.72512 6.153393 19.571728 FALSE 185 59330882 49b2 hsa-miR-367-4373034 Target Undetermined 0.048231035 40 20.428272 19.571728 FALSE 186 59330882 49b2 hsa-miR-369-3p-4373032 Target Undetermined 0.027843285 40 20.428272 19.571728 FALSE 187 59330882 49b2 hsa-miR-369-5p-4373195 Target Undetermined 0.019046133 40 20.428272 19.571728 FALSE 188 59330882 49b2 hsa-miR-370-4395386 Target 28.371801 0.9170901 28.371801 8.800074 19.571728 FALSE 189 59330882 49b2 hsa-miR-371-3p-4395235 Target Undetermined 0.026552329 40 20.428272 19.571728 FALSE 190 59330882 49b2 hsa-miR-372-4373029 Target Undetermined 0.11486145 40 20.428272 19.571728 FALSE 191 59330882 49b2 hsa-miR-373-4378073 Target Undetermined 0.026201561 40 20.428272 19.571728 FALSE 192 59330882 49b2 hsa-miR-374a-4373028 Target 26.852993 2.9525144 26.852993 7.2812653 19.571728 FALSE 193 59330882 49b2 hsa-miR-374b-4381045 Target 26.488493 2.5237026 26.488493 6.916765 19.571728 FALSE 194 59330882 49b2 hsa-miR-375-4373027 Target 28.458307 2.2671304 28.458307 8.8865795 19.571728 FALSE 195 59330882 49b2 hsa-miR-376a-4373026 Target 31.002743 1.2921838 31.002743 11.431015 19.571728 FALSE 196 59330882 49b2 hsa-miR-376b-4373196 Target Undetermined 0.049089547 40 20.428272 19.571728 FALSE 197 59330882 49b2 hsa-miR-377-4373025 Target Undetermined 0.03364621 40 20.428272 19.571728 FALSE 198 59330882 49b2 hsa-miR-379-4373349 Target 30.643963 1.2193556 30.643963 11.072235 19.571728 FALSE 199 59330882 49b2 hsa-miR-380-4373022 Target Undetermined 0.030467995 40 20.428272 19.571728 FALSE 200 59330882 49b2 hsa-miR-381-4373020 Target Undetermined 0.05266531 40 20.428272 19.571728 FALSE 201 59330882 49b2 hsa-miR-382-4373019 Target Undetermined 0.1659452 40 20.428272 19.571728 FALSE 202 59330882 49b2 hsa-miR-383-4373018 Target Undetermined 0.005043209 40 20.428272 19.571728 FALSE 203 59330882 49b2 hsa-miR-409-5p-4395442 Target 34.682835 0.5487287 34.682835 15.111107 19.571728 FALSE 204 59330882 49b2 hsa-miR-410-4378093 Target 32.61077 1.0669742 32.61077 13.039043 19.571728 FALSE 205 59330882 49b2 hsa-miR-411-4381013 Target 29.668179 2.2708533 29.668179 10.096451 19.571728 FALSE 206 59330882 49b2 hsa-miR-422a-4395408 Target 35.898617 0.53861874 35.898617 16.326889 19.571728 FALSE 207 59330882 49b2 hsa-miR-423-5p-4395451 Target 28.212872 1.286877 28.212872 8.641144 19.571728 FALSE 208 59330882 49b2 hsa-miR-424-4373201 Target 29.24837 1.8039392 29.24837 9.676641 19.571728 FALSE 209 59330882 49b2 hsa-miR-425-4380926 Target 26.92851 0.64383227 26.92851 7.356783 19.571728 FALSE 210 59330882 49b2 hsa-miR-429-4373203 Target 28.755205 2.3028312 28.755205 9.183477 19.571728 FALSE 211 59330882 49b2 hsa-miR-431-4395173 Target Undetermined 0.07531461 40 20.428272 19.571728 FALSE 212 59330882 49b2 hsa-miR-433-4373205 Target Undetermined 0.022745332 40 20.428272 19.571728 FALSE 213 59330882 49b2 hsa-miR-449a-4373207 Target 33.713028 0.591548 33.713028 14.1413 19.571728 FALSE 214 59330882 49b2 hsa-miR-449b-4381011 Target 33.325447 0.7132867 33.325447 13.753719 19.571728 FALSE 215 59330882 49b2 hsa-miR-450a-4395414 Target Undetermined 0.028734908 40 20.428272 19.571728 FALSE 216 59330882 49b2 hsa-miR-450b-3p-4395319 Target Undetermined 0.040047206 40 20.428272 19.571728 FALSE 217 59330882 49b2 hsa-miR-450b-5p-4395318 Target Undetermined 0.05979571 40 20.428272 19.571728 FALSE 218 59330882 49b2 hsa-miR-451-4373360 Target 26.13136 2.432005 26.13136 6.5596313 19.571728 FALSE 219 59330882 49b2 hsa-miR-452-4395440 Target 31.77432 1.8845956 31.77432 12.202594 19.571728 FALSE 220 59330882 49b2 hsa-miR-453-4395429 Target Undetermined 0.001904156 40 20.428272 19.571728 FALSE 221 59330882 49b2 hsa-miR-454-4395434 Target 25.991364 2.3509705 25.991364 6.419636 19.571728 FALSE 222 59330882 49b2 hsa-miR-455-3p-4395355 Target 27.20889 1.6198788 27.20889 7.637163 19.571728 FALSE 223 59330882 49b2 hsa-miR-455-5p-4378098 Target 25.77223 2.151906 25.77223 6.2005024 19.571728 FALSE 224 59330882 49b2 hsa-miR-483-5p-4395449 Target 29.169977 2.0212195 29.169977 9.598249 19.571728 FALSE 225 59330882 49b2 hsa-miR-484-4381032 Target 23.0135 2.3584685 23.0135 3.4417725 19.571728 FALSE 226 59330882 49b2 hsa-miR-485-3p-4378095 Target Undetermined 0.005372498 40 20.428272 19.571728 FALSE 227 59330882 49b2 hsa-miR-485-5p-4373212 Target Undetermined 0.04218172 40 20.428272 19.571728 FALSE 228 59330882 49b2 hsa-miR-486-3p-4395204 Target Undetermined 0.03501303 40 20.428272 19.571728 FALSE 229 59330882 49b2 hsa-miR-486-5p-4378096 Target 28.83299 1.4804227 28.83299 9.261263 19.571728 FALSE 230 59330882 49b2 hsa-miR-487a-4378097 Target 37.082756 0.082953975 37.082756 17.511028 19.571728 FALSE 231 59330882 49b2 hsa-miR-487b-4378102 Target 31.954021 0.74952817 31.954021 12.382294 19.571728 FALSE 232 59330882 49b2 hsa-miR-488-4395468 Target Undetermined 0.04003793 40 20.428272 19.571728 FALSE 233 59330882 49b2 hsa-miR-489-4395469 Target 27.986998 2.20007 27.986998 8.41527 19.571728 FALSE 234 59330882 49b2 hsa-miR-490-3p-4373215 Target Undetermined 0.032439884 40 20.428272 19.571728 FALSE 235 59330882 49b2 hsa-miR-491-3p-4395471 Target Undetermined 0.005908132 40 20.428272 19.571728 FALSE 236 59330882 49b2 hsa-miR-491-5p-4381053 Target 28.993925 2.1100998 28.993925 9.422197 19.571728 FALSE 237 59330882 49b2 hsa-miR-493-4395475 Target 32.148598 1.0945991 32.148598 12.57687 19.571728 FALSE 238 59330882 49b2 hsa-miR-494-4395476 Target 28.223171 2.0998247 28.223171 8.6514435 19.571728 FALSE 239 59330882 49b2 hsa-miR-495-4381078 Target 30.241642 1.4486121 30.241642 10.669914 19.571728 FALSE 240 59330882 49b2 hsa-miR-496-4386771 Target Undetermined 0.028481552 40 20.428272 19.571728 FALSE 241 59330882 49b2 hsa-miR-499-3p-4395538 Target Undetermined 0.067429006 40 20.428272 19.571728 FALSE 242 59330882 49b2 hsa-miR-499-5p-4381047 Target Undetermined 0.042889766 40 20.428272 19.571728 FALSE 243 59330882 49b2 hsa-miR-500-4395539 Target 27.951694 2.4358616 27.951694 8.379967 19.571728 FALSE 244 59330882 49b2 hsa-miR-501-3p-4395546 Target Undetermined 0.05572311 40 20.428272 19.571728 FALSE 245 59330882 49b2 hsa-miR-501-5p-4373226 Target 28.178774 0.74389887 28.178774 8.607046 19.571728 FALSE 246 59330882 49b2 hsa-miR-502-3p-4395194 Target 30.754885 1.6531461 30.754885 11.183156 19.571728 FALSE 247 59330882 49b2 hsa-miR-502-5p-4373227 Target 30.000038 1.0155864 30.000038 10.42831 19.571728 FALSE 248 59330882 49b2 hsa-miR-503-4373228 Target 31.808792 0.8087901 31.808792 12.237064 19.571728 FALSE 249 59330882 49b2 hsa-miR-504-4395195 Target Undetermined 0.016154313 40 20.428272 19.571728 FALSE 250 59330882 49b2 hsa-miR-505-4395200 Target 31.850225 0.51774347 31.850225 12.278499 19.571728 FALSE 251 59330882 49b2 hsa-miR-507-4373232 Target Undetermined 0.028240897 40 20.428272 19.571728 FALSE 252 59330882 49b2 hsa-miR-508-3p-4373233 Target Undetermined 0.018705921 40 20.428272 19.571728 FALSE 253 59330882 49b2 hsa-miR-508-5p-4395203 Target Undetermined 0.029343216 40 20.428272 19.571728 FALSE 254 59330882 49b2 hsa-miR-509-5p-4395346 Target Undetermined 0.03695626 40 20.428272 19.571728 FALSE 255 59330882 49b2 hsa-miR-510-4395352 Target Undetermined 0.015899248 40 20.428272 19.571728 FALSE 256 59330882 49b2 hsa-miR-512-3p-4381034 Target Undetermined 0.006991136 40 20.428272 19.571728 FALSE 257 59330882 49b2 hsa-miR-512-5p-4373238 Target Undetermined 0.037815567 40 20.428272 19.571728 FALSE 258 59330882 49b2 hsa-miR-513-5p-4395201 Target Undetermined 0.012853682 40 20.428272 19.571728 FALSE 259 59330882 49b2 hsa-miR-515-3p-4395480 Target Undetermined 0.013567017 40 20.428272 19.571728 FALSE 260 59330882 49b2 hsa-miR-515-5p-4373242 Target Undetermined 0.023842452 40 20.428272 19.571728 FALSE 261 59330882 49b2 hsa-miR-516a-5p-4395527 Target Undetermined 0.008285754 40 20.428272 19.571728 FALSE 262 59330882 49b2 hsa-miR-516b-4395172 Target Undetermined 0.0183991 40 20.428272 19.571728 FALSE 263 59330882 49b2 hsa-miR-517a-4395513 Target Undetermined 0.07712206 40 20.428272 19.571728 FALSE 264 59330882 49b2 hsa-miR-517c-4373264 Target Undetermined 0.059966397 40 20.428272 19.571728 FALSE 265 59330882 49b2 hsa-miR-518a-3p-4395508 Target Undetermined 0.08408518 40 20.428272 19.571728 FALSE 266 59330882 49b2 hsa-miR-518a-5p-4395507 Target Undetermined 0.016616464 40 20.428272 19.571728 FALSE 267 59330882 49b2 hsa-miR-518b-4373246 Target 35.811977 0.12897186 35.811977 16.24025 19.571728 FALSE 268 59330882 49b2 hsa-miR-518c-4395512 Target Undetermined 0.01770178 40 20.428272 19.571728 FALSE 269 59330882 49b2 hsa-miR-518d-3p-4373248 Target Undetermined 0.04402751 40 20.428272 19.571728 FALSE 270 59330882 49b2 hsa-miR-518d-5p-4395500 Target Undetermined 0.046163008 40 20.428272 19.571728 FALSE 271 59330882 49b2 hsa-miR-518e-4395506 Target Undetermined 0.04534433 40 20.428272 19.571728 FALSE 272 59330882 49b2 hsa-miR-518f-4395499 Target 35.700005 0.15545432 35.700005 16.128277 19.571728 FALSE 273 59330882 49b2 hsa-miR-519a-4395526 Target 36.697502 0.12081671 36.697502 17.125774 19.571728 FALSE 274 59330882 49b2 hsa-miR-519d-4395514 Target 39.026917 0.09179309 39.026917 19.455189 19.571728 FALSE 275 59330882 49b2 hsa-miR-519e-4395481 Target Undetermined 0.012928602 40 20.428272 19.571728 FALSE 276 59330882 49b2 hsa-miR-520a-3p-4373268 Target 38.0309 0.097747535 38.0309 18.459171 19.571728 FALSE 277 59330882 49b2 hsa-miR-520a-5p-4378085 Target Undetermined 0.005019729 40 20.428272 19.571728 FALSE 278 59330882 49b2 hsa-miR-520d-5p-4395504 Target Undetermined 0.002985383 40 20.428272 19.571728 FALSE 279 59330882 49b2 hsa-miR-520g-4373257 Target Undetermined 0.016055083 40 20.428272 19.571728 FALSE 280 59330882 49b2 hsa-miR-521-4373259 Target 32.593636 0.4342498 32.593636 13.021908 19.571728 FALSE 281 59330882 49b2 hsa-miR-522-4395524 Target Undetermined 0.026426397 40 20.428272 19.571728 FALSE 282 59330882 49b2 hsa-miR-523-4395497 Target Undetermined 0.038112752 40 20.428272 19.571728 FALSE 283 59330882 49b2 hsa-miR-524-5p-4395174 Target Undetermined 0.010020013 40 20.428272 19.571728 FALSE 284 59330882 49b2 hsa-miR-525-3p-4395496 Target Undetermined 0.010512468 40 20.428272 19.571728 FALSE 285 59330882 49b2 hsa-miR-525-5p-4378088 Target Undetermined 0.017216325 40 20.428272 19.571728 FALSE 286 59330882 49b2 hsa-miR-526b-4395493 Target Undetermined 0.009065167 40 20.428272 19.571728 FALSE 287 59330882 49b2 hsa-miR-532-3p-4395466 Target 27.01896 1.863357 27.01896 7.447233 19.571728 FALSE 288 59330882 49b2 hsa-miR-532-5p-4380928 Target 23.83883 2.3487492 23.83883 4.267103 19.571728 FALSE 289 59330882 49b2 hsa-miR-539-4378103 Target 29.963669 2.1177597 29.963669 10.391941 19.571728 FALSE 290 59330882 49b2 hsa-miR-541-4395312 Target Undetermined -0.001060745 40 20.428272 19.571728 FALSE 291 59330882 49b2 hsa-miR-542-3p-4378101 Target 34.255413 0.9099369 34.255413 14.683685 19.571728 FALSE 292 59330882 49b2 hsa-miR-542-5p-4395351 Target 30.885033 1.0571011 30.885033 11.313305 19.571728 FALSE 293 59330882 49b2 hsa-miR-544-4395376 Target Undetermined 0.034878578 40 20.428272 19.571728 FALSE 294 59330882 49b2 hsa-miR-545-4395378 Target 32.973404 1.4201801 32.973404 13.401676 19.571728 FALSE 295 59330882 49b2 hsa-miR-548a-3p-4380948 Target Undetermined 0.023266573 40 20.428272 19.571728 FALSE 296 59330882 49b2 hsa-miR-548a-5p-4395523 Target Undetermined 0.03442649 40 20.428272 19.571728 FALSE 297 59330882 49b2 hsa-miR-548b-3p-4380951 Target Undetermined 0.031500462 40 20.428272 19.571728 FALSE 298 59330882 49b2 hsa-miR-548b-5p-4395519 Target 32.463295 0.83915704 32.463295 12.891567 19.571728 FALSE 299 59330882 49b2 hsa-miR-548c-3p-4380993 Target Undetermined 0.058891386 40 20.428272 19.571728 FALSE 300 59330882 49b2 hsa-miR-548c-5p-4395540 Target 32.450348 1.0637466 32.450348 12.87862 19.571728 FALSE 301 59330882 49b2 hsa-miR-548d-3p-4381008 Target Undetermined 0.02147334 40 20.428272 19.571728 FALSE 302 59330882 49b2 hsa-miR-548d-5p-4395348 Target 33.50157 0.56165135 33.50157 13.929844 19.571728 FALSE 303 59330882 49b2 hsa-miR-551b-4380945 Target Undetermined 0.007241742 40 20.428272 19.571728 FALSE 304 59330882 49b2 hsa-miR-556-3p-4395456 Target Undetermined 0.07365721 40 20.428272 19.571728 FALSE 305 59330882 49b2 hsa-miR-556-5p-4395455 Target Undetermined 0.023273226 40 20.428272 19.571728 FALSE 306 59330882 49b2 hsa-miR-561-4380938 Target Undetermined 0.016521132 40 20.428272 19.571728 FALSE 307 59330882 49b2 hsa-miR-570-4395458 Target 32.889484 1.1911881 32.889484 13.317757 19.571728 FALSE 308 59330882 49b2 hsa-miR-574-3p-4395460 Target Undetermined 0.035221912 40 20.428272 19.571728 FALSE 309 59330882 49b2 hsa-miR-576-3p-4395462 Target 32.36778 1.3346033 32.36778 12.796051 19.571728 FALSE 310 59330882 49b2 hsa-miR-576-5p-4395461 Target 34.29749 0.3181923 34.29749 14.725761 19.571728 FALSE 311 59330882 49b2 hsa-miR-579-4395509 Target 32.033566 1.5211816 32.033566 12.461838 19.571728 FALSE 312 59330882 49b2 hsa-miR-582-3p-4395510 Target 33.65224 1.1763201 33.65224 14.080513 19.571728 FALSE 313 59330882 49b2 hsa-miR-582-5p-4395175 Target Undetermined 0.03141022 40 20.428272 19.571728 FALSE 314 59330882 49b2 hsa-miR-589-4395520 Target Undetermined 0.012303432 40 20.428272 19.571728 FALSE 315 59330882 49b2 hsa-miR-590-5p-4395176 Target 27.420382 2.3705049 27.420382 7.848654 19.571728 FALSE 316 59330882 49b2 hsa-miR-597-4380960 Target 30.630325 1.7755898 30.630325 11.058598 19.571728 FALSE 317 59330882 49b2 hsa-miR-598-4395179 Target 31.024424 1.4958401 31.024424 11.452695 19.571728 FALSE 318 59330882 49b2 hsa-miR-615-3p-4386777 Target Undetermined -0.00933135 40 20.428272 19.571728 FALSE 319 59330882 49b2 hsa-miR-615-5p-4395464 Target 37.088963 0.084164254 37.088963 17.517235 19.571728 FALSE 320 59330882 49b2 hsa-miR-616-4395525 Target 38.84456 0.11235015 38.84456 19.272831 19.571728 FALSE 321 59330882 49b2 hsa-miR-618-4380996 Target 31.338047 1.8826162 31.338047 11.766319 19.571728 FALSE 322 59330882 49b2 hsa-miR-624-4395541 Target Undetermined 0.011581073 40 20.428272 19.571728 FALSE 323 59330882 49b2 hsa-miR-625-4395542 Target 29.253935 1.3816038 29.253935 9.682207 19.571728 FALSE 324 59330882 49b2 hsa-miR-627-4380967 Target 35.59786 1.0219858 35.59786 16.02613 19.571728 FALSE 325 59330882 49b2 hsa-miR-628-5p-4395544 Target 30.339687 2.3354526 30.339687 10.76796 19.571728 FALSE 326 59330882 49b2 hsa-miR-629-4395547 Target 31.946545 1.1830124 31.946545 12.374817 19.571728 FALSE 327 59330882 49b2 hsa-miR-636-4395199 Target 31.542086 0.93470705 31.542086 11.970357 19.571728 FALSE 328 59330882 49b2 hsa-miR-642-4380995 Target 33.3036 0.8791654 33.3036 13.731873 19.571728 FALSE 329 59330882 49b2 hsa-miR-651-4381007 Target Undetermined 0.016117033 40 20.428272 19.571728 FALSE 330 59330882 49b2 hsa-miR-652-4395463 Target 30.954401 1.0962467 30.954401 11.382672 19.571728 FALSE 331 59330882 49b2 hsa-miR-653-4395403 Target Undetermined 0.02334144 40 20.428272 19.571728 FALSE 332 59330882 49b2 hsa-miR-654-3p-4395350 Target Undetermined 0.010158539 40 20.428272 19.571728 FALSE 333 59330882 49b2 hsa-miR-654-5p-4381014 Target Undetermined 0.025298476 40 20.428272 19.571728 FALSE 334 59330882 49b2 hsa-miR-655-4381015 Target 34.441364 0.87577915 34.441364 14.869637 19.571728 FALSE 335 59330882 49b2 hsa-miR-660-4380925 Target 26.571896 2.080493 26.571896 7.000168 19.571728 FALSE 336 59330882 49b2 hsa-miR-671-3p-4395433 Target 37.881916 0.14800066 37.881916 18.310188 19.571728 FALSE 337 59330882 49b2 hsa-miR-672-4395438 Target Undetermined 0.034272786 40 20.428272 19.571728 FALSE 338 59330882 49b2 hsa-miR-674-4395193 Target Undetermined 0.012486192 40 20.428272 19.571728 FALSE 339 59330882 49b2 hsa-miR-708-4395452 Target 27.041967 2.5445151 27.041967 7.4702396 19.571728 FALSE 340 59330882 49b2 hsa-miR-744-4395435 Target 28.502558 2.402868 28.502558 8.93083 19.571728 FALSE 341 59330882 49b2 hsa-miR-758-4395180 Target Undetermined 0.024616292 40 20.428272 19.571728 FALSE 342 59330882 49b2 hsa-miR-871-4395465 Target Undetermined 0.018594388 40 20.428272 19.571728 FALSE 343 59330882 49b2 hsa-miR-872-4395375 Target Undetermined -0.001124618 40 20.428272 19.571728 FALSE 344 59330882 49b2 hsa-miR-873-4395467 Target Undetermined -0.003435803 40 20.428272 19.571728 FALSE 345 59330882 49b2 hsa-miR-874-4395379 Target 31.036684 0.23350587 31.036684 11.464955 19.571728 FALSE 346 59330882 49b2 hsa-miR-875-3p-4395315 Target Undetermined 0.027580302 40 20.428272 19.571728 FALSE 347 59330882 49b2 hsa-miR-876-3p-4395336 Target Undetermined 0.035674445 40 20.428272 19.571728 FALSE 348 59330882 49b2 hsa-miR-876-5p-4395316 Target Undetermined 0.040181465 40 20.428272 19.571728 FALSE 349 59330882 49b2 hsa-miR-885-3p-4395483 Target Undetermined 0.09038733 40 20.428272 19.571728 FALSE 350 59330882 49b2 hsa-miR-885-5p-4395407 Target 30.737474 1.4032357 30.737474 11.165746 19.571728 FALSE 351 59330882 49b2 hsa-miR-886-3p-4395305 Target 25.387653 1.4167657 25.387653 5.8159256 19.571728 FALSE 352 59330882 49b2 hsa-miR-886-5p-4395304 Target 26.503635 1.8626523 26.503635 6.9319077 19.571728 FALSE 353 59330882 49b2 hsa-miR-887-4395485 Target 34.310112 0.09456868 34.310112 14.738384 19.571728 FALSE 354 59330882 49b2 hsa-miR-888-4395323 Target Undetermined 0.05774872 40 20.428272 19.571728 FALSE 355 59330882 49b2 hsa-miR-889-4395313 Target Undetermined 0.028370611 40 20.428272 19.571728 FALSE 356 59330882 49b2 hsa-miR-890-4395320 Target Undetermined 0.012662439 40 20.428272 19.571728 FALSE 357 59330882 49b2 hsa-miR-891a-4395302 Target Undetermined 0.009192055 40 20.428272 19.571728 FALSE 358 59330882 49b2 hsa-miR-891b-4395321 Target Undetermined 0.05328407 40 20.428272 19.571728 FALSE 359 59330882 49b2 hsa-miR-892a-4395306 Target Undetermined 0.04111708 40 20.428272 19.571728 FALSE 360 59330882 49b2 hsa-miR-147-4373131 Target Undetermined 0.013694067 40 20.428272 19.571728 FALSE 361 59330882 49b2 hsa-miR-208-4373091 Target Undetermined 0.008508985 40 20.428272 19.571728 FALSE 362 59330882 49b2 hsa-miR-211-4373088 Target Undetermined 0.034413762 40 20.428272 19.571728 FALSE 363 59330882 49b2 hsa-miR-212-4373087 Target 27.903637 1.8323001 27.903637 8.331909 19.571728 FALSE 364 59330882 49b2 hsa-miR-219-1-3p-4395206 Target Undetermined 0.031753138 40 20.428272 19.571728 FALSE 365 59330882 49b2 hsa-miR-219-2-3p-4395501 Target Undetermined 0.012065348 40 20.428272 19.571728 FALSE 366 59330882 49b2 hsa-miR-220-4373078 Target Undetermined -2.05E-04 40 20.428272 19.571728 FALSE 367 59330882 49b2 hsa-miR-220b-4395317 Target Undetermined 0.02381927 40 20.428272 19.571728 FALSE 368 59330882 49b2 hsa-miR-220c-4395322 Target Undetermined 0.004276717 40 20.428272 19.571728 FALSE 369 59330882 49b2 hsa-miR-298-4395301 Target Undetermined 0.010761828 40 20.428272 19.571728 FALSE 370 59330882 49b2 hsa-miR-325-4373051 Target Undetermined 0.018448563 40 20.428272 19.571728 FALSE 371 59330882 49b2 hsa-miR-346-4373038 Target 30.81617 0.08625554 30.81617 11.244442 19.571728 FALSE 372 59330882 49b2 hsa-miR-376c-4395233 Target 29.52097 1.348231 29.52097 9.949242 19.571728 FALSE 373 59330882 49b2 hsa-miR-384-4373017 Target Undetermined 0.01635677 40 20.428272 19.571728 FALSE 374 59330882 49b2 hsa-miR-412-4373199 Target Undetermined 0.10848244 40 20.428272 19.571728 FALSE 375 59330882 49b2 hsa-miR-448-4373206 Target Undetermined 0.01224878 40 20.428272 19.571728 FALSE 376 59330882 49b2 hsa-miR-492-4373217 Target 31.359459 0.443748 31.359459 11.787731 19.571728 FALSE 377 59330882 49b2 hsa-miR-506-4373231 Target Undetermined -0.001701452 40 20.428272 19.571728 FALSE 378 59330882 49b2 hsa-miR-509-3-5p-4395266 Target Undetermined 0.008120015 40 20.428272 19.571728 FALSE 379 59330882 49b2 hsa-miR-511-4373236 Target 30.758118 1.6419263 30.758118 11.18639 19.571728 FALSE 380 59330882 49b2 hsa-miR-517b-4373244 Target Undetermined 0.037667513 40 20.428272 19.571728 FALSE 381 59330882 49b2 hsa-miR-519c-3p-4373251 Target Undetermined 0.03327681 40 20.428272 19.571728 FALSE 382 59330882 49b2 hsa-miR-520b-4373252 Target Undetermined 0.03064195 40 20.428272 19.571728 FALSE 383 59330882 49b2 hsa-miR-520e-4373255 Target Undetermined 0.034915034 40 20.428272 19.571728 FALSE 384 59330882 49b2 hsa-miR-520f-4373256 Target Undetermined 0.003389276 40 20.428272 19.571728 FALSE \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/GSM628096_4b.txt Thu Oct 10 04:24:43 2019 -0400 @@ -0,0 +1,1 @@ +SDS 2.3 RQ Results 1.2 Filename Testscreen analys all.sdm Assay Type RQ Study EmbeddedFile FileA Run DateTime Fri May 15 17:10:28 BST 2009 Operator ThermalCycleParams EmbeddedFile FileB Run DateTime Sat May 16 10:36:09 BST 2009 Operator ThermalCycleParams EmbeddedFile FileC Run DateTime Sun May 17 13:21:05 BST 2009 Operator ThermalCycleParams # Plate Sample Detector Task Avg Ct Delta Ct Avg Delta Ct ?Ct SE Delta Delta Ct SD RQ RQ Min RQ Max Omit 1 59330853 4b hsa-let-7a-4373169 Target 23.291033 1.3759632 23.291033 3.457775 19.833258 FALSE 2 59330853 4b hsa-let-7c-4373167 Target 25.300707 2.4938917 25.300707 5.467449 19.833258 FALSE 3 59330853 4b hsa-let-7d-4395394 Target 23.78436 2.499659 23.78436 3.9511032 19.833258 FALSE 4 59330853 4b hsa-let-7e-4395517 Target 20.764605 2.073879 20.764605 0.9313469 19.833258 FALSE 5 59330853 4b hsa-let-7f-4373164 Target 25.653057 0.740587 25.653057 5.8197994 19.833258 FALSE 6 59330853 4b hsa-let-7g-4395393 Target 23.380072 2.665582 23.380072 3.546814 19.833258 FALSE 7 59330853 4b hsa-miR-1-4395333 Target 34.160213 1.1588602 34.160213 14.326955 19.833258 FALSE 8 59330853 4b hsa-miR-9-4373285 Target 31.568865 0.52729195 31.568865 11.735607 19.833258 FALSE 9 59330853 4b hsa-miR-10a-4373153 Target 25.73047 1.9392906 25.73047 5.897213 19.833258 FALSE 10 59330853 4b hsa-miR-10b-4395329 Target 23.959839 1.6580532 23.959839 4.126581 19.833258 FALSE 11 59330853 4b MammU6-4395470 Endogenous Control 19.813477 1.5312552 19.833258 0.036807764 19.833258 FALSE 12 59330853 4b MammU6-4395470 Endogenous Control 19.8085 1.4918691 19.833258 0.036807764 19.833258 FALSE 13 59330853 4b hsa-miR-15a-4373123 Target 28.298038 1.0603117 28.298038 8.464781 19.833258 FALSE 14 59330853 4b hsa-miR-15b-4373122 Target 26.3751 1.7856473 26.3751 6.5418415 19.833258 FALSE 15 59330853 4b hsa-miR-16-4373121 Target 21.520271 2.3517525 21.520271 1.6870136 19.833258 FALSE 16 59330853 4b hsa-miR-17-4395419 Target 20.554743 2.631872 20.554743 0.72148514 19.833258 FALSE 17 59330853 4b hsa-miR-18a-4395533 Target 27.322023 2.0853138 27.322023 7.4887657 19.833258 FALSE 18 59330853 4b hsa-miR-18b-4395328 Target 28.426865 0.34383592 28.426865 8.593607 19.833258 FALSE 19 59330853 4b hsa-miR-19a-4373099 Target 26.467329 1.5188221 26.467329 6.6340714 19.833258 FALSE 20 59330853 4b hsa-miR-19b-4373098 Target 21.408497 2.1803668 21.408497 1.5752392 19.833258 FALSE 21 59330853 4b hsa-miR-20a-4373286 Target 22.341503 2.3190844 22.341503 2.5082455 19.833258 FALSE 22 59330853 4b hsa-miR-20b-4373263 Target 24.850372 2.2886927 24.850372 5.0171146 19.833258 FALSE 23 59330853 4b hsa-miR-21-4373090 Target 21.074604 2.1141844 21.074604 1.2413464 19.833258 FALSE 24 59330853 4b hsa-miR-22-4373079 Target 23.365898 0.9532442 23.365898 3.5326405 19.833258 FALSE 25 59330853 4b hsa-miR-23a-4373074 Target 28.201803 0.27379617 28.201803 8.368546 19.833258 FALSE 26 59330853 4b hsa-miR-23b-4373073 Target 27.276524 0.8261914 27.276524 7.443266 19.833258 FALSE 27 59330853 4b hsa-miR-24-4373072 Target 20.352364 2.5141726 20.352364 0.5191059 19.833258 FALSE 28 59330853 4b hsa-miR-25-4373071 Target 24.422493 3.4336 24.422493 4.5892353 19.833258 FALSE 29 59330853 4b hsa-miR-26a-4395166 Target 20.149544 2.7223685 20.149544 0.3162861 19.833258 FALSE 30 59330853 4b hsa-miR-26b-4395167 Target 23.695211 2.2649932 23.695211 3.8619537 19.833258 FALSE 31 59330853 4b hsa-miR-27a-4373287 Target 23.716736 3.3209853 23.716736 3.8834782 19.833258 FALSE 32 59330853 4b hsa-miR-27b-4373068 Target 24.550152 3.4104607 24.550152 4.716894 19.833258 FALSE 33 59330853 4b hsa-miR-28-3p-4395557 Target 22.787794 2.8933427 22.787794 2.9545364 19.833258 FALSE 34 59330853 4b hsa-miR-28-5p-4373067 Target 25.489168 2.5774171 25.489168 5.6559105 19.833258 FALSE 35 59330853 4b MammU6-4395470 Endogenous Control 19.939972 1.5340177 19.833258 0.036807764 19.833258 FALSE 36 59330853 4b MammU6-4395470 Endogenous Control 19.771084 1.5795268 19.833258 0.036807764 19.833258 FALSE 37 59330853 4b hsa-miR-29a-4395223 Target 20.029713 2.63607 20.029713 0.196455 19.833258 FALSE 38 59330853 4b hsa-miR-29b-4373288 Target 25.672722 1.9947922 25.672722 5.839464 19.833258 FALSE 39 59330853 4b hsa-miR-29c-4395171 Target 22.823069 2.5884955 22.823069 2.989811 19.833258 FALSE 40 59330853 4b hsa-miR-30b-4373290 Target 19.85264 2.5501869 19.85264 0.019382477 19.833258 FALSE 41 59330853 4b hsa-miR-30c-4373060 Target 20.140265 2.3505876 20.140265 0.30700684 19.833258 FALSE 42 59330853 4b hsa-miR-31-4395390 Target 21.000565 2.5522497 21.000565 1.1673069 19.833258 FALSE 43 59330853 4b hsa-miR-32-4395220 Target 30.68605 1.0584605 30.68605 10.852794 19.833258 FALSE 44 59330853 4b hsa-miR-33b-4395196 Target Undetermined 0.05411625 40 20.166742 19.833258 FALSE 45 59330853 4b hsa-miR-34a-4395168 Target 22.271723 2.6857858 22.271723 2.438465 19.833258 FALSE 46 59330853 4b hsa-miR-34c-5p-4373036 Target 27.936163 0.8918451 27.936163 8.102905 19.833258 FALSE 47 59330853 4b hsa-miR-92a-4395169 Target 22.218224 2.404642 22.218224 2.384966 19.833258 FALSE 48 59330853 4b hsa-miR-93-4373302 Target 24.830515 2.314614 24.830515 4.997257 19.833258 FALSE 49 59330853 4b hsa-miR-95-4373011 Target 27.529894 2.155926 27.529894 7.696636 19.833258 FALSE 50 59330853 4b hsa-miR-96-4373372 Target 32.160698 0.66526556 32.160698 12.327441 19.833258 FALSE 51 59330853 4b hsa-miR-98-4373009 Target 26.706602 0.2055644 26.706602 6.8733444 19.833258 FALSE 52 59330853 4b hsa-miR-99a-4373008 Target 23.59114 1.8664042 23.59114 3.757883 19.833258 FALSE 53 59330853 4b hsa-miR-99b-4373007 Target 23.080782 0.8949849 23.080782 3.2475243 19.833258 FALSE 54 59330853 4b hsa-miR-100-4373160 Target 24.21304 1.9109216 24.21304 4.3797817 19.833258 FALSE 55 59330853 4b hsa-miR-101-4395364 Target 29.840265 2.3447478 29.840265 10.007008 19.833258 FALSE 56 59330853 4b hsa-miR-103-4373158 Target 26.299433 1.8294622 26.299433 6.466175 19.833258 FALSE 57 59330853 4b hsa-miR-105-4395278 Target Undetermined 0.042907402 40 20.166742 19.833258 FALSE 58 59330853 4b hsa-miR-106a-4395280 Target 20.46125 2.994642 20.46125 0.62799263 19.833258 FALSE 59 59330853 4b RNU44-4373384 Target 23.064291 1.0060627 23.064291 3.2310333 19.833258 FALSE 60 59330853 4b hsa-miR-106b-4373155 Target 24.169329 2.0639415 24.169329 4.336071 19.833258 FALSE 61 59330853 4b hsa-miR-107-4373154 Target 30.459627 0.5500447 30.459627 10.626369 19.833258 FALSE 62 59330853 4b hsa-miR-122-4395356 Target Undetermined 0.060407117 40 20.166742 19.833258 FALSE 63 59330853 4b hsa-miR-124-4373295 Target Undetermined 0.08320251 40 20.166742 19.833258 FALSE 64 59330853 4b hsa-miR-125a-3p-4395310 Target 29.107485 1.9870906 29.107485 9.274227 19.833258 FALSE 65 59330853 4b hsa-miR-125a-5p-4395309 Target 25.338877 2.290326 25.338877 5.505619 19.833258 FALSE 66 59330853 4b hsa-miR-125b-4373148 Target 23.001293 2.3478367 23.001293 3.1680355 19.833258 FALSE 67 59330853 4b hsa-miR-126-4395339 Target 21.022097 2.4902492 21.022097 1.188839 19.833258 FALSE 68 59330853 4b hsa-miR-127-3p-4373147 Target 23.878279 2.6057591 23.878279 4.045021 19.833258 FALSE 69 59330853 4b hsa-miR-127-5p-4395340 Target Undetermined 0.04975669 40 20.166742 19.833258 FALSE 70 59330853 4b hsa-miR-128-4395327 Target 27.497873 1.5989423 27.497873 7.6646156 19.833258 FALSE 71 59330853 4b hsa-miR-129-3p-4373297 Target 33.097866 0.22379439 33.097866 13.264607 19.833258 FALSE 72 59330853 4b hsa-miR-129-5p-4373171 Target Undetermined 0.034671016 40 20.166742 19.833258 FALSE 73 59330853 4b hsa-miR-130a-4373145 Target 25.110123 1.8725053 25.110123 5.276865 19.833258 FALSE 74 59330853 4b hsa-miR-130b-4373144 Target 26.807058 1.4544829 26.807058 6.9738007 19.833258 FALSE 75 59330853 4b hsa-miR-132-4373143 Target 23.9884 2.464808 23.9884 4.155142 19.833258 FALSE 76 59330853 4b hsa-miR-133a-4395357 Target 27.800169 1.5430584 27.800169 7.9669113 19.833258 FALSE 77 59330853 4b hsa-miR-133b-4395358 Target 34.84386 0.40843692 34.84386 15.010602 19.833258 FALSE 78 59330853 4b hsa-miR-134-4373299 Target 26.106197 1.0337402 26.106197 6.2729397 19.833258 FALSE 79 59330853 4b hsa-miR-135a-4373140 Target 25.826132 2.051387 25.826132 5.992874 19.833258 FALSE 80 59330853 4b hsa-miR-135b-4395372 Target 22.380312 2.6821983 22.380312 2.5470543 19.833258 FALSE 81 59330853 4b hsa-miR-136-4373173 Target Undetermined 0.025106188 40 20.166742 19.833258 FALSE 82 59330853 4b hsa-miR-137-4373301 Target Undetermined 0.039593183 40 20.166742 19.833258 FALSE 83 59330853 4b hsa-miR-138-4395395 Target 26.951525 2.718817 26.951525 7.118267 19.833258 FALSE 84 59330853 4b hsa-miR-139-3p-4395424 Target 32.965584 0.61781275 32.965584 13.132327 19.833258 FALSE 85 59330853 4b hsa-miR-139-5p-4395400 Target 24.191446 1.7414212 24.191446 4.3581886 19.833258 FALSE 86 59330853 4b hsa-miR-140-3p-4395345 Target 26.250504 1.8353273 26.250504 6.417246 19.833258 FALSE 87 59330853 4b hsa-miR-140-5p-4373374 Target 24.110584 2.2232633 24.110584 4.2773266 19.833258 FALSE 88 59330853 4b hsa-miR-141-4373137 Target 23.629307 2.7217941 23.629307 3.796049 19.833258 FALSE 89 59330853 4b hsa-miR-142-3p-4373136 Target 21.849455 2.428071 21.849455 2.0161972 19.833258 FALSE 90 59330853 4b hsa-miR-142-5p-4395359 Target 27.928404 1.8636571 27.928404 8.095146 19.833258 FALSE 91 59330853 4b hsa-miR-143-4395360 Target 24.197098 2.6675835 24.197098 4.36384 19.833258 FALSE 92 59330853 4b hsa-miR-145-4395389 Target 19.857376 2.0540223 19.857376 0.024118423 19.833258 FALSE 93 59330853 4b hsa-miR-146a-4373132 Target 20.984282 2.5628781 20.984282 1.1510239 19.833258 FALSE 94 59330853 4b hsa-miR-146b-3p-4395472 Target 28.783926 1.4860169 28.783926 8.950668 19.833258 FALSE 95 59330853 4b hsa-miR-146b-5p-4373178 Target 21.47574 2.3990383 21.47574 1.6424828 19.833258 FALSE 96 59330853 4b hsa-miR-147b-4395373 Target 28.255415 1.196692 28.255415 8.422157 19.833258 FALSE 97 59330853 4b hsa-miR-148a-4373130 Target 25.277054 1.9081436 25.277054 5.443796 19.833258 FALSE 98 59330853 4b hsa-miR-148b-4373129 Target 28.801785 0.54151547 28.801785 8.968527 19.833258 FALSE 99 59330853 4b hsa-miR-149-4395366 Target 27.824192 0.53559506 27.824192 7.9909344 19.833258 FALSE 100 59330853 4b hsa-miR-150-4373127 Target 17.945572 2.2226202 17.945572 -1.8876858 19.833258 FALSE 101 59330853 4b hsa-miR-152-4395170 Target 25.000975 3.1625547 25.000975 5.167717 19.833258 FALSE 102 59330853 4b hsa-miR-153-4373305 Target Undetermined 0.028955253 40 20.166742 19.833258 FALSE 103 59330853 4b hsa-miR-154-4373270 Target 31.185291 0.19822626 31.185291 11.352033 19.833258 FALSE 104 59330853 4b hsa-miR-181a-4373117 Target 24.16181 1.2286465 24.16181 4.3285522 19.833258 FALSE 105 59330853 4b hsa-miR-181c-4373115 Target 30.162752 0.5811214 30.162752 10.329494 19.833258 FALSE 106 59330853 4b hsa-miR-182-4395445 Target 28.729021 1.8381996 28.729021 8.895763 19.833258 FALSE 107 59330853 4b RNU48-4373383 Target 21.957985 2.203489 21.957985 2.1247272 19.833258 FALSE 108 59330853 4b hsa-miR-183-4395380 Target 27.900627 1.07552 27.900627 8.067369 19.833258 FALSE 109 59330853 4b hsa-miR-184-4373113 Target 26.960758 2.4930406 26.960758 7.1275005 19.833258 FALSE 110 59330853 4b hsa-miR-185-4395382 Target 25.859257 2.071372 25.859257 6.025999 19.833258 FALSE 111 59330853 4b hsa-miR-186-4395396 Target 23.017807 2.5344043 23.017807 3.1845493 19.833258 FALSE 112 59330853 4b hsa-miR-187-4373307 Target 23.41068 1.5984687 23.41068 3.577423 19.833258 FALSE 113 59330853 4b hsa-miR-188-3p-4395217 Target Undetermined 0.07821276 40 20.166742 19.833258 FALSE 114 59330853 4b hsa-miR-190-4373110 Target 31.73818 1.5667938 31.73818 11.9049225 19.833258 FALSE 115 59330853 4b hsa-miR-191-4395410 Target 18.83871 2.5704007 18.83871 -0.9945469 19.833258 FALSE 116 59330853 4b hsa-miR-192-4373108 Target 24.766903 2.1471198 24.766903 4.9336452 19.833258 FALSE 117 59330853 4b hsa-miR-193a-3p-4395361 Target 30.683268 1.6034428 30.683268 10.85001 19.833258 FALSE 118 59330853 4b hsa-miR-193a-5p-4395392 Target 27.270004 1.9448628 27.270004 7.4367466 19.833258 FALSE 119 59330853 4b hsa-miR-193b-4395478 Target 22.260668 2.0444617 22.260668 2.4274101 19.833258 FALSE 120 59330853 4b hsa-miR-194-4373106 Target 28.080645 2.6059098 28.080645 8.247387 19.833258 FALSE 121 59330853 4b hsa-miR-195-4373105 Target 23.851768 2.8594322 23.851768 4.018511 19.833258 FALSE 122 59330853 4b hsa-miR-196b-4395326 Target 28.615313 1.3291878 28.615313 8.782055 19.833258 FALSE 123 59330853 4b hsa-miR-197-4373102 Target 24.503218 0.96398133 24.503218 4.66996 19.833258 FALSE 124 59330853 4b hsa-miR-198-4395384 Target 32.30711 0.6552016 32.30711 12.473851 19.833258 FALSE 125 59330853 4b hsa-miR-199a-5p-4373272 Target 27.794252 1.3699332 27.794252 7.9609947 19.833258 FALSE 126 59330853 4b hsa-miR-199a-3p-4395415 Target 23.005182 2.0824707 23.005182 3.1719246 19.833258 FALSE 127 59330853 4b hsa-miR-199b-5p-4373100 Target 28.718832 0.84040934 28.718832 8.885574 19.833258 FALSE 128 59330853 4b hsa-miR-200a-4378069 Target 20.474697 2.8667269 20.474697 0.64143944 19.833258 FALSE 129 59330853 4b hsa-miR-200b-4395362 Target 21.9693 1.5803496 21.9693 2.1360416 19.833258 FALSE 130 59330853 4b hsa-miR-200c-4395411 Target 21.08625 1.6481252 21.08625 1.2529926 19.833258 FALSE 131 59330853 4b hsa-miR-202-4395474 Target 31.958895 1.2672803 31.958895 12.125637 19.833258 FALSE 132 59330853 4b hsa-miR-203-4373095 Target 25.209507 3.0144129 25.209507 5.3762493 19.833258 FALSE 133 59330853 4b hsa-miR-204-4373094 Target 24.280664 2.3787284 24.280664 4.447407 19.833258 FALSE 134 59330853 4b hsa-miR-205-4373093 Target 22.433672 2.3938706 22.433672 2.6004143 19.833258 FALSE 135 59330853 4b hsa-miR-208b-4395401 Target Undetermined 0.057206117 40 20.166742 19.833258 FALSE 136 59330853 4b hsa-miR-210-4373089 Target 23.556376 1.0938712 23.556376 3.7231178 19.833258 FALSE 137 59330853 4b hsa-miR-214-4395417 Target 21.388538 2.4444644 21.388538 1.5552807 19.833258 FALSE 138 59330853 4b hsa-miR-215-4373084 Target 27.482407 0.6781415 27.482407 7.649149 19.833258 FALSE 139 59330853 4b hsa-miR-216a-4395331 Target 32.16066 0.5137459 32.16066 12.327403 19.833258 FALSE 140 59330853 4b hsa-miR-216b-4395437 Target Undetermined 0.02787853 40 20.166742 19.833258 FALSE 141 59330853 4b hsa-miR-217-4395448 Target Undetermined 0.022034837 40 20.166742 19.833258 FALSE 142 59330853 4b hsa-miR-218-4373081 Target 25.101051 2.392172 25.101051 5.2677937 19.833258 FALSE 143 59330853 4b hsa-miR-219-5p-4373080 Target 33.216583 0.24729064 33.216583 13.383327 19.833258 FALSE 144 59330853 4b hsa-miR-221-4373077 Target 24.677557 1.7599064 24.677557 4.8442993 19.833258 FALSE 145 59330853 4b hsa-miR-222-4395387 Target 16.663755 2.9967234 16.663755 -3.1695023 19.833258 FALSE 146 59330853 4b hsa-miR-223-4395406 Target 19.587536 2.9935079 19.587536 -0.24572182 19.833258 FALSE 147 59330853 4b hsa-miR-224-4395210 Target 24.963095 2.2097757 24.963095 5.129837 19.833258 FALSE 148 59330853 4b hsa-miR-296-3p-4395212 Target Undetermined 0.05027915 40 20.166742 19.833258 FALSE 149 59330853 4b hsa-miR-296-5p-4373066 Target 26.605682 0.7977455 26.605682 6.7724247 19.833258 FALSE 150 59330853 4b hsa-miR-299-3p-4373189 Target Undetermined 0.022743504 40 20.166742 19.833258 FALSE 151 59330853 4b hsa-miR-299-5p-4373188 Target Undetermined 0.039958205 40 20.166742 19.833258 FALSE 152 59330853 4b hsa-miR-301a-4373064 Target 27.692263 1.4515142 27.692263 7.859005 19.833258 FALSE 153 59330853 4b hsa-miR-301b-4395503 Target 32.620865 1.1527832 32.620865 12.787608 19.833258 FALSE 154 59330853 4b hsa-miR-302a-4378070 Target 36.64913 0.11983239 36.64913 16.815874 19.833258 FALSE 155 59330853 4b ath-miR159a-4373390 Target Undetermined 0.042870842 40 20.166742 19.833258 FALSE 156 59330853 4b hsa-miR-302b-4378071 Target 33.851166 1.4714036 33.851166 14.017909 19.833258 FALSE 157 59330853 4b hsa-miR-302c-4378072 Target Undetermined 0.056835454 40 20.166742 19.833258 FALSE 158 59330853 4b hsa-miR-320-4395388 Target 20.310486 2.5122237 20.310486 0.47722816 19.833258 FALSE 159 59330853 4b hsa-miR-323-3p-4395338 Target 27.76928 1.0977285 27.76928 7.936022 19.833258 FALSE 160 59330853 4b hsa-miR-324-3p-4395272 Target 26.507986 1.9363431 26.507986 6.6747284 19.833258 FALSE 161 59330853 4b hsa-miR-324-5p-4373052 Target 26.612123 2.0406065 26.612123 6.778866 19.833258 FALSE 162 59330853 4b hsa-miR-326-4373050 Target Undetermined 0.014685074 40 20.166742 19.833258 FALSE 163 59330853 4b hsa-miR-328-4373049 Target 27.219486 1.3829032 27.219486 7.3862286 19.833258 FALSE 164 59330853 4b hsa-miR-329-4373191 Target Undetermined 0.045599684 40 20.166742 19.833258 FALSE 165 59330853 4b hsa-miR-330-3p-4373047 Target 31.34125 0.45365572 31.34125 11.507992 19.833258 FALSE 166 59330853 4b hsa-miR-330-5p-4395341 Target Undetermined 0.05157741 40 20.166742 19.833258 FALSE 167 59330853 4b hsa-miR-331-3p-4373046 Target 25.33165 2.081609 25.33165 5.498392 19.833258 FALSE 168 59330853 4b hsa-miR-331-5p-4395344 Target 32.061768 0.29927635 32.061768 12.228511 19.833258 FALSE 169 59330853 4b hsa-miR-335-4373045 Target 27.649061 1.7404536 27.649061 7.8158035 19.833258 FALSE 170 59330853 4b hsa-miR-337-5p-4395267 Target 27.713095 1.5274856 27.713095 7.879837 19.833258 FALSE 171 59330853 4b hsa-miR-338-3p-4395363 Target 33.210567 0.35155255 33.210567 13.377309 19.833258 FALSE 172 59330853 4b hsa-miR-339-3p-4395295 Target 25.079912 1.6731964 25.079912 5.2466545 19.833258 FALSE 173 59330853 4b hsa-miR-339-5p-4395368 Target 26.599983 0.65880454 26.599983 6.7667255 19.833258 FALSE 174 59330853 4b hsa-miR-340-4395369 Target 29.276594 2.138716 29.276594 9.4433365 19.833258 FALSE 175 59330853 4b has-miR-155-4395459 Target 20.929134 2.5500197 20.929134 1.0958767 19.833258 FALSE 176 59330853 4b hsa-let-7b-4395446 Target 19.535143 2.052959 19.535143 -0.29811478 19.833258 FALSE 177 59330853 4b hsa-miR-342-3p-4395371 Target 19.52542 1.8373817 19.52542 -0.30783844 19.833258 FALSE 178 59330853 4b hsa-miR-342-5p-4395258 Target 28.635727 0.43884945 28.635727 8.802469 19.833258 FALSE 179 59330853 4b hsa-miR-345-4395297 Target 25.03441 2.0370324 25.03441 5.201153 19.833258 FALSE 180 59330853 4b hsa-miR-361-5p-4373035 Target 25.854258 2.225033 25.854258 6.021 19.833258 FALSE 181 59330853 4b hsa-miR-362-3p-4395228 Target 31.271425 1.5030875 31.271425 11.438168 19.833258 FALSE 182 59330853 4b hsa-miR-362-5p-4378092 Target 29.019314 1.1621175 29.019314 9.186056 19.833258 FALSE 183 59330853 4b hsa-miR-363-4378090 Target 29.320383 1.5620543 29.320383 9.487125 19.833258 FALSE 184 59330853 4b hsa-miR-365-4373194 Target 24.941013 1.6763604 24.941013 5.1077557 19.833258 FALSE 185 59330853 4b hsa-miR-367-4373034 Target Undetermined 0.038978305 40 20.166742 19.833258 FALSE 186 59330853 4b hsa-miR-369-3p-4373032 Target Undetermined 0.020430224 40 20.166742 19.833258 FALSE 187 59330853 4b hsa-miR-369-5p-4373195 Target 31.1995 1.2351267 31.1995 11.366241 19.833258 FALSE 188 59330853 4b hsa-miR-370-4395386 Target 24.849014 1.5027161 24.849014 5.0157566 19.833258 FALSE 189 59330853 4b hsa-miR-371-3p-4395235 Target Undetermined 0.034202997 40 20.166742 19.833258 FALSE 190 59330853 4b hsa-miR-372-4373029 Target 35.722374 0.5628259 35.722374 15.889117 19.833258 FALSE 191 59330853 4b hsa-miR-373-4378073 Target Undetermined 0.032899354 40 20.166742 19.833258 FALSE 192 59330853 4b hsa-miR-374a-4373028 Target 25.565458 2.6753244 25.565458 5.7322006 19.833258 FALSE 193 59330853 4b hsa-miR-374b-4381045 Target 24.807013 2.4940176 24.807013 4.973755 19.833258 FALSE 194 59330853 4b hsa-miR-375-4373027 Target 25.71443 2.3617034 25.71443 5.881172 19.833258 FALSE 195 59330853 4b hsa-miR-376a-4373026 Target 27.180065 1.9174857 27.180065 7.3468075 19.833258 FALSE 196 59330853 4b hsa-miR-376b-4373196 Target 34.64885 0.30029276 34.64885 14.815593 19.833258 FALSE 197 59330853 4b hsa-miR-377-4373025 Target Undetermined 0.030216428 40 20.166742 19.833258 FALSE 198 59330853 4b hsa-miR-379-4373349 Target 26.723179 1.7916783 26.723179 6.889921 19.833258 FALSE 199 59330853 4b hsa-miR-380-4373022 Target Undetermined 0.042246256 40 20.166742 19.833258 FALSE 200 59330853 4b hsa-miR-381-4373020 Target Undetermined 0.041498292 40 20.166742 19.833258 FALSE 201 59330853 4b hsa-miR-382-4373019 Target 33.394627 0.7785782 33.394627 13.561368 19.833258 FALSE 202 59330853 4b hsa-miR-383-4373018 Target 35.510666 0.14897856 35.510666 15.677409 19.833258 FALSE 203 59330853 4b hsa-miR-409-5p-4395442 Target 32.224297 1.0320913 32.224297 12.39104 19.833258 FALSE 204 59330853 4b hsa-miR-410-4378093 Target 28.035997 1.6798424 28.035997 8.20274 19.833258 FALSE 205 59330853 4b hsa-miR-411-4381013 Target 26.235828 2.2800143 26.235828 6.4025707 19.833258 FALSE 206 59330853 4b hsa-miR-422a-4395408 Target 30.484964 1.8765115 30.484964 10.651707 19.833258 FALSE 207 59330853 4b hsa-miR-423-5p-4395451 Target 28.293404 1.0441717 28.293404 8.460146 19.833258 FALSE 208 59330853 4b hsa-miR-424-4373201 Target 29.572401 1.5061083 29.572401 9.739143 19.833258 FALSE 209 59330853 4b hsa-miR-425-4380926 Target 24.738447 0.73218566 24.738447 4.9051895 19.833258 FALSE 210 59330853 4b hsa-miR-429-4373203 Target 26.121063 2.297938 26.121063 6.2878056 19.833258 FALSE 211 59330853 4b hsa-miR-431-4395173 Target 32.12867 0.385454 32.12867 12.295413 19.833258 FALSE 212 59330853 4b hsa-miR-433-4373205 Target 31.957548 1.4139363 31.957548 12.12429 19.833258 FALSE 213 59330853 4b hsa-miR-449a-4373207 Target 26.033297 2.4555268 26.033297 6.200039 19.833258 FALSE 214 59330853 4b hsa-miR-449b-4381011 Target 28.141663 1.1919072 28.141663 8.308405 19.833258 FALSE 215 59330853 4b hsa-miR-450a-4395414 Target 29.697979 1.7608786 29.697979 9.864721 19.833258 FALSE 216 59330853 4b hsa-miR-450b-3p-4395319 Target Undetermined 0.045366675 40 20.166742 19.833258 FALSE 217 59330853 4b hsa-miR-450b-5p-4395318 Target 32.873127 0.6098122 32.873127 13.039868 19.833258 FALSE 218 59330853 4b hsa-miR-451-4373360 Target 25.382175 2.4979036 25.382175 5.548918 19.833258 FALSE 219 59330853 4b hsa-miR-452-4395440 Target 29.52281 1.9885156 29.52281 9.689552 19.833258 FALSE 220 59330853 4b hsa-miR-453-4395429 Target Undetermined 0.005885224 40 20.166742 19.833258 FALSE 221 59330853 4b hsa-miR-454-4395434 Target 24.296156 2.2740073 24.296156 4.4628983 19.833258 FALSE 222 59330853 4b hsa-miR-455-3p-4395355 Target 25.286684 1.8886411 25.286684 5.4534264 19.833258 FALSE 223 59330853 4b hsa-miR-455-5p-4378098 Target 25.408628 2.0764706 25.408628 5.575371 19.833258 FALSE 224 59330853 4b hsa-miR-483-5p-4395449 Target 25.976583 2.2290761 25.976583 6.143326 19.833258 FALSE 225 59330853 4b hsa-miR-484-4381032 Target 21.057806 2.3485775 21.057806 1.2245483 19.833258 FALSE 226 59330853 4b hsa-miR-485-3p-4378095 Target 28.824574 1.3630995 28.824574 8.991316 19.833258 FALSE 227 59330853 4b hsa-miR-485-5p-4373212 Target Undetermined 0.023279475 40 20.166742 19.833258 FALSE 228 59330853 4b hsa-miR-486-3p-4395204 Target 29.75979 0.15586041 29.75979 9.926533 19.833258 FALSE 229 59330853 4b hsa-miR-486-5p-4378096 Target 27.864046 1.2929358 27.864046 8.030788 19.833258 FALSE 230 59330853 4b hsa-miR-487a-4378097 Target 32.757095 0.20959112 32.757095 12.923839 19.833258 FALSE 231 59330853 4b hsa-miR-487b-4378102 Target 28.602547 1.2199405 28.602547 8.769289 19.833258 FALSE 232 59330853 4b hsa-miR-488-4395468 Target Undetermined 0.012655284 40 20.166742 19.833258 FALSE 233 59330853 4b hsa-miR-489-4395469 Target 27.577257 2.1170194 27.577257 7.7439995 19.833258 FALSE 234 59330853 4b hsa-miR-490-3p-4373215 Target Undetermined 0.031579867 40 20.166742 19.833258 FALSE 235 59330853 4b hsa-miR-491-3p-4395471 Target 30.58042 0.25011143 30.58042 10.747162 19.833258 FALSE 236 59330853 4b hsa-miR-491-5p-4381053 Target 26.893501 2.307573 26.893501 7.0602436 19.833258 FALSE 237 59330853 4b hsa-miR-493-4395475 Target 28.091322 1.5070885 28.091322 8.258064 19.833258 FALSE 238 59330853 4b hsa-miR-494-4395476 Target 26.792358 2.3290288 26.792358 6.9591007 19.833258 FALSE 239 59330853 4b hsa-miR-495-4381078 Target 27.936543 1.3471817 27.936543 8.103285 19.833258 FALSE 240 59330853 4b hsa-miR-496-4386771 Target Undetermined 0.005107018 40 20.166742 19.833258 FALSE 241 59330853 4b hsa-miR-499-3p-4395538 Target Undetermined 0.011047085 40 20.166742 19.833258 FALSE 242 59330853 4b hsa-miR-499-5p-4381047 Target Undetermined 0.049098518 40 20.166742 19.833258 FALSE 243 59330853 4b hsa-miR-500-4395539 Target 27.801012 1.4312375 27.801012 7.9677544 19.833258 FALSE 244 59330853 4b hsa-miR-501-3p-4395546 Target Undetermined 0.011077182 40 20.166742 19.833258 FALSE 245 59330853 4b hsa-miR-501-5p-4373226 Target 27.228052 0.48175928 27.228052 7.3947945 19.833258 FALSE 246 59330853 4b hsa-miR-502-3p-4395194 Target 29.78347 1.5135474 29.78347 9.9502125 19.833258 FALSE 247 59330853 4b hsa-miR-502-5p-4373227 Target 32.528088 0.1432726 32.528088 12.694829 19.833258 FALSE 248 59330853 4b hsa-miR-503-4373228 Target 30.740158 1.1404465 30.740158 10.906901 19.833258 FALSE 249 59330853 4b hsa-miR-504-4395195 Target 30.465841 0.29955554 30.465841 10.632584 19.833258 FALSE 250 59330853 4b hsa-miR-505-4395200 Target 31.711636 0.3991499 31.711636 11.878377 19.833258 FALSE 251 59330853 4b hsa-miR-507-4373232 Target Undetermined 0.097039424 40 20.166742 19.833258 FALSE 252 59330853 4b hsa-miR-508-3p-4373233 Target 27.048815 1.5709587 27.048815 7.215557 19.833258 FALSE 253 59330853 4b hsa-miR-508-5p-4395203 Target Undetermined 0.02828991 40 20.166742 19.833258 FALSE 254 59330853 4b hsa-miR-509-5p-4395346 Target 27.399923 1.5926265 27.399923 7.5666656 19.833258 FALSE 255 59330853 4b hsa-miR-510-4395352 Target 30.86992 0.54381293 30.86992 11.036663 19.833258 FALSE 256 59330853 4b hsa-miR-512-3p-4381034 Target 37.335995 0.74485344 37.335995 17.502737 19.833258 FALSE 257 59330853 4b hsa-miR-512-5p-4373238 Target Undetermined 0.028688798 40 20.166742 19.833258 FALSE 258 59330853 4b hsa-miR-513-5p-4395201 Target Undetermined 0.021030784 40 20.166742 19.833258 FALSE 259 59330853 4b hsa-miR-515-3p-4395480 Target Undetermined 0.002798868 40 20.166742 19.833258 FALSE 260 59330853 4b hsa-miR-515-5p-4373242 Target Undetermined 0.034059625 40 20.166742 19.833258 FALSE 261 59330853 4b hsa-miR-516a-5p-4395527 Target Undetermined 0.018560221 40 20.166742 19.833258 FALSE 262 59330853 4b hsa-miR-516b-4395172 Target Undetermined 0.028081162 40 20.166742 19.833258 FALSE 263 59330853 4b hsa-miR-517a-4395513 Target 29.407808 1.1648419 29.407808 9.574551 19.833258 FALSE 264 59330853 4b hsa-miR-517c-4373264 Target 29.56852 1.4209372 29.56852 9.735262 19.833258 FALSE 265 59330853 4b hsa-miR-518a-3p-4395508 Target Undetermined 0.19101265 40 20.166742 19.833258 FALSE 266 59330853 4b hsa-miR-518a-5p-4395507 Target Undetermined 0.02066938 40 20.166742 19.833258 FALSE 267 59330853 4b hsa-miR-518b-4373246 Target 35.40923 0.14728808 35.40923 15.575971 19.833258 FALSE 268 59330853 4b hsa-miR-518c-4395512 Target Undetermined 0.013615323 40 20.166742 19.833258 FALSE 269 59330853 4b hsa-miR-518d-3p-4373248 Target Undetermined 0.04834948 40 20.166742 19.833258 FALSE 270 59330853 4b hsa-miR-518d-5p-4395500 Target Undetermined 0.026411364 40 20.166742 19.833258 FALSE 271 59330853 4b hsa-miR-518e-4395506 Target Undetermined 0.05580327 40 20.166742 19.833258 FALSE 272 59330853 4b hsa-miR-518f-4395499 Target 38.143383 0.10284674 38.143383 18.310125 19.833258 FALSE 273 59330853 4b hsa-miR-519a-4395526 Target 31.42561 1.0097721 31.42561 11.592351 19.833258 FALSE 274 59330853 4b hsa-miR-519d-4395514 Target Undetermined 0.03305425 40 20.166742 19.833258 FALSE 275 59330853 4b hsa-miR-519e-4395481 Target 33.37197 0.4873272 33.37197 13.538714 19.833258 FALSE 276 59330853 4b hsa-miR-520a-3p-4373268 Target Undetermined 0.04302646 40 20.166742 19.833258 FALSE 277 59330853 4b hsa-miR-520a-5p-4378085 Target Undetermined 0.001607396 40 20.166742 19.833258 FALSE 278 59330853 4b hsa-miR-520d-5p-4395504 Target Undetermined 0.01963181 40 20.166742 19.833258 FALSE 279 59330853 4b hsa-miR-520g-4373257 Target 39.940605 0.1514952 39.940605 20.107347 19.833258 FALSE 280 59330853 4b hsa-miR-521-4373259 Target 33.2247 0.20155464 33.2247 13.391444 19.833258 FALSE 281 59330853 4b hsa-miR-522-4395524 Target 32.70182 0.6762611 32.70182 12.868564 19.833258 FALSE 282 59330853 4b hsa-miR-523-4395497 Target 33.42209 0.96173173 33.42209 13.588832 19.833258 FALSE 283 59330853 4b hsa-miR-524-5p-4395174 Target Undetermined 0.006528391 40 20.166742 19.833258 FALSE 284 59330853 4b hsa-miR-525-3p-4395496 Target 33.937553 0.31873208 33.937553 14.104297 19.833258 FALSE 285 59330853 4b hsa-miR-525-5p-4378088 Target Undetermined 0.059934262 40 20.166742 19.833258 FALSE 286 59330853 4b hsa-miR-526b-4395493 Target 36.52164 0.16922966 36.52164 16.688383 19.833258 FALSE 287 59330853 4b hsa-miR-532-3p-4395466 Target 24.976463 1.9916098 24.976463 5.1432056 19.833258 FALSE 288 59330853 4b hsa-miR-532-5p-4380928 Target 23.251768 1.9672115 23.251768 3.4185104 19.833258 FALSE 289 59330853 4b hsa-miR-539-4378103 Target 26.843319 1.9522531 26.843319 7.0100613 19.833258 FALSE 290 59330853 4b hsa-miR-541-4395312 Target 39.671524 0.06460483 39.671524 19.838266 19.833258 FALSE 291 59330853 4b hsa-miR-542-3p-4378101 Target 32.669262 0.9638121 32.669262 12.836003 19.833258 FALSE 292 59330853 4b hsa-miR-542-5p-4395351 Target 29.422743 1.2510217 29.422743 9.589485 19.833258 FALSE 293 59330853 4b hsa-miR-544-4395376 Target Undetermined -0.00368713 40 20.166742 19.833258 FALSE 294 59330853 4b hsa-miR-545-4395378 Target Undetermined 0.053665347 40 20.166742 19.833258 FALSE 295 59330853 4b hsa-miR-548a-3p-4380948 Target 34.79879 0.2896715 34.79879 14.965533 19.833258 FALSE 296 59330853 4b hsa-miR-548a-5p-4395523 Target Undetermined 0.008113463 40 20.166742 19.833258 FALSE 297 59330853 4b hsa-miR-548b-3p-4380951 Target Undetermined 0.029953612 40 20.166742 19.833258 FALSE 298 59330853 4b hsa-miR-548b-5p-4395519 Target 31.657753 0.59095734 31.657753 11.824496 19.833258 FALSE 299 59330853 4b hsa-miR-548c-3p-4380993 Target Undetermined 0.05728293 40 20.166742 19.833258 FALSE 300 59330853 4b hsa-miR-548c-5p-4395540 Target 31.559742 1.077133 31.559742 11.726483 19.833258 FALSE 301 59330853 4b hsa-miR-548d-3p-4381008 Target 38.588707 0.12991723 38.588707 18.75545 19.833258 FALSE 302 59330853 4b hsa-miR-548d-5p-4395348 Target 34.89008 0.33473542 34.89008 15.056821 19.833258 FALSE 303 59330853 4b hsa-miR-551b-4380945 Target Undetermined 5.53E-04 40 20.166742 19.833258 FALSE 304 59330853 4b hsa-miR-556-3p-4395456 Target Undetermined 0.027374117 40 20.166742 19.833258 FALSE 305 59330853 4b hsa-miR-556-5p-4395455 Target Undetermined 0.023252543 40 20.166742 19.833258 FALSE 306 59330853 4b hsa-miR-561-4380938 Target Undetermined 0.024659984 40 20.166742 19.833258 FALSE 307 59330853 4b hsa-miR-570-4395458 Target Undetermined 0.003740832 40 20.166742 19.833258 FALSE 308 59330853 4b hsa-miR-574-3p-4395460 Target 29.860086 1.4218696 29.860086 10.026829 19.833258 FALSE 309 59330853 4b hsa-miR-576-3p-4395462 Target 32.35345 0.97725266 32.35345 12.520192 19.833258 FALSE 310 59330853 4b hsa-miR-576-5p-4395461 Target Undetermined 0.013549931 40 20.166742 19.833258 FALSE 311 59330853 4b hsa-miR-579-4395509 Target 31.474264 0.5705498 31.474264 11.641006 19.833258 FALSE 312 59330853 4b hsa-miR-582-3p-4395510 Target Undetermined 0.03896587 40 20.166742 19.833258 FALSE 313 59330853 4b hsa-miR-582-5p-4395175 Target Undetermined 0.13906248 40 20.166742 19.833258 FALSE 314 59330853 4b hsa-miR-589-4395520 Target 37.30453 0.11532421 37.30453 17.471273 19.833258 FALSE 315 59330853 4b hsa-miR-590-5p-4395176 Target 26.1602 2.37517 26.1602 6.3269424 19.833258 FALSE 316 59330853 4b hsa-miR-597-4380960 Target 30.12823 1.6956875 30.12823 10.294971 19.833258 FALSE 317 59330853 4b hsa-miR-598-4395179 Target 27.877064 1.9831877 27.877064 8.043806 19.833258 FALSE 318 59330853 4b hsa-miR-615-3p-4386777 Target Undetermined 0.03976601 40 20.166742 19.833258 FALSE 319 59330853 4b hsa-miR-615-5p-4395464 Target Undetermined 0.011256945 40 20.166742 19.833258 FALSE 320 59330853 4b hsa-miR-616-4395525 Target 36.743412 0.14869663 36.743412 16.910154 19.833258 FALSE 321 59330853 4b hsa-miR-618-4380996 Target 31.635538 0.7689184 31.635538 11.80228 19.833258 FALSE 322 59330853 4b hsa-miR-624-4395541 Target Undetermined -0.011358509 40 20.166742 19.833258 FALSE 323 59330853 4b hsa-miR-625-4395542 Target 28.915342 1.2516743 28.915342 9.082085 19.833258 FALSE 324 59330853 4b hsa-miR-627-4380967 Target 35.039776 0.81929207 35.039776 15.206517 19.833258 FALSE 325 59330853 4b hsa-miR-628-5p-4395544 Target 29.92859 2.1483533 29.92859 10.095333 19.833258 FALSE 326 59330853 4b hsa-miR-629-4395547 Target 30.409376 0.9060019 30.409376 10.576118 19.833258 FALSE 327 59330853 4b hsa-miR-636-4395199 Target 32.92376 0.47287172 32.92376 13.090503 19.833258 FALSE 328 59330853 4b hsa-miR-642-4380995 Target 29.003036 1.368537 29.003036 9.169779 19.833258 FALSE 329 59330853 4b hsa-miR-651-4381007 Target Undetermined -0.001032105 40 20.166742 19.833258 FALSE 330 59330853 4b hsa-miR-652-4395463 Target 28.757421 1.4201126 28.757421 8.924164 19.833258 FALSE 331 59330853 4b hsa-miR-653-4395403 Target Undetermined 6.61E-05 40 20.166742 19.833258 FALSE 332 59330853 4b hsa-miR-654-3p-4395350 Target 31.56908 1.2998405 31.56908 11.735822 19.833258 FALSE 333 59330853 4b hsa-miR-654-5p-4381014 Target 30.321634 0.26827398 30.321634 10.488377 19.833258 FALSE 334 59330853 4b hsa-miR-655-4381015 Target 32.673862 0.94869965 32.673862 12.840604 19.833258 FALSE 335 59330853 4b hsa-miR-660-4380925 Target 26.241476 1.8163984 26.241476 6.4082184 19.833258 FALSE 336 59330853 4b hsa-miR-671-3p-4395433 Target 28.880148 1.5823272 28.880148 9.04689 19.833258 FALSE 337 59330853 4b hsa-miR-672-4395438 Target Undetermined -0.015824528 40 20.166742 19.833258 FALSE 338 59330853 4b hsa-miR-674-4395193 Target Undetermined -0.018682728 40 20.166742 19.833258 FALSE 339 59330853 4b hsa-miR-708-4395452 Target 23.739668 2.6414096 23.739668 3.9064102 19.833258 FALSE 340 59330853 4b hsa-miR-744-4395435 Target 27.842283 2.3293786 27.842283 8.009026 19.833258 FALSE 341 59330853 4b hsa-miR-758-4395180 Target 32.623207 0.55288106 32.623207 12.78995 19.833258 FALSE 342 59330853 4b hsa-miR-871-4395465 Target Undetermined 0.012342921 40 20.166742 19.833258 FALSE 343 59330853 4b hsa-miR-872-4395375 Target Undetermined 0.002568073 40 20.166742 19.833258 FALSE 344 59330853 4b hsa-miR-873-4395467 Target 35.14271 0.3556546 35.14271 15.309453 19.833258 FALSE 345 59330853 4b hsa-miR-874-4395379 Target 29.065939 0.31528613 29.065939 9.232681 19.833258 FALSE 346 59330853 4b hsa-miR-875-3p-4395315 Target Undetermined 0.017765578 40 20.166742 19.833258 FALSE 347 59330853 4b hsa-miR-876-3p-4395336 Target Undetermined -0.014199495 40 20.166742 19.833258 FALSE 348 59330853 4b hsa-miR-876-5p-4395316 Target Undetermined 0.02381979 40 20.166742 19.833258 FALSE 349 59330853 4b hsa-miR-885-3p-4395483 Target Undetermined 0.0668675 40 20.166742 19.833258 FALSE 350 59330853 4b hsa-miR-885-5p-4395407 Target 27.810373 1.4347488 27.810373 7.9771156 19.833258 FALSE 351 59330853 4b hsa-miR-886-3p-4395305 Target 24.883635 1.3464364 24.883635 5.050377 19.833258 FALSE 352 59330853 4b hsa-miR-886-5p-4395304 Target 23.895205 1.9499944 23.895205 4.061947 19.833258 FALSE 353 59330853 4b hsa-miR-887-4395485 Target 29.524239 0.22106062 29.524239 9.690981 19.833258 FALSE 354 59330853 4b hsa-miR-888-4395323 Target Undetermined 0.030281054 40 20.166742 19.833258 FALSE 355 59330853 4b hsa-miR-889-4395313 Target 35.023212 0.3520525 35.023212 15.189954 19.833258 FALSE 356 59330853 4b hsa-miR-890-4395320 Target Undetermined 0.005229578 40 20.166742 19.833258 FALSE 357 59330853 4b hsa-miR-891a-4395302 Target Undetermined 0.002141152 40 20.166742 19.833258 FALSE 358 59330853 4b hsa-miR-891b-4395321 Target Undetermined 0.03145567 40 20.166742 19.833258 FALSE 359 59330853 4b hsa-miR-892a-4395306 Target Undetermined -0.00200621 40 20.166742 19.833258 FALSE 360 59330853 4b hsa-miR-147-4373131 Target Undetermined 0.015700648 40 20.166742 19.833258 FALSE 361 59330853 4b hsa-miR-208-4373091 Target Undetermined -0.00952258 40 20.166742 19.833258 FALSE 362 59330853 4b hsa-miR-211-4373088 Target Undetermined 0.03414845 40 20.166742 19.833258 FALSE 363 59330853 4b hsa-miR-212-4373087 Target 25.118793 2.0272353 25.118793 5.285536 19.833258 FALSE 364 59330853 4b hsa-miR-219-1-3p-4395206 Target Undetermined 0.005775268 40 20.166742 19.833258 FALSE 365 59330853 4b hsa-miR-219-2-3p-4395501 Target Undetermined 0.002976814 40 20.166742 19.833258 FALSE 366 59330853 4b hsa-miR-220-4373078 Target Undetermined 0.002458669 40 20.166742 19.833258 FALSE 367 59330853 4b hsa-miR-220b-4395317 Target Undetermined 0.011155468 40 20.166742 19.833258 FALSE 368 59330853 4b hsa-miR-220c-4395322 Target Undetermined -0.002086171 40 20.166742 19.833258 FALSE 369 59330853 4b hsa-miR-298-4395301 Target Undetermined 0.012009893 40 20.166742 19.833258 FALSE 370 59330853 4b hsa-miR-325-4373051 Target Undetermined 0.09317798 40 20.166742 19.833258 FALSE 371 59330853 4b hsa-miR-346-4373038 Target Undetermined 0.034020774 40 20.166742 19.833258 FALSE 372 59330853 4b hsa-miR-376c-4395233 Target 26.568123 1.4541346 26.568123 6.734865 19.833258 FALSE 373 59330853 4b hsa-miR-384-4373017 Target Undetermined -0.006686132 40 20.166742 19.833258 FALSE 374 59330853 4b hsa-miR-412-4373199 Target Undetermined 0.038819842 40 20.166742 19.833258 FALSE 375 59330853 4b hsa-miR-448-4373206 Target Undetermined 0.014733027 40 20.166742 19.833258 FALSE 376 59330853 4b hsa-miR-492-4373217 Target Undetermined 0.07654088 40 20.166742 19.833258 FALSE 377 59330853 4b hsa-miR-506-4373231 Target 29.185131 0.8942563 29.185131 9.351873 19.833258 FALSE 378 59330853 4b hsa-miR-509-3-5p-4395266 Target Undetermined 0.08364433 40 20.166742 19.833258 FALSE 379 59330853 4b hsa-miR-511-4373236 Target 29.05868 1.3388546 29.05868 9.225422 19.833258 FALSE 380 59330853 4b hsa-miR-517b-4373244 Target Undetermined 0.023800936 40 20.166742 19.833258 FALSE 381 59330853 4b hsa-miR-519c-3p-4373251 Target Undetermined 0.006431026 40 20.166742 19.833258 FALSE 382 59330853 4b hsa-miR-520b-4373252 Target 36.95337 0.072968744 36.95337 17.120111 19.833258 FALSE 383 59330853 4b hsa-miR-520e-4373255 Target Undetermined 0.016416427 40 20.166742 19.833258 FALSE 384 59330853 4b hsa-miR-520f-4373256 Target Undetermined 0.010520192 40 20.166742 19.833258 FALSE \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/GSM628100_59b.txt Thu Oct 10 04:24:43 2019 -0400 @@ -0,0 +1,1 @@ +SDS 2.3 RQ Results 1.2 Filename Testscreen analys all.sdm Assay Type RQ Study EmbeddedFile FileA Run DateTime Fri May 15 17:10:28 BST 2009 Operator ThermalCycleParams EmbeddedFile FileB Run DateTime Sat May 16 10:36:09 BST 2009 Operator ThermalCycleParams EmbeddedFile FileC Run DateTime Sun May 17 13:21:05 BST 2009 Operator ThermalCycleParams # Plate Sample Detector Task Avg Ct Delta Ct Avg Delta Ct ?Ct SE Delta Delta Ct SD RQ RQ Min RQ Max Omit 1 59330845 59b hsa-let-7a-4373169 Target 30.522202 0.46714714 30.522202 20.916653 FALSE 2 59330845 59b hsa-let-7c-4373167 Target 29.641588 2.2003949 29.641588 20.916653 FALSE 3 59330845 59b hsa-let-7d-4395394 Target 28.148464 2.2012467 28.148464 20.916653 FALSE 4 59330845 59b hsa-let-7e-4395517 Target 25.459394 1.7533048 25.459394 20.916653 FALSE 5 59330845 59b hsa-let-7f-4373164 Target 37.1688 0.05808102 37.1688 20.916653 FALSE 6 59330845 59b hsa-let-7g-4395393 Target 28.573454 1.8984915 28.573454 20.916653 FALSE 7 59330845 59b hsa-miR-1-4395333 Target Undetermined 0.0606702 40 20.916653 FALSE 8 59330845 59b hsa-miR-9-4373285 Target 29.670109 1.2059278 29.670109 20.916653 FALSE 9 59330845 59b hsa-miR-10a-4373153 Target 30.765186 1.5807868 30.765186 20.916653 FALSE 10 59330845 59b hsa-miR-10b-4395329 Target 33.547447 0.24027878 33.547447 20.916653 FALSE 11 59330845 59b MammU6-4395470 Endogenous Control 20.898623 1.6061095 20.916653 0.07082919 20.916653 FALSE 12 59330845 59b MammU6-4395470 Endogenous Control 20.74261 1.6210834 20.916653 0.07082919 20.916653 FALSE 13 59330845 59b hsa-miR-15a-4373123 Target 38.084248 0.24578287 38.084248 20.916653 FALSE 14 59330845 59b hsa-miR-15b-4373122 Target 31.54213 1.0276573 31.54213 20.916653 FALSE 15 59330845 59b hsa-miR-16-4373121 Target 25.47697 2.2963293 25.47697 20.916653 FALSE 16 59330845 59b hsa-miR-17-4395419 Target 24.540749 2.5483587 24.540749 20.916653 FALSE 17 59330845 59b hsa-miR-18a-4395533 Target 30.921448 1.3376203 30.921448 20.916653 FALSE 18 59330845 59b hsa-miR-18b-4395328 Target 34.384583 0.118136756 34.384583 20.916653 FALSE 19 59330845 59b hsa-miR-19a-4373099 Target 30.344492 1.3380651 30.344492 20.916653 FALSE 20 59330845 59b hsa-miR-19b-4373098 Target 25.073116 2.0620253 25.073116 20.916653 FALSE 21 59330845 59b hsa-miR-20a-4373286 Target 26.54836 2.2915807 26.54836 20.916653 FALSE 22 59330845 59b hsa-miR-20b-4373263 Target 28.753532 2.1856077 28.753532 20.916653 FALSE 23 59330845 59b hsa-miR-21-4373090 Target 26.164614 1.9505711 26.164614 20.916653 FALSE 24 59330845 59b hsa-miR-22-4373079 Target 30.986832 0.19313064 30.986832 20.916653 FALSE 25 59330845 59b hsa-miR-23a-4373074 Target 31.205956 0.21667142 31.205956 20.916653 FALSE 26 59330845 59b hsa-miR-23b-4373073 Target 38.834538 0.10759542 38.834538 20.916653 FALSE 27 59330845 59b hsa-miR-24-4373072 Target 24.813915 2.0686061 24.813915 20.916653 FALSE 28 59330845 59b hsa-miR-25-4373071 Target 28.095118 3.5055258 28.095118 20.916653 FALSE 29 59330845 59b hsa-miR-26a-4395166 Target 26.009308 2.074871 26.009308 20.916653 FALSE 30 59330845 59b hsa-miR-26b-4395167 Target 29.437126 1.8843701 29.437126 20.916653 FALSE 31 59330845 59b hsa-miR-27a-4373287 Target 28.045849 2.7861412 28.045849 20.916653 FALSE 32 59330845 59b hsa-miR-27b-4373068 Target 28.957434 2.633547 28.957434 20.916653 FALSE 33 59330845 59b hsa-miR-28-3p-4395557 Target 26.165771 2.606255 26.165771 20.916653 FALSE 34 59330845 59b hsa-miR-28-5p-4373067 Target 30.355108 1.9775456 30.355108 20.916653 FALSE 35 59330845 59b MammU6-4395470 Endogenous Control 21.08732 1.5428216 20.916653 0.07082919 20.916653 FALSE 36 59330845 59b MammU6-4395470 Endogenous Control 20.938059 1.6490729 20.916653 0.07082919 20.916653 FALSE 37 59330845 59b hsa-miR-29a-4395223 Target 25.52138 2.211416 25.52138 20.916653 FALSE 38 59330845 59b hsa-miR-29b-4373288 Target 30.942673 1.3985285 30.942673 20.916653 FALSE 39 59330845 59b hsa-miR-29c-4395171 Target 28.957895 2.0234692 28.957895 20.916653 FALSE 40 59330845 59b hsa-miR-30b-4373290 Target 24.900805 2.3689551 24.900805 20.916653 FALSE 41 59330845 59b hsa-miR-30c-4373060 Target 24.999641 2.1016164 24.999641 20.916653 FALSE 42 59330845 59b hsa-miR-31-4395390 Target 27.614132 1.7266185 27.614132 20.916653 FALSE 43 59330845 59b hsa-miR-32-4395220 Target Undetermined 0.05264761 40 20.916653 FALSE 44 59330845 59b hsa-miR-33b-4395196 Target Undetermined 0.062051985 40 20.916653 FALSE 45 59330845 59b hsa-miR-34a-4395168 Target 27.1224 2.1812096 27.1224 20.916653 FALSE 46 59330845 59b hsa-miR-34c-5p-4373036 Target Undetermined 0.026164364 40 20.916653 FALSE 47 59330845 59b hsa-miR-92a-4395169 Target 25.37828 2.2674854 25.37828 20.916653 FALSE 48 59330845 59b hsa-miR-93-4373302 Target 28.249897 2.2733448 28.249897 20.916653 FALSE 49 59330845 59b hsa-miR-95-4373011 Target 30.43823 1.8800479 30.43823 20.916653 FALSE 50 59330845 59b hsa-miR-96-4373372 Target Undetermined -0.001461427 40 20.916653 FALSE 51 59330845 59b hsa-miR-98-4373009 Target Undetermined 0.10406371 40 20.916653 FALSE 52 59330845 59b hsa-miR-99a-4373008 Target 27.937586 1.2968897 27.937586 20.916653 FALSE 53 59330845 59b hsa-miR-99b-4373007 Target 28.98074 0.6435951 28.98074 20.916653 FALSE 54 59330845 59b hsa-miR-100-4373160 Target 28.186079 1.5591788 28.186079 20.916653 FALSE 55 59330845 59b hsa-miR-101-4395364 Target Undetermined 0.049221743 40 20.916653 FALSE 56 59330845 59b hsa-miR-103-4373158 Target 31.648333 1.0415215 31.648333 20.916653 FALSE 57 59330845 59b hsa-miR-105-4395278 Target 37.13562 0.30260232 37.13562 20.916653 FALSE 58 59330845 59b hsa-miR-106a-4395280 Target 24.518713 2.8272982 24.518713 20.916653 FALSE 59 59330845 59b RNU44-4373384 Target 26.62169 0.94692487 26.62169 20.916653 FALSE 60 59330845 59b hsa-miR-106b-4373155 Target 29.512016 1.9394145 29.512016 20.916653 FALSE 61 59330845 59b hsa-miR-107-4373154 Target Undetermined 0.06068841 40 20.916653 FALSE 62 59330845 59b hsa-miR-122-4395356 Target 34.652893 0.33911374 34.652893 20.916653 FALSE 63 59330845 59b hsa-miR-124-4373295 Target 35.074112 0.43070167 35.074112 20.916653 FALSE 64 59330845 59b hsa-miR-125a-3p-4395310 Target 33.225613 1.3269984 33.225613 20.916653 FALSE 65 59330845 59b hsa-miR-125a-5p-4395309 Target 30.602913 1.8569218 30.602913 20.916653 FALSE 66 59330845 59b hsa-miR-125b-4373148 Target 27.568855 1.743205 27.568855 20.916653 FALSE 67 59330845 59b hsa-miR-126-4395339 Target 28.725721 2.0533407 28.725721 20.916653 FALSE 68 59330845 59b hsa-miR-127-3p-4373147 Target 28.438374 2.0156982 28.438374 20.916653 FALSE 69 59330845 59b hsa-miR-127-5p-4395340 Target Undetermined 0.06868253 40 20.916653 FALSE 70 59330845 59b hsa-miR-128-4395327 Target 34.283943 0.37739745 34.283943 20.916653 FALSE 71 59330845 59b hsa-miR-129-3p-4373297 Target 32.015038 0.45998615 32.015038 20.916653 FALSE 72 59330845 59b hsa-miR-129-5p-4373171 Target Undetermined 0.044314478 40 20.916653 FALSE 73 59330845 59b hsa-miR-130a-4373145 Target 32.27839 1.0657177 32.27839 20.916653 FALSE 74 59330845 59b hsa-miR-130b-4373144 Target 30.94099 0.57619923 30.94099 20.916653 FALSE 75 59330845 59b hsa-miR-132-4373143 Target 28.754766 1.7395816 28.754766 20.916653 FALSE 76 59330845 59b hsa-miR-133a-4395357 Target 27.036415 1.6955533 27.036415 20.916653 FALSE 77 59330845 59b hsa-miR-133b-4395358 Target 30.97131 0.8985671 30.97131 20.916653 FALSE 78 59330845 59b hsa-miR-134-4373299 Target 32.34409 0.46758288 32.34409 20.916653 FALSE 79 59330845 59b hsa-miR-135a-4373140 Target 34.680202 1.1247311 34.680202 20.916653 FALSE 80 59330845 59b hsa-miR-135b-4395372 Target 28.096031 2.577233 28.096031 20.916653 FALSE 81 59330845 59b hsa-miR-136-4373173 Target Undetermined 0.025755376 40 20.916653 FALSE 82 59330845 59b hsa-miR-137-4373301 Target 34.605007 1.2038566 34.605007 20.916653 FALSE 83 59330845 59b hsa-miR-138-4395395 Target 30.672863 2.6710293 30.672863 20.916653 FALSE 84 59330845 59b hsa-miR-139-3p-4395424 Target 31.201029 0.11564267 31.201029 20.916653 FALSE 85 59330845 59b hsa-miR-139-5p-4395400 Target 28.22347 1.4677739 28.22347 20.916653 FALSE 86 59330845 59b hsa-miR-140-3p-4395345 Target 31.161364 1.0640621 31.161364 20.916653 FALSE 87 59330845 59b hsa-miR-140-5p-4373374 Target 28.79912 1.8467569 28.79912 20.916653 FALSE 88 59330845 59b hsa-miR-141-4373137 Target 29.389734 1.9591416 29.389734 20.916653 FALSE 89 59330845 59b hsa-miR-142-3p-4373136 Target 27.666443 2.1123717 27.666443 20.916653 FALSE 90 59330845 59b hsa-miR-142-5p-4395359 Target Undetermined 0.016196348 40 20.916653 FALSE 91 59330845 59b hsa-miR-143-4395360 Target 29.972395 1.9792508 29.972395 20.916653 FALSE 92 59330845 59b hsa-miR-145-4395389 Target 25.33724 1.5907234 25.33724 20.916653 FALSE 93 59330845 59b hsa-miR-146a-4373132 Target 25.914682 2.4564185 25.914682 20.916653 FALSE 94 59330845 59b hsa-miR-146b-3p-4395472 Target 33.977528 0.4614078 33.977528 20.916653 FALSE 95 59330845 59b hsa-miR-146b-5p-4373178 Target 25.569117 2.3179846 25.569117 20.916653 FALSE 96 59330845 59b hsa-miR-147b-4395373 Target Undetermined 0.052262403 40 20.916653 FALSE 97 59330845 59b hsa-miR-148a-4373130 Target 28.9043 1.683942 28.9043 20.916653 FALSE 98 59330845 59b hsa-miR-148b-4373129 Target 32.083107 0.51295537 32.083107 20.916653 FALSE 99 59330845 59b hsa-miR-149-4395366 Target 34.672092 0.20752262 34.672092 20.916653 FALSE 100 59330845 59b hsa-miR-150-4373127 Target 27.163591 2.2399068 27.163591 20.916653 FALSE 101 59330845 59b hsa-miR-152-4395170 Target 30.264885 2.7787383 30.264885 20.916653 FALSE 102 59330845 59b hsa-miR-153-4373305 Target Undetermined 0.039941594 40 20.916653 FALSE 103 59330845 59b hsa-miR-154-4373270 Target Undetermined 0.012576864 40 20.916653 FALSE 104 59330845 59b hsa-miR-181a-4373117 Target 28.976093 0.8467549 28.976093 20.916653 FALSE 105 59330845 59b hsa-miR-181c-4373115 Target 34.376793 0.3912406 34.376793 20.916653 FALSE 106 59330845 59b hsa-miR-182-4395445 Target 33.481186 1.2614335 33.481186 20.916653 FALSE 107 59330845 59b RNU48-4373383 Target 25.727236 2.1950252 25.727236 20.916653 FALSE 108 59330845 59b hsa-miR-183-4395380 Target 34.64482 0.38747376 34.64482 20.916653 FALSE 109 59330845 59b hsa-miR-184-4373113 Target 35.002407 1.710719 35.002407 20.916653 FALSE 110 59330845 59b hsa-miR-185-4395382 Target 29.025251 1.6022934 29.025251 20.916653 FALSE 111 59330845 59b hsa-miR-186-4395396 Target 27.412493 2.5406988 27.412493 20.916653 FALSE 112 59330845 59b hsa-miR-187-4373307 Target 36.11761 0.08294141 36.11761 20.916653 FALSE 113 59330845 59b hsa-miR-188-3p-4395217 Target Undetermined 0.043263867 40 20.916653 FALSE 114 59330845 59b hsa-miR-190-4373110 Target Undetermined 0.011082199 40 20.916653 FALSE 115 59330845 59b hsa-miR-191-4395410 Target 22.89194 2.2546995 22.89194 20.916653 FALSE 116 59330845 59b hsa-miR-192-4373108 Target 24.053461 2.1601593 24.053461 20.916653 FALSE 117 59330845 59b hsa-miR-193a-3p-4395361 Target Undetermined 0.11563852 40 20.916653 FALSE 118 59330845 59b hsa-miR-193a-5p-4395392 Target 30.386715 1.4020493 30.386715 20.916653 FALSE 119 59330845 59b hsa-miR-193b-4395478 Target 26.309692 1.7910825 26.309692 20.916653 FALSE 120 59330845 59b hsa-miR-194-4373106 Target 27.225573 2.6282127 27.225573 20.916653 FALSE 121 59330845 59b hsa-miR-195-4373105 Target 29.606216 2.0861526 29.606216 20.916653 FALSE 122 59330845 59b hsa-miR-196b-4395326 Target 29.654919 1.5677962 29.654919 20.916653 FALSE 123 59330845 59b hsa-miR-197-4373102 Target 30.167719 0.4695197 30.167719 20.916653 FALSE 124 59330845 59b hsa-miR-198-4395384 Target Undetermined 0.04776953 40 20.916653 FALSE 125 59330845 59b hsa-miR-199a-5p-4373272 Target Undetermined 0.048764244 40 20.916653 FALSE 126 59330845 59b hsa-miR-199a-3p-4395415 Target 30.425905 1.4461726 30.425905 20.916653 FALSE 127 59330845 59b hsa-miR-199b-5p-4373100 Target Undetermined 0.03873024 40 20.916653 FALSE 128 59330845 59b hsa-miR-200a-4378069 Target 24.723743 1.87193 24.723743 20.916653 FALSE 129 59330845 59b hsa-miR-200b-4395362 Target 25.742502 1.016333 25.742502 20.916653 FALSE 130 59330845 59b hsa-miR-200c-4395411 Target 24.248459 1.4763409 24.248459 20.916653 FALSE 131 59330845 59b hsa-miR-202-4395474 Target Undetermined 0.098628044 40 20.916653 FALSE 132 59330845 59b hsa-miR-203-4373095 Target 29.814816 2.5971875 29.814816 20.916653 FALSE 133 59330845 59b hsa-miR-204-4373094 Target 30.020391 1.4708505 30.020391 20.916653 FALSE 134 59330845 59b hsa-miR-205-4373093 Target Undetermined 0.076221704 40 20.916653 FALSE 135 59330845 59b hsa-miR-208b-4395401 Target Undetermined 0.011692163 40 20.916653 FALSE 136 59330845 59b hsa-miR-210-4373089 Target 25.697552 0.8982919 25.697552 20.916653 FALSE 137 59330845 59b hsa-miR-214-4395417 Target 28.472082 1.221063 28.472082 20.916653 FALSE 138 59330845 59b hsa-miR-215-4373084 Target 28.138681 0.30779335 28.138681 20.916653 FALSE 139 59330845 59b hsa-miR-216a-4395331 Target Undetermined 0.043971807 40 20.916653 FALSE 140 59330845 59b hsa-miR-216b-4395437 Target Undetermined 0.034420628 40 20.916653 FALSE 141 59330845 59b hsa-miR-217-4395448 Target Undetermined 0.009843801 40 20.916653 FALSE 142 59330845 59b hsa-miR-218-4373081 Target 32.106937 1.8559202 32.106937 20.916653 FALSE 143 59330845 59b hsa-miR-219-5p-4373080 Target 33.22229 0.3854216 33.22229 20.916653 FALSE 144 59330845 59b hsa-miR-221-4373077 Target 28.857136 1.2076157 28.857136 20.916653 FALSE 145 59330845 59b hsa-miR-222-4395387 Target 22.144733 2.7417681 22.144733 20.916653 FALSE 146 59330845 59b hsa-miR-223-4395406 Target 20.648619 3.1220455 20.648619 20.916653 FALSE 147 59330845 59b hsa-miR-224-4395210 Target 27.495737 1.7416971 27.495737 20.916653 FALSE 148 59330845 59b hsa-miR-296-3p-4395212 Target Undetermined -0.003639884 40 20.916653 FALSE 149 59330845 59b hsa-miR-296-5p-4373066 Target 31.32585 0.50975585 31.32585 20.916653 FALSE 150 59330845 59b hsa-miR-299-3p-4373189 Target Undetermined 0.025015634 40 20.916653 FALSE 151 59330845 59b hsa-miR-299-5p-4373188 Target Undetermined 0.02644818 40 20.916653 FALSE 152 59330845 59b hsa-miR-301a-4373064 Target 33.49057 0.7642353 33.49057 20.916653 FALSE 153 59330845 59b hsa-miR-301b-4395503 Target Undetermined 0.011759232 40 20.916653 FALSE 154 59330845 59b hsa-miR-302a-4378070 Target Undetermined 0.002280043 40 20.916653 FALSE 155 59330845 59b ath-miR159a-4373390 Target Undetermined 0.017677363 40 20.916653 FALSE 156 59330845 59b hsa-miR-302b-4378071 Target Undetermined 0.05593167 40 20.916653 FALSE 157 59330845 59b hsa-miR-302c-4378072 Target Undetermined 0.050421357 40 20.916653 FALSE 158 59330845 59b hsa-miR-320-4395388 Target 22.546814 2.437192 22.546814 20.916653 FALSE 159 59330845 59b hsa-miR-323-3p-4395338 Target 31.565975 0.4835121 31.565975 20.916653 FALSE 160 59330845 59b hsa-miR-324-3p-4395272 Target 30.684101 1.523793 30.684101 20.916653 FALSE 161 59330845 59b hsa-miR-324-5p-4373052 Target 31.003588 1.6405005 31.003588 20.916653 FALSE 162 59330845 59b hsa-miR-326-4373050 Target Undetermined -0.00283035 40 20.916653 FALSE 163 59330845 59b hsa-miR-328-4373049 Target 31.825577 0.5839121 31.825577 20.916653 FALSE 164 59330845 59b hsa-miR-329-4373191 Target 36.64958 0.32285053 36.64958 20.916653 FALSE 165 59330845 59b hsa-miR-330-3p-4373047 Target Undetermined 0.015170693 40 20.916653 FALSE 166 59330845 59b hsa-miR-330-5p-4395341 Target 36.79115 0.10773961 36.79115 20.916653 FALSE 167 59330845 59b hsa-miR-331-3p-4373046 Target 30.498297 1.5183628 30.498297 20.916653 FALSE 168 59330845 59b hsa-miR-331-5p-4395344 Target 39.661495 0.10504665 39.661495 20.916653 FALSE 169 59330845 59b hsa-miR-335-4373045 Target 32.409798 1.377156 32.409798 20.916653 FALSE 170 59330845 59b hsa-miR-337-5p-4395267 Target Undetermined 0.04353171 40 20.916653 FALSE 171 59330845 59b hsa-miR-338-3p-4395363 Target 32.253876 0.55391663 32.253876 20.916653 FALSE 172 59330845 59b hsa-miR-339-3p-4395295 Target 29.670847 1.0559144 29.670847 20.916653 FALSE 173 59330845 59b hsa-miR-339-5p-4395368 Target 36.046574 0.10186929 36.046574 20.916653 FALSE 174 59330845 59b hsa-miR-340-4395369 Target 33.739334 1.4289641 33.739334 20.916653 FALSE 175 59330845 59b has-miR-155-4395459 Target 27.395021 2.3733237 27.395021 20.916653 FALSE 176 59330845 59b hsa-let-7b-4395446 Target 23.223139 1.6825192 23.223139 20.916653 FALSE 177 59330845 59b hsa-miR-342-3p-4395371 Target 25.40008 1.6538111 25.40008 20.916653 FALSE 178 59330845 59b hsa-miR-342-5p-4395258 Target Undetermined 0.017303523 40 20.916653 FALSE 179 59330845 59b hsa-miR-345-4395297 Target 29.166582 2.016759 29.166582 20.916653 FALSE 180 59330845 59b hsa-miR-361-5p-4373035 Target 28.547285 1.9670568 28.547285 20.916653 FALSE 181 59330845 59b hsa-miR-362-3p-4395228 Target Undetermined 0.02857954 40 20.916653 FALSE 182 59330845 59b hsa-miR-362-5p-4378092 Target 32.530235 0.62636805 32.530235 20.916653 FALSE 183 59330845 59b hsa-miR-363-4378090 Target 34.967007 0.29002693 34.967007 20.916653 FALSE 184 59330845 59b hsa-miR-365-4373194 Target 29.753593 1.3005899 29.753593 20.916653 FALSE 185 59330845 59b hsa-miR-367-4373034 Target Undetermined 0.034946024 40 20.916653 FALSE 186 59330845 59b hsa-miR-369-3p-4373032 Target Undetermined 0.023629727 40 20.916653 FALSE 187 59330845 59b hsa-miR-369-5p-4373195 Target Undetermined 0.013774668 40 20.916653 FALSE 188 59330845 59b hsa-miR-370-4395386 Target 29.124321 0.5138456 29.124321 20.916653 FALSE 189 59330845 59b hsa-miR-371-3p-4395235 Target Undetermined 0.006715619 40 20.916653 FALSE 190 59330845 59b hsa-miR-372-4373029 Target 30.273195 0.16526163 30.273195 20.916653 FALSE 191 59330845 59b hsa-miR-373-4378073 Target Undetermined 0.018833749 40 20.916653 FALSE 192 59330845 59b hsa-miR-374a-4373028 Target 33.287514 2.0703106 33.287514 20.916653 FALSE 193 59330845 59b hsa-miR-374b-4381045 Target 30.87 1.2385957 30.87 20.916653 FALSE 194 59330845 59b hsa-miR-375-4373027 Target 26.935205 2.52005 26.935205 20.916653 FALSE 195 59330845 59b hsa-miR-376a-4373026 Target 33.695843 0.70144 33.695843 20.916653 FALSE 196 59330845 59b hsa-miR-376b-4373196 Target Undetermined -0.00341312 40 20.916653 FALSE 197 59330845 59b hsa-miR-377-4373025 Target Undetermined 0.06139763 40 20.916653 FALSE 198 59330845 59b hsa-miR-379-4373349 Target Undetermined 0.04335576 40 20.916653 FALSE 199 59330845 59b hsa-miR-380-4373022 Target Undetermined 0.020072388 40 20.916653 FALSE 200 59330845 59b hsa-miR-381-4373020 Target Undetermined 0.032793898 40 20.916653 FALSE 201 59330845 59b hsa-miR-382-4373019 Target Undetermined 0.07253934 40 20.916653 FALSE 202 59330845 59b hsa-miR-383-4373018 Target Undetermined 0.013822342 40 20.916653 FALSE 203 59330845 59b hsa-miR-409-5p-4395442 Target Undetermined 0.023370622 40 20.916653 FALSE 204 59330845 59b hsa-miR-410-4378093 Target 32.921288 0.8003424 32.921288 20.916653 FALSE 205 59330845 59b hsa-miR-411-4381013 Target 33.942745 1.6071076 33.942745 20.916653 FALSE 206 59330845 59b hsa-miR-422a-4395408 Target Undetermined 0.013926923 40 20.916653 FALSE 207 59330845 59b hsa-miR-423-5p-4395451 Target 29.546705 0.6975869 29.546705 20.916653 FALSE 208 59330845 59b hsa-miR-424-4373201 Target Undetermined 0.03940742 40 20.916653 FALSE 209 59330845 59b hsa-miR-425-4380926 Target 27.811985 0.4760654 27.811985 20.916653 FALSE 210 59330845 59b hsa-miR-429-4373203 Target 30.635231 1.690668 30.635231 20.916653 FALSE 211 59330845 59b hsa-miR-431-4395173 Target Undetermined -0.006067303 40 20.916653 FALSE 212 59330845 59b hsa-miR-433-4373205 Target 29.541122 1.077497 29.541122 20.916653 FALSE 213 59330845 59b hsa-miR-449a-4373207 Target 36.137024 0.22086436 36.137024 20.916653 FALSE 214 59330845 59b hsa-miR-449b-4381011 Target Undetermined 0.019366136 40 20.916653 FALSE 215 59330845 59b hsa-miR-450a-4395414 Target Undetermined 0.02625223 40 20.916653 FALSE 216 59330845 59b hsa-miR-450b-3p-4395319 Target Undetermined 0.046157368 40 20.916653 FALSE 217 59330845 59b hsa-miR-450b-5p-4395318 Target Undetermined 0.037261747 40 20.916653 FALSE 218 59330845 59b hsa-miR-451-4373360 Target 26.668837 2.5445747 26.668837 20.916653 FALSE 219 59330845 59b hsa-miR-452-4395440 Target 36.285328 0.52836055 36.285328 20.916653 FALSE 220 59330845 59b hsa-miR-453-4395429 Target Undetermined 0.016286617 40 20.916653 FALSE 221 59330845 59b hsa-miR-454-4395434 Target 29.918608 2.2394955 29.918608 20.916653 FALSE 222 59330845 59b hsa-miR-455-3p-4395355 Target 30.136242 0.5020963 30.136242 20.916653 FALSE 223 59330845 59b hsa-miR-455-5p-4378098 Target 31.51521 0.98542714 31.51521 20.916653 FALSE 224 59330845 59b hsa-miR-483-5p-4395449 Target 27.022673 2.3561227 27.022673 20.916653 FALSE 225 59330845 59b hsa-miR-484-4381032 Target 28.112783 1.2396349 28.112783 20.916653 FALSE 226 59330845 59b hsa-miR-485-3p-4378095 Target Undetermined 0.012637847 40 20.916653 FALSE 227 59330845 59b hsa-miR-485-5p-4373212 Target Undetermined 0.018768214 40 20.916653 FALSE 228 59330845 59b hsa-miR-486-3p-4395204 Target 29.911009 0.33444694 29.911009 20.916653 FALSE 229 59330845 59b hsa-miR-486-5p-4378096 Target 26.957668 1.7445838 26.957668 20.916653 FALSE 230 59330845 59b hsa-miR-487a-4378097 Target Undetermined 0.028491445 40 20.916653 FALSE 231 59330845 59b hsa-miR-487b-4378102 Target Undetermined 0.013482131 40 20.916653 FALSE 232 59330845 59b hsa-miR-488-4395468 Target Undetermined 0.025485648 40 20.916653 FALSE 233 59330845 59b hsa-miR-489-4395469 Target 31.125826 1.5508143 31.125826 20.916653 FALSE 234 59330845 59b hsa-miR-490-3p-4373215 Target Undetermined 0.039878562 40 20.916653 FALSE 235 59330845 59b hsa-miR-491-3p-4395471 Target Undetermined 0.004234835 40 20.916653 FALSE 236 59330845 59b hsa-miR-491-5p-4381053 Target 30.676613 1.2685915 30.676613 20.916653 FALSE 237 59330845 59b hsa-miR-493-4395475 Target Undetermined 0.011431173 40 20.916653 FALSE 238 59330845 59b hsa-miR-494-4395476 Target 29.717583 1.8994067 29.717583 20.916653 FALSE 239 59330845 59b hsa-miR-495-4381078 Target Undetermined 0.007127848 40 20.916653 FALSE 240 59330845 59b hsa-miR-496-4386771 Target Undetermined 0.013763169 40 20.916653 FALSE 241 59330845 59b hsa-miR-499-3p-4395538 Target Undetermined -0.005049869 40 20.916653 FALSE 242 59330845 59b hsa-miR-499-5p-4381047 Target Undetermined 0.048580658 40 20.916653 FALSE 243 59330845 59b hsa-miR-500-4395539 Target 34.394997 0.45539215 34.394997 20.916653 FALSE 244 59330845 59b hsa-miR-501-3p-4395546 Target Undetermined 0.013213561 40 20.916653 FALSE 245 59330845 59b hsa-miR-501-5p-4373226 Target 29.35517 0.39909792 29.35517 20.916653 FALSE 246 59330845 59b hsa-miR-502-3p-4395194 Target 32.939167 1.1149453 32.939167 20.916653 FALSE 247 59330845 59b hsa-miR-502-5p-4373227 Target Undetermined 0.019044356 40 20.916653 FALSE 248 59330845 59b hsa-miR-503-4373228 Target 36.59307 0.21442112 36.59307 20.916653 FALSE 249 59330845 59b hsa-miR-504-4395195 Target Undetermined 0.001285423 40 20.916653 FALSE 250 59330845 59b hsa-miR-505-4395200 Target Undetermined 0.002663918 40 20.916653 FALSE 251 59330845 59b hsa-miR-507-4373232 Target Undetermined 0.005110208 40 20.916653 FALSE 252 59330845 59b hsa-miR-508-3p-4373233 Target Undetermined -0.005098564 40 20.916653 FALSE 253 59330845 59b hsa-miR-508-5p-4395203 Target Undetermined 0.04546974 40 20.916653 FALSE 254 59330845 59b hsa-miR-509-5p-4395346 Target 30.666464 0.5143475 30.666464 20.916653 FALSE 255 59330845 59b hsa-miR-510-4395352 Target Undetermined 0.008468787 40 20.916653 FALSE 256 59330845 59b hsa-miR-512-3p-4381034 Target Undetermined 0.016463855 40 20.916653 FALSE 257 59330845 59b hsa-miR-512-5p-4373238 Target Undetermined 0.016798895 40 20.916653 FALSE 258 59330845 59b hsa-miR-513-5p-4395201 Target Undetermined 0.010136809 40 20.916653 FALSE 259 59330845 59b hsa-miR-515-3p-4395480 Target Undetermined -0.008381838 40 20.916653 FALSE 260 59330845 59b hsa-miR-515-5p-4373242 Target Undetermined 9.82E-04 40 20.916653 FALSE 261 59330845 59b hsa-miR-516a-5p-4395527 Target Undetermined 0.012472754 40 20.916653 FALSE 262 59330845 59b hsa-miR-516b-4395172 Target Undetermined 0.023935795 40 20.916653 FALSE 263 59330845 59b hsa-miR-517a-4395513 Target 33.16075 0.19995163 33.16075 20.916653 FALSE 264 59330845 59b hsa-miR-517c-4373264 Target 32.15639 1.0541698 32.15639 20.916653 FALSE 265 59330845 59b hsa-miR-518a-3p-4395508 Target Undetermined 0.013269704 40 20.916653 FALSE 266 59330845 59b hsa-miR-518a-5p-4395507 Target Undetermined -0.02121935 40 20.916653 FALSE 267 59330845 59b hsa-miR-518b-4373246 Target 36.889717 0.14397226 36.889717 20.916653 FALSE 268 59330845 59b hsa-miR-518c-4395512 Target Undetermined -0.005175822 40 20.916653 FALSE 269 59330845 59b hsa-miR-518d-3p-4373248 Target Undetermined 0.027878476 40 20.916653 FALSE 270 59330845 59b hsa-miR-518d-5p-4395500 Target Undetermined 0.020948498 40 20.916653 FALSE 271 59330845 59b hsa-miR-518e-4395506 Target Undetermined 0.02502124 40 20.916653 FALSE 272 59330845 59b hsa-miR-518f-4395499 Target 37.914196 0.09305748 37.914196 20.916653 FALSE 273 59330845 59b hsa-miR-519a-4395526 Target 34.640182 0.2587598 34.640182 20.916653 FALSE 274 59330845 59b hsa-miR-519d-4395514 Target 33.982777 0.5825441 33.982777 20.916653 FALSE 275 59330845 59b hsa-miR-519e-4395481 Target Undetermined 0.058609307 40 20.916653 FALSE 276 59330845 59b hsa-miR-520a-3p-4373268 Target Undetermined 0.028772619 40 20.916653 FALSE 277 59330845 59b hsa-miR-520a-5p-4378085 Target Undetermined -0.005462215 40 20.916653 FALSE 278 59330845 59b hsa-miR-520d-5p-4395504 Target Undetermined 0.022053408 40 20.916653 FALSE 279 59330845 59b hsa-miR-520g-4373257 Target 36.22537 0.3534445 36.22537 20.916653 FALSE 280 59330845 59b hsa-miR-521-4373259 Target Undetermined 0.027209602 40 20.916653 FALSE 281 59330845 59b hsa-miR-522-4395524 Target Undetermined 0.029207963 40 20.916653 FALSE 282 59330845 59b hsa-miR-523-4395497 Target 33.386593 0.6076106 33.386593 20.916653 FALSE 283 59330845 59b hsa-miR-524-5p-4395174 Target Undetermined 0.004848391 40 20.916653 FALSE 284 59330845 59b hsa-miR-525-3p-4395496 Target Undetermined -0.008554135 40 20.916653 FALSE 285 59330845 59b hsa-miR-525-5p-4378088 Target Undetermined 0.014513363 40 20.916653 FALSE 286 59330845 59b hsa-miR-526b-4395493 Target Undetermined 0.019166322 40 20.916653 FALSE 287 59330845 59b hsa-miR-532-3p-4395466 Target 28.034819 1.6796587 28.034819 20.916653 FALSE 288 59330845 59b hsa-miR-532-5p-4380928 Target 25.817621 1.9109232 25.817621 20.916653 FALSE 289 59330845 59b hsa-miR-539-4378103 Target 30.70801 1.9384915 30.70801 20.916653 FALSE 290 59330845 59b hsa-miR-541-4395312 Target 37.423054 0.10041857 37.423054 20.916653 FALSE 291 59330845 59b hsa-miR-542-3p-4378101 Target Undetermined 0.002203651 40 20.916653 FALSE 292 59330845 59b hsa-miR-542-5p-4395351 Target 36.76392 0.22175619 36.76392 20.916653 FALSE 293 59330845 59b hsa-miR-544-4395376 Target Undetermined -0.022422796 40 20.916653 FALSE 294 59330845 59b hsa-miR-545-4395378 Target Undetermined 0.035818286 40 20.916653 FALSE 295 59330845 59b hsa-miR-548a-3p-4380948 Target Undetermined 0.001298256 40 20.916653 FALSE 296 59330845 59b hsa-miR-548a-5p-4395523 Target Undetermined -0.024888592 40 20.916653 FALSE 297 59330845 59b hsa-miR-548b-3p-4380951 Target Undetermined 0.026567455 40 20.916653 FALSE 298 59330845 59b hsa-miR-548b-5p-4395519 Target 35.782238 0.24468204 35.782238 20.916653 FALSE 299 59330845 59b hsa-miR-548c-3p-4380993 Target Undetermined 0.029780075 40 20.916653 FALSE 300 59330845 59b hsa-miR-548c-5p-4395540 Target 33.499798 0.787318 33.499798 20.916653 FALSE 301 59330845 59b hsa-miR-548d-3p-4381008 Target Undetermined -0.004873203 40 20.916653 FALSE 302 59330845 59b hsa-miR-548d-5p-4395348 Target 36.29742 0.33374482 36.29742 20.916653 FALSE 303 59330845 59b hsa-miR-551b-4380945 Target Undetermined 0.010637919 40 20.916653 FALSE 304 59330845 59b hsa-miR-556-3p-4395456 Target Undetermined 0.017398743 40 20.916653 FALSE 305 59330845 59b hsa-miR-556-5p-4395455 Target Undetermined -0.028991492 40 20.916653 FALSE 306 59330845 59b hsa-miR-561-4380938 Target Undetermined 0.005648642 40 20.916653 FALSE 307 59330845 59b hsa-miR-570-4395458 Target Undetermined -0.006825465 40 20.916653 FALSE 308 59330845 59b hsa-miR-574-3p-4395460 Target 39.964672 0.10066953 39.964672 20.916653 FALSE 309 59330845 59b hsa-miR-576-3p-4395462 Target Undetermined -0.037162483 40 20.916653 FALSE 310 59330845 59b hsa-miR-576-5p-4395461 Target Undetermined 0.002142587 40 20.916653 FALSE 311 59330845 59b hsa-miR-579-4395509 Target Undetermined 0.045599345 40 20.916653 FALSE 312 59330845 59b hsa-miR-582-3p-4395510 Target Undetermined 0.06023041 40 20.916653 FALSE 313 59330845 59b hsa-miR-582-5p-4395175 Target Undetermined 0.022652104 40 20.916653 FALSE 314 59330845 59b hsa-miR-589-4395520 Target 34.07305 0.95588815 34.07305 20.916653 FALSE 315 59330845 59b hsa-miR-590-5p-4395176 Target 31.285666 2.0659158 31.285666 20.916653 FALSE 316 59330845 59b hsa-miR-597-4380960 Target Undetermined 0.024435325 40 20.916653 FALSE 317 59330845 59b hsa-miR-598-4395179 Target Undetermined 0.069144994 40 20.916653 FALSE 318 59330845 59b hsa-miR-615-3p-4386777 Target Undetermined 0.041100934 40 20.916653 FALSE 319 59330845 59b hsa-miR-615-5p-4395464 Target 34.10499 0.18471216 34.10499 20.916653 FALSE 320 59330845 59b hsa-miR-616-4395525 Target Undetermined 0.042043142 40 20.916653 FALSE 321 59330845 59b hsa-miR-618-4380996 Target 38.012478 0.14144398 38.012478 20.916653 FALSE 322 59330845 59b hsa-miR-624-4395541 Target Undetermined -0.002876639 40 20.916653 FALSE 323 59330845 59b hsa-miR-625-4395542 Target 34.47352 0.74052614 34.47352 20.916653 FALSE 324 59330845 59b hsa-miR-627-4380967 Target 33.60579 1.6120243 33.60579 20.916653 FALSE 325 59330845 59b hsa-miR-628-5p-4395544 Target Undetermined 0.24319807 40 20.916653 FALSE 326 59330845 59b hsa-miR-629-4395547 Target 35.35311 0.42731833 35.35311 20.916653 FALSE 327 59330845 59b hsa-miR-636-4395199 Target 31.650406 0.8079337 31.650406 20.916653 FALSE 328 59330845 59b hsa-miR-642-4380995 Target 32.548286 1.0737997 32.548286 20.916653 FALSE 329 59330845 59b hsa-miR-651-4381007 Target Undetermined -0.007705808 40 20.916653 FALSE 330 59330845 59b hsa-miR-652-4395463 Target 32.510323 0.8244059 32.510323 20.916653 FALSE 331 59330845 59b hsa-miR-653-4395403 Target Undetermined 0.00730454 40 20.916653 FALSE 332 59330845 59b hsa-miR-654-3p-4395350 Target 32.08041 1.4585794 32.08041 20.916653 FALSE 333 59330845 59b hsa-miR-654-5p-4381014 Target 35.92762 0.06611002 35.92762 20.916653 FALSE 334 59330845 59b hsa-miR-655-4381015 Target 35.58761 0.62919945 35.58761 20.916653 FALSE 335 59330845 59b hsa-miR-660-4380925 Target 29.854626 1.439698 29.854626 20.916653 FALSE 336 59330845 59b hsa-miR-671-3p-4395433 Target 31.800426 1.03956 31.800426 20.916653 FALSE 337 59330845 59b hsa-miR-672-4395438 Target Undetermined 0.029315334 40 20.916653 FALSE 338 59330845 59b hsa-miR-674-4395193 Target Undetermined 0.10457451 40 20.916653 FALSE 339 59330845 59b hsa-miR-708-4395452 Target 31.326 2.00278 31.326 20.916653 FALSE 340 59330845 59b hsa-miR-744-4395435 Target 31.839516 1.6998159 31.839516 20.916653 FALSE 341 59330845 59b hsa-miR-758-4395180 Target 35.76426 0.22834969 35.76426 20.916653 FALSE 342 59330845 59b hsa-miR-871-4395465 Target Undetermined 0.012021551 40 20.916653 FALSE 343 59330845 59b hsa-miR-872-4395375 Target Undetermined 0.016828636 40 20.916653 FALSE 344 59330845 59b hsa-miR-873-4395467 Target Undetermined 0.008120586 40 20.916653 FALSE 345 59330845 59b hsa-miR-874-4395379 Target 30.350342 0.21862027 30.350342 20.916653 FALSE 346 59330845 59b hsa-miR-875-3p-4395315 Target Undetermined -0.061833188 40 20.916653 FALSE 347 59330845 59b hsa-miR-876-3p-4395336 Target Undetermined 0.10384352 40 20.916653 FALSE 348 59330845 59b hsa-miR-876-5p-4395316 Target Undetermined 0.03152162 40 20.916653 FALSE 349 59330845 59b hsa-miR-885-3p-4395483 Target Undetermined 0.09494765 40 20.916653 FALSE 350 59330845 59b hsa-miR-885-5p-4395407 Target 35.171448 0.5787534 35.171448 20.916653 FALSE 351 59330845 59b hsa-miR-886-3p-4395305 Target 28.59054 1.0878824 28.59054 20.916653 FALSE 352 59330845 59b hsa-miR-886-5p-4395304 Target 28.242918 1.689959 28.242918 20.916653 FALSE 353 59330845 59b hsa-miR-887-4395485 Target Undetermined -0.008874318 40 20.916653 FALSE 354 59330845 59b hsa-miR-888-4395323 Target Undetermined -0.041508734 40 20.916653 FALSE 355 59330845 59b hsa-miR-889-4395313 Target Undetermined 0.019329576 40 20.916653 FALSE 356 59330845 59b hsa-miR-890-4395320 Target Undetermined 0.060171578 40 20.916653 FALSE 357 59330845 59b hsa-miR-891a-4395302 Target Undetermined -0.002280602 40 20.916653 FALSE 358 59330845 59b hsa-miR-891b-4395321 Target Undetermined 0.04272745 40 20.916653 FALSE 359 59330845 59b hsa-miR-892a-4395306 Target Undetermined -0.029330079 40 20.916653 FALSE 360 59330845 59b hsa-miR-147-4373131 Target Undetermined 0.004697515 40 20.916653 FALSE 361 59330845 59b hsa-miR-208-4373091 Target Undetermined 0.007180736 40 20.916653 FALSE 362 59330845 59b hsa-miR-211-4373088 Target Undetermined 0.032334473 40 20.916653 FALSE 363 59330845 59b hsa-miR-212-4373087 Target 29.107826 1.3561084 29.107826 20.916653 FALSE 364 59330845 59b hsa-miR-219-1-3p-4395206 Target Undetermined 0.023148376 40 20.916653 FALSE 365 59330845 59b hsa-miR-219-2-3p-4395501 Target 34.620937 0.2958146 34.620937 20.916653 FALSE 366 59330845 59b hsa-miR-220-4373078 Target Undetermined 0.014025083 40 20.916653 FALSE 367 59330845 59b hsa-miR-220b-4395317 Target Undetermined 3.68E-04 40 20.916653 FALSE 368 59330845 59b hsa-miR-220c-4395322 Target Undetermined -0.00923531 40 20.916653 FALSE 369 59330845 59b hsa-miR-298-4395301 Target Undetermined 0.004293876 40 20.916653 FALSE 370 59330845 59b hsa-miR-325-4373051 Target Undetermined 0.0291087 40 20.916653 FALSE 371 59330845 59b hsa-miR-346-4373038 Target Undetermined 0.105794095 40 19.083347 20.916653 FALSE 372 59330845 59b hsa-miR-376c-4395233 Target 31.57907 1.0451982 31.57907 20.916653 FALSE 373 59330845 59b hsa-miR-384-4373017 Target Undetermined 0.015558695 40 20.916653 FALSE 374 59330845 59b hsa-miR-412-4373199 Target Undetermined 0.02323218 40 20.916653 FALSE 375 59330845 59b hsa-miR-448-4373206 Target Undetermined 0.020474778 40 20.916653 FALSE 376 59330845 59b hsa-miR-492-4373217 Target 32.555626 0.20132315 32.555626 20.916653 FALSE 377 59330845 59b hsa-miR-506-4373231 Target Undetermined -0.015749112 40 20.916653 FALSE 378 59330845 59b hsa-miR-509-3-5p-4395266 Target Undetermined 0.019093454 40 20.916653 FALSE 379 59330845 59b hsa-miR-511-4373236 Target 33.64812 0.80181557 33.64812 20.916653 FALSE 380 59330845 59b hsa-miR-517b-4373244 Target Undetermined 0.012051197 40 20.916653 FALSE 381 59330845 59b hsa-miR-519c-3p-4373251 Target Undetermined 0.027634745 40 20.916653 FALSE 382 59330845 59b hsa-miR-520b-4373252 Target Undetermined 0.034060888 40 20.916653 FALSE 383 59330845 59b hsa-miR-520e-4373255 Target Undetermined 0.07198211 40 20.916653 FALSE 384 59330845 59b hsa-miR-520f-4373256 Target Undetermined -0.004873269 40 20.916653 FALSE \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/GSM628101_5b.txt Thu Oct 10 04:24:43 2019 -0400 @@ -0,0 +1,1 @@ +SDS 2.3 RQ Results 1.2 Filename Testscreen analys all.sdm Assay Type RQ Study EmbeddedFile FileA Run DateTime Fri May 15 17:10:28 BST 2009 Operator ThermalCycleParams EmbeddedFile FileB Run DateTime Sat May 16 10:36:09 BST 2009 Operator ThermalCycleParams EmbeddedFile FileC Run DateTime Sun May 17 13:21:05 BST 2009 Operator ThermalCycleParams # Plate Sample Detector Task Avg Ct Delta Ct Avg Delta Ct ?Ct SE Delta Delta Ct SD RQ RQ Min RQ Max Omit 1 59330880 5b hsa-let-7a-4373169 Target 25.163376 1.2913102 25.163376 18.882893 FALSE 2 59330880 5b hsa-let-7c-4373167 Target 26.59293 2.5225666 26.59293 18.882893 FALSE 3 59330880 5b hsa-let-7d-4395394 Target 25.027742 2.6811283 25.027742 18.882893 FALSE 4 59330880 5b hsa-let-7e-4395517 Target 22.058657 2.247179 22.058657 18.882893 FALSE 5 59330880 5b hsa-let-7f-4373164 Target 27.218985 0.4501695 27.218985 18.882893 FALSE 6 59330880 5b hsa-let-7g-4395393 Target 25.190374 2.5289905 25.190374 18.882893 FALSE 7 59330880 5b hsa-miR-1-4395333 Target 32.677307 1.4353664 32.677307 18.882893 FALSE 8 59330880 5b hsa-miR-9-4373285 Target 27.762436 1.690926 27.762436 18.882893 FALSE 9 59330880 5b hsa-miR-10a-4373153 Target 27.728765 2.033498 27.728765 18.882893 FALSE 10 59330880 5b hsa-miR-10b-4395329 Target 28.840393 0.63537425 28.840393 18.882893 FALSE 11 59330880 5b MammU6-4395470 Endogenous Control 18.707905 1.7550817 18.882893 0.06583965 18.882893 FALSE 12 59330880 5b MammU6-4395470 Endogenous Control 18.858278 1.8040786 18.882893 0.06583965 18.882893 FALSE 13 59330880 5b hsa-miR-15a-4373123 Target 28.978668 1.2117311 28.978668 18.882893 FALSE 14 59330880 5b hsa-miR-15b-4373122 Target 29.060646 1.4814557 29.060646 18.882893 FALSE 15 59330880 5b hsa-miR-16-4373121 Target 22.193192 2.3632078 22.193192 18.882893 FALSE 16 59330880 5b hsa-miR-17-4395419 Target 22.575142 2.9256256 22.575142 18.882893 FALSE 17 59330880 5b hsa-miR-18a-4395533 Target 29.241594 1.7473755 29.241594 18.882893 FALSE 18 59330880 5b hsa-miR-18b-4395328 Target 30.663902 0.28313833 30.663902 18.882893 FALSE 19 59330880 5b hsa-miR-19a-4373099 Target 28.144035 1.4996834 28.144035 18.882893 FALSE 20 59330880 5b hsa-miR-19b-4373098 Target 23.147604 2.1161373 23.147604 18.882893 FALSE 21 59330880 5b hsa-miR-20a-4373286 Target 24.603203 2.262363 24.603203 18.882893 FALSE 22 59330880 5b hsa-miR-20b-4373263 Target 26.842295 2.3668396 26.842295 18.882893 FALSE 23 59330880 5b hsa-miR-21-4373090 Target 25.404064 1.8942139 25.404064 18.882893 FALSE 24 59330880 5b hsa-miR-22-4373079 Target 24.742552 0.8234971 24.742552 18.882893 FALSE 25 59330880 5b hsa-miR-23a-4373074 Target 29.813597 0.2456809 29.813597 18.882893 FALSE 26 59330880 5b hsa-miR-23b-4373073 Target 27.647322 0.94569516 27.647322 18.882893 FALSE 27 59330880 5b hsa-miR-24-4373072 Target 21.251799 2.5043688 21.251799 18.882893 FALSE 28 59330880 5b hsa-miR-25-4373071 Target 26.750454 3.5440683 26.750454 18.882893 FALSE 29 59330880 5b hsa-miR-26a-4395166 Target 21.606813 2.545143 21.606813 18.882893 FALSE 30 59330880 5b hsa-miR-26b-4395167 Target 25.158127 2.2980287 25.158127 18.882893 FALSE 31 59330880 5b hsa-miR-27a-4373287 Target 24.312687 3.2718737 24.312687 18.882893 FALSE 32 59330880 5b hsa-miR-27b-4373068 Target 25.72253 3.1388233 25.72253 18.882893 FALSE 33 59330880 5b hsa-miR-28-3p-4395557 Target 24.150934 3.1298168 24.150934 18.882893 FALSE 34 59330880 5b hsa-miR-28-5p-4373067 Target 27.42057 2.4780734 27.42057 18.882893 FALSE 35 59330880 5b MammU6-4395470 Endogenous Control 19.003565 1.7445253 18.882893 0.06583965 18.882893 FALSE 36 59330880 5b MammU6-4395470 Endogenous Control 18.961823 1.826105 18.882893 0.06583965 18.882893 FALSE 37 59330880 5b hsa-miR-29a-4395223 Target 22.349106 2.5232296 22.349106 18.882893 FALSE 38 59330880 5b hsa-miR-29b-4373288 Target 27.741901 1.9584183 27.741901 18.882893 FALSE 39 59330880 5b hsa-miR-29c-4395171 Target 24.53737 2.8947065 24.53737 18.882893 FALSE 40 59330880 5b hsa-miR-30b-4373290 Target 20.724995 2.4592364 20.724995 18.882893 FALSE 41 59330880 5b hsa-miR-30c-4373060 Target 21.245138 2.3864162 21.245138 18.882893 FALSE 42 59330880 5b hsa-miR-31-4395390 Target 26.445076 1.9859151 26.445076 18.882893 FALSE 43 59330880 5b hsa-miR-32-4395220 Target Undetermined 0.034803163 40 18.882893 FALSE 44 59330880 5b hsa-miR-33b-4395196 Target Undetermined 0.047283642 40 18.882893 FALSE 45 59330880 5b hsa-miR-34a-4395168 Target 24.168627 2.61161 24.168627 18.882893 FALSE 46 59330880 5b hsa-miR-34c-5p-4373036 Target 24.180174 2.0809948 24.180174 18.882893 FALSE 47 59330880 5b hsa-miR-92a-4395169 Target 24.86078 2.3227572 24.86078 18.882893 FALSE 48 59330880 5b hsa-miR-93-4373302 Target 26.661045 2.3912838 26.661045 18.882893 FALSE 49 59330880 5b hsa-miR-95-4373011 Target 30.047436 2.0197499 30.047436 18.882893 FALSE 50 59330880 5b hsa-miR-96-4373372 Target Undetermined 0.042456634 40 18.882893 FALSE 51 59330880 5b hsa-miR-98-4373009 Target Undetermined 0.1537113 40 18.882893 FALSE 52 59330880 5b hsa-miR-99a-4373008 Target 24.304373 1.8959637 24.304373 18.882893 FALSE 53 59330880 5b hsa-miR-99b-4373007 Target 24.931875 0.92045695 24.931875 18.882893 FALSE 54 59330880 5b hsa-miR-100-4373160 Target 24.837238 2.2408445 24.837238 18.882893 FALSE 55 59330880 5b hsa-miR-101-4395364 Target 30.599812 2.2327437 30.599812 18.882893 FALSE 56 59330880 5b hsa-miR-103-4373158 Target 28.197515 1.7201008 28.197515 18.882893 FALSE 57 59330880 5b hsa-miR-105-4395278 Target 35.961475 0.40376034 35.961475 18.882893 FALSE 58 59330880 5b hsa-miR-106a-4395280 Target 22.445778 2.8690035 22.445778 18.882893 FALSE 59 59330880 5b RNU44-4373384 Target 25.511194 0.9488975 25.511194 18.882893 FALSE 60 59330880 5b hsa-miR-106b-4373155 Target 26.25294 2.2279592 26.25294 18.882893 FALSE 61 59330880 5b hsa-miR-107-4373154 Target 31.250177 0.6803136 31.250177 18.882893 FALSE 62 59330880 5b hsa-miR-122-4395356 Target 32.17222 0.62467515 32.17222 18.882893 FALSE 63 59330880 5b hsa-miR-124-4373295 Target 31.501303 0.86828786 31.501303 18.882893 FALSE 64 59330880 5b hsa-miR-125a-3p-4395310 Target 29.630264 2.0451214 29.630264 18.882893 FALSE 65 59330880 5b hsa-miR-125a-5p-4395309 Target 27.27293 2.2669873 27.27293 18.882893 FALSE 66 59330880 5b hsa-miR-125b-4373148 Target 24.996368 2.3167799 24.996368 18.882893 FALSE 67 59330880 5b hsa-miR-126-4395339 Target 20.017715 2.8280485 20.017715 18.882893 FALSE 68 59330880 5b hsa-miR-127-3p-4373147 Target 25.553549 2.4764156 25.553549 18.882893 FALSE 69 59330880 5b hsa-miR-127-5p-4395340 Target Undetermined 0.059062645 40 18.882893 FALSE 70 59330880 5b hsa-miR-128-4395327 Target 28.488293 1.7168236 28.488293 18.882893 FALSE 71 59330880 5b hsa-miR-129-3p-4373297 Target 29.982384 1.4550074 29.982384 18.882893 FALSE 72 59330880 5b hsa-miR-129-5p-4373171 Target Undetermined 0.0997531 40 18.882893 FALSE 73 59330880 5b hsa-miR-130a-4373145 Target 27.20955 1.567262 27.20955 18.882893 FALSE 74 59330880 5b hsa-miR-130b-4373144 Target 28.344572 1.1047481 28.344572 18.882893 FALSE 75 59330880 5b hsa-miR-132-4373143 Target 27.023941 2.1869385 27.023941 18.882893 FALSE 76 59330880 5b hsa-miR-133a-4395357 Target 26.059093 1.9932613 26.059093 18.882893 FALSE 77 59330880 5b hsa-miR-133b-4395358 Target 30.843863 0.9905235 30.843863 18.882893 FALSE 78 59330880 5b hsa-miR-134-4373299 Target 27.453571 1.0226715 27.453571 18.882893 FALSE 79 59330880 5b hsa-miR-135a-4373140 Target 31.057245 1.6907855 31.057245 18.882893 FALSE 80 59330880 5b hsa-miR-135b-4395372 Target 29.101187 2.5497038 29.101187 18.882893 FALSE 81 59330880 5b hsa-miR-136-4373173 Target Undetermined 0.025743786 40 18.882893 FALSE 82 59330880 5b hsa-miR-137-4373301 Target Undetermined 0.05123687 40 18.882893 FALSE 83 59330880 5b hsa-miR-138-4395395 Target 25.875383 3.1066384 25.875383 18.882893 FALSE 84 59330880 5b hsa-miR-139-3p-4395424 Target 26.688955 0.49216622 26.688955 18.882893 FALSE 85 59330880 5b hsa-miR-139-5p-4395400 Target 25.015747 2.063837 25.015747 18.882893 FALSE 86 59330880 5b hsa-miR-140-3p-4395345 Target 26.844427 1.7654794 26.844427 18.882893 FALSE 87 59330880 5b hsa-miR-140-5p-4373374 Target 24.389238 2.4457862 24.389238 18.882893 FALSE 88 59330880 5b hsa-miR-141-4373137 Target 26.224024 2.591911 26.224024 18.882893 FALSE 89 59330880 5b hsa-miR-142-3p-4373136 Target 24.021954 2.454238 24.021954 18.882893 FALSE 90 59330880 5b hsa-miR-142-5p-4395359 Target 29.97359 1.7733364 29.97359 18.882893 FALSE 91 59330880 5b hsa-miR-143-4395360 Target 23.528778 2.8904665 23.528778 18.882893 FALSE 92 59330880 5b hsa-miR-145-4395389 Target 19.958223 2.099028 19.958223 18.882893 FALSE 93 59330880 5b hsa-miR-146a-4373132 Target 22.681183 2.5514297 22.681183 18.882893 FALSE 94 59330880 5b hsa-miR-146b-3p-4395472 Target 30.560392 0.98050064 30.560392 18.882893 FALSE 95 59330880 5b hsa-miR-146b-5p-4373178 Target 22.441284 2.7549362 22.441284 18.882893 FALSE 96 59330880 5b hsa-miR-147b-4395373 Target Undetermined 0.07826838 40 18.882893 FALSE 97 59330880 5b hsa-miR-148a-4373130 Target 27.32872 1.851046 27.32872 18.882893 FALSE 98 59330880 5b hsa-miR-148b-4373129 Target 30.941397 0.40236017 30.941397 18.882893 FALSE 99 59330880 5b hsa-miR-149-4395366 Target 25.313608 1.6195321 25.313608 18.882893 FALSE 100 59330880 5b hsa-miR-150-4373127 Target 21.128565 2.972533 21.128565 18.882893 FALSE 101 59330880 5b hsa-miR-152-4395170 Target 26.889248 2.9462864 26.889248 18.882893 FALSE 102 59330880 5b hsa-miR-153-4373305 Target Undetermined 0.04782643 40 18.882893 FALSE 103 59330880 5b hsa-miR-154-4373270 Target 34.108696 0.11403251 34.108696 18.882893 FALSE 104 59330880 5b hsa-miR-181a-4373117 Target 25.100931 1.2662235 25.100931 18.882893 FALSE 105 59330880 5b hsa-miR-181c-4373115 Target 31.453579 0.55826336 31.453579 18.882893 FALSE 106 59330880 5b hsa-miR-182-4395445 Target 31.183756 1.7298527 31.183756 18.882893 FALSE 107 59330880 5b RNU48-4373383 Target 23.92791 2.261354 23.92791 18.882893 FALSE 108 59330880 5b hsa-miR-183-4395380 Target 31.607714 0.734524 31.607714 18.882893 FALSE 109 59330880 5b hsa-miR-184-4373113 Target 28.652504 2.6560307 28.652504 18.882893 FALSE 110 59330880 5b hsa-miR-185-4395382 Target 26.349802 2.344802 26.349802 18.882893 FALSE 111 59330880 5b hsa-miR-186-4395396 Target 24.529022 2.6816876 24.529022 18.882893 FALSE 112 59330880 5b hsa-miR-187-4373307 Target 25.459433 1.4433799 25.459433 18.882893 FALSE 113 59330880 5b hsa-miR-188-3p-4395217 Target Undetermined 0.05571931 40 18.882893 FALSE 114 59330880 5b hsa-miR-190-4373110 Target Undetermined 0.02872262 40 18.882893 FALSE 115 59330880 5b hsa-miR-191-4395410 Target 20.742224 2.6782365 20.742224 18.882893 FALSE 116 59330880 5b hsa-miR-192-4373108 Target 26.529814 2.3473344 26.529814 18.882893 FALSE 117 59330880 5b hsa-miR-193a-3p-4395361 Target 32.103683 1.527101 32.103683 18.882893 FALSE 118 59330880 5b hsa-miR-193a-5p-4395392 Target 28.426538 1.8724358 28.426538 18.882893 FALSE 119 59330880 5b hsa-miR-193b-4395478 Target 24.25331 2.0125487 24.25331 18.882893 FALSE 120 59330880 5b hsa-miR-194-4373106 Target 29.408163 2.692937 29.408163 18.882893 FALSE 121 59330880 5b hsa-miR-195-4373105 Target 24.67891 2.769111 24.67891 18.882893 FALSE 122 59330880 5b hsa-miR-196b-4395326 Target 28.425152 1.9791282 28.425152 18.882893 FALSE 123 59330880 5b hsa-miR-197-4373102 Target 27.557825 0.8037908 27.557825 18.882893 FALSE 124 59330880 5b hsa-miR-198-4395384 Target 30.20404 0.9525706 30.20404 18.882893 FALSE 125 59330880 5b hsa-miR-199a-5p-4373272 Target 31.180601 0.6515423 31.180601 18.882893 FALSE 126 59330880 5b hsa-miR-199a-3p-4395415 Target 25.614115 2.0491114 25.614115 18.882893 FALSE 127 59330880 5b hsa-miR-199b-5p-4373100 Target 33.76153 0.6803466 33.76153 18.882893 FALSE 128 59330880 5b hsa-miR-200a-4378069 Target 22.877903 2.5122304 22.877903 18.882893 FALSE 129 59330880 5b hsa-miR-200b-4395362 Target 24.493654 1.3502442 24.493654 18.882893 FALSE 130 59330880 5b hsa-miR-200c-4395411 Target 23.199959 1.5866507 23.199959 18.882893 FALSE 131 59330880 5b hsa-miR-202-4395474 Target Undetermined 0.14168848 40 18.882893 FALSE 132 59330880 5b hsa-miR-203-4373095 Target 25.517416 2.9907115 25.517416 18.882893 FALSE 133 59330880 5b hsa-miR-204-4373094 Target 27.600658 2.3752227 27.600658 18.882893 FALSE 134 59330880 5b hsa-miR-205-4373093 Target 26.888144 2.1392462 26.888144 18.882893 FALSE 135 59330880 5b hsa-miR-208b-4395401 Target Undetermined 0.05597707 40 18.882893 FALSE 136 59330880 5b hsa-miR-210-4373089 Target 25.424456 0.94648695 25.424456 18.882893 FALSE 137 59330880 5b hsa-miR-214-4395417 Target 23.90038 2.2613015 23.90038 18.882893 FALSE 138 59330880 5b hsa-miR-215-4373084 Target 30.881737 0.16739908 30.881737 18.882893 FALSE 139 59330880 5b hsa-miR-216a-4395331 Target Undetermined 0.042092018 40 18.882893 FALSE 140 59330880 5b hsa-miR-216b-4395437 Target Undetermined 0.05100988 40 18.882893 FALSE 141 59330880 5b hsa-miR-217-4395448 Target Undetermined 0.028112665 40 18.882893 FALSE 142 59330880 5b hsa-miR-218-4373081 Target 25.699938 2.5327232 25.699938 18.882893 FALSE 143 59330880 5b hsa-miR-219-5p-4373080 Target Undetermined 0.05640816 40 18.882893 FALSE 144 59330880 5b hsa-miR-221-4373077 Target 27.352388 1.4962214 27.352388 18.882893 FALSE 145 59330880 5b hsa-miR-222-4395387 Target 19.34153 3.2294054 19.34153 18.882893 FALSE 146 59330880 5b hsa-miR-223-4395406 Target 21.558676 2.9712317 21.558676 18.882893 FALSE 147 59330880 5b hsa-miR-224-4395210 Target 28.083778 1.7890816 28.083778 18.882893 FALSE 148 59330880 5b hsa-miR-296-3p-4395212 Target Undetermined 0.039398782 40 18.882893 FALSE 149 59330880 5b hsa-miR-296-5p-4373066 Target 28.705406 0.72850317 28.705406 18.882893 FALSE 150 59330880 5b hsa-miR-299-3p-4373189 Target Undetermined 0.040372707 40 18.882893 FALSE 151 59330880 5b hsa-miR-299-5p-4373188 Target Undetermined 0.12300472 40 18.882893 FALSE 152 59330880 5b hsa-miR-301a-4373064 Target 28.688673 1.4717008 28.688673 18.882893 FALSE 153 59330880 5b hsa-miR-301b-4395503 Target Undetermined 0.047707416 40 18.882893 FALSE 154 59330880 5b hsa-miR-302a-4378070 Target Undetermined 0.01732453 40 18.882893 FALSE 155 59330880 5b ath-miR159a-4373390 Target Undetermined 0.041032825 40 18.882893 FALSE 156 59330880 5b hsa-miR-302b-4378071 Target Undetermined 0.05214356 40 18.882893 FALSE 157 59330880 5b hsa-miR-302c-4378072 Target Undetermined 0.06948182 40 18.882893 FALSE 158 59330880 5b hsa-miR-320-4395388 Target 20.966002 2.5511043 20.966002 18.882893 FALSE 159 59330880 5b hsa-miR-323-3p-4395338 Target 29.67083 0.8299969 29.67083 18.882893 FALSE 160 59330880 5b hsa-miR-324-3p-4395272 Target 27.059658 2.048884 27.059658 18.882893 FALSE 161 59330880 5b hsa-miR-324-5p-4373052 Target 28.114737 2.0530097 28.114737 18.882893 FALSE 162 59330880 5b hsa-miR-326-4373050 Target Undetermined 0.008478154 40 18.882893 FALSE 163 59330880 5b hsa-miR-328-4373049 Target 28.27104 1.480622 28.27104 18.882893 FALSE 164 59330880 5b hsa-miR-329-4373191 Target 33.623997 0.67423844 33.623997 18.882893 FALSE 165 59330880 5b hsa-miR-330-3p-4373047 Target 31.879372 0.47559574 31.879372 18.882893 FALSE 166 59330880 5b hsa-miR-330-5p-4395341 Target 33.79892 0.2349259 33.79892 18.882893 FALSE 167 59330880 5b hsa-miR-331-3p-4373046 Target 26.65454 2.0567002 26.65454 18.882893 FALSE 168 59330880 5b hsa-miR-331-5p-4395344 Target 31.914179 0.36216658 31.914179 18.882893 FALSE 169 59330880 5b hsa-miR-335-4373045 Target 28.323576 1.8742598 28.323576 18.882893 FALSE 170 59330880 5b hsa-miR-337-5p-4395267 Target 31.022528 1.1958742 31.022528 18.882893 FALSE 171 59330880 5b hsa-miR-338-3p-4395363 Target 29.866476 1.3496789 29.866476 18.882893 FALSE 172 59330880 5b hsa-miR-339-3p-4395295 Target 25.912079 1.6161957 25.912079 18.882893 FALSE 173 59330880 5b hsa-miR-339-5p-4395368 Target 29.481493 0.34408748 29.481493 18.882893 FALSE 174 59330880 5b hsa-miR-340-4395369 Target 31.368473 2.0910296 31.368473 18.882893 FALSE 175 59330880 5b has-miR-155-4395459 Target 22.644096 2.6546726 22.644096 18.882893 FALSE 176 59330880 5b hsa-let-7b-4395446 Target 20.868633 1.8151063 20.868633 18.882893 FALSE 177 59330880 5b hsa-miR-342-3p-4395371 Target 21.36299 1.8516244 21.36299 18.882893 FALSE 178 59330880 5b hsa-miR-342-5p-4395258 Target 31.933372 0.238535 31.933372 18.882893 FALSE 179 59330880 5b hsa-miR-345-4395297 Target 26.358074 2.2373626 26.358074 18.882893 FALSE 180 59330880 5b hsa-miR-361-5p-4373035 Target 28.637384 1.7399426 28.637384 18.882893 FALSE 181 59330880 5b hsa-miR-362-3p-4395228 Target 32.039707 1.8535765 32.039707 18.882893 FALSE 182 59330880 5b hsa-miR-362-5p-4378092 Target 28.398312 1.4310979 28.398312 18.882893 FALSE 183 59330880 5b hsa-miR-363-4378090 Target 29.814875 1.4908929 29.814875 18.882893 FALSE 184 59330880 5b hsa-miR-365-4373194 Target 26.575357 1.6144731 26.575357 18.882893 FALSE 185 59330880 5b hsa-miR-367-4373034 Target Undetermined 0.028049465 40 18.882893 FALSE 186 59330880 5b hsa-miR-369-3p-4373032 Target Undetermined 0.021138031 40 18.882893 FALSE 187 59330880 5b hsa-miR-369-5p-4373195 Target Undetermined 0.013764292 40 18.882893 FALSE 188 59330880 5b hsa-miR-370-4395386 Target 25.883478 1.4957013 25.883478 18.882893 FALSE 189 59330880 5b hsa-miR-371-3p-4395235 Target Undetermined 0.0430857 40 18.882893 FALSE 190 59330880 5b hsa-miR-372-4373029 Target 31.515686 0.1276421 31.515686 18.882893 FALSE 191 59330880 5b hsa-miR-373-4378073 Target Undetermined 0.03487305 40 18.882893 FALSE 192 59330880 5b hsa-miR-374a-4373028 Target 26.955313 2.8319035 26.955313 18.882893 FALSE 193 59330880 5b hsa-miR-374b-4381045 Target 26.301874 2.4422414 26.301874 18.882893 FALSE 194 59330880 5b hsa-miR-375-4373027 Target 24.488043 2.9867506 24.488043 18.882893 FALSE 195 59330880 5b hsa-miR-376a-4373026 Target 29.88144 1.5849214 29.88144 18.882893 FALSE 196 59330880 5b hsa-miR-376b-4373196 Target Undetermined 0.03987093 40 18.882893 FALSE 197 59330880 5b hsa-miR-377-4373025 Target Undetermined 0.02879152 40 18.882893 FALSE 198 59330880 5b hsa-miR-379-4373349 Target 29.091057 1.7858101 29.091057 18.882893 FALSE 199 59330880 5b hsa-miR-380-4373022 Target Undetermined 0.060405686 40 18.882893 FALSE 200 59330880 5b hsa-miR-381-4373020 Target 34.821396 1.613981 34.821396 18.882893 FALSE 201 59330880 5b hsa-miR-382-4373019 Target Undetermined 0.35957158 40 18.882893 FALSE 202 59330880 5b hsa-miR-383-4373018 Target 26.96498 2.1956325 26.96498 18.882893 FALSE 203 59330880 5b hsa-miR-409-5p-4395442 Target 35.132164 0.5339072 35.132164 18.882893 FALSE 204 59330880 5b hsa-miR-410-4378093 Target 32.10704 1.1922233 32.10704 18.882893 FALSE 205 59330880 5b hsa-miR-411-4381013 Target 28.00389 2.3249302 28.00389 18.882893 FALSE 206 59330880 5b hsa-miR-422a-4395408 Target 32.440277 1.5550548 32.440277 18.882893 FALSE 207 59330880 5b hsa-miR-423-5p-4395451 Target 28.387384 0.9960583 28.387384 18.882893 FALSE 208 59330880 5b hsa-miR-424-4373201 Target 37.61519 0.37605447 37.61519 18.882893 FALSE 209 59330880 5b hsa-miR-425-4380926 Target 26.599686 0.77024937 26.599686 18.882893 FALSE 210 59330880 5b hsa-miR-429-4373203 Target 28.155838 2.255626 28.155838 18.882893 FALSE 211 59330880 5b hsa-miR-431-4395173 Target Undetermined 0.01380309 40 18.882893 FALSE 212 59330880 5b hsa-miR-433-4373205 Target 29.352676 1.1395046 29.352676 18.882893 FALSE 213 59330880 5b hsa-miR-449a-4373207 Target 26.93674 2.6734612 26.93674 18.882893 FALSE 214 59330880 5b hsa-miR-449b-4381011 Target 29.580372 1.1937596 29.580372 18.882893 FALSE 215 59330880 5b hsa-miR-450a-4395414 Target 32.609905 1.3537467 32.609905 18.882893 FALSE 216 59330880 5b hsa-miR-450b-3p-4395319 Target Undetermined 0.05896955 40 18.882893 FALSE 217 59330880 5b hsa-miR-450b-5p-4395318 Target Undetermined 0.054571547 40 18.882893 FALSE 218 59330880 5b hsa-miR-451-4373360 Target 23.585712 2.710463 23.585712 18.882893 FALSE 219 59330880 5b hsa-miR-452-4395440 Target 29.39505 2.2951813 29.39505 18.882893 FALSE 220 59330880 5b hsa-miR-453-4395429 Target Undetermined 0.012375927 40 18.882893 FALSE 221 59330880 5b hsa-miR-454-4395434 Target 25.153828 2.5249465 25.153828 18.882893 FALSE 222 59330880 5b hsa-miR-455-3p-4395355 Target 27.882713 1.2494663 27.882713 18.882893 FALSE 223 59330880 5b hsa-miR-455-5p-4378098 Target 27.916788 2.0032477 27.916788 18.882893 FALSE 224 59330880 5b hsa-miR-483-5p-4395449 Target 26.73535 2.2436764 26.73535 18.882893 FALSE 225 59330880 5b hsa-miR-484-4381032 Target 22.962667 2.364492 22.962667 18.882893 FALSE 226 59330880 5b hsa-miR-485-3p-4378095 Target 35.09615 0.22256772 35.09615 18.882893 FALSE 227 59330880 5b hsa-miR-485-5p-4373212 Target Undetermined 0.010316145 40 18.882893 FALSE 228 59330880 5b hsa-miR-486-3p-4395204 Target 28.895144 0.5113472 28.895144 18.882893 FALSE 229 59330880 5b hsa-miR-486-5p-4378096 Target 26.215424 1.7991593 26.215424 18.882893 FALSE 230 59330880 5b hsa-miR-487a-4378097 Target Undetermined 0.076038636 40 18.882893 FALSE 231 59330880 5b hsa-miR-487b-4378102 Target 32.177666 0.91140014 32.177666 18.882893 FALSE 232 59330880 5b hsa-miR-488-4395468 Target Undetermined 0.026259588 40 18.882893 FALSE 233 59330880 5b hsa-miR-489-4395469 Target 25.996964 2.318704 25.996964 18.882893 FALSE 234 59330880 5b hsa-miR-490-3p-4373215 Target Undetermined 0.05239049 40 18.882893 FALSE 235 59330880 5b hsa-miR-491-3p-4395471 Target Undetermined 0.009640212 40 18.882893 FALSE 236 59330880 5b hsa-miR-491-5p-4381053 Target 28.3294 2.1107004 28.3294 18.882893 FALSE 237 59330880 5b hsa-miR-493-4395475 Target 31.900503 1.1175215 31.900503 18.882893 FALSE 238 59330880 5b hsa-miR-494-4395476 Target 26.790281 2.2859023 26.790281 18.882893 FALSE 239 59330880 5b hsa-miR-495-4381078 Target 30.463207 1.286799 30.463207 18.882893 FALSE 240 59330880 5b hsa-miR-496-4386771 Target Undetermined 2.13E-04 40 18.882893 FALSE 241 59330880 5b hsa-miR-499-3p-4395538 Target Undetermined 0.06916716 40 18.882893 FALSE 242 59330880 5b hsa-miR-499-5p-4381047 Target Undetermined 0.04896559 40 18.882893 FALSE 243 59330880 5b hsa-miR-500-4395539 Target 28.656168 1.9402924 28.656168 18.882893 FALSE 244 59330880 5b hsa-miR-501-3p-4395546 Target Undetermined 0.12584558 40 18.882893 FALSE 245 59330880 5b hsa-miR-501-5p-4373226 Target 27.701374 0.81481487 27.701374 18.882893 FALSE 246 59330880 5b hsa-miR-502-3p-4395194 Target 31.609518 1.3972733 31.609518 18.882893 FALSE 247 59330880 5b hsa-miR-502-5p-4373227 Target 28.679134 1.6871904 28.679134 18.882893 FALSE 248 59330880 5b hsa-miR-503-4373228 Target 33.242702 0.49082485 33.242702 18.882893 FALSE 249 59330880 5b hsa-miR-504-4395195 Target 30.302494 0.33609304 30.302494 18.882893 FALSE 250 59330880 5b hsa-miR-505-4395200 Target 32.50089 0.40378153 32.50089 18.882893 FALSE 251 59330880 5b hsa-miR-507-4373232 Target Undetermined 0.020667389 40 18.882893 FALSE 252 59330880 5b hsa-miR-508-3p-4373233 Target Undetermined 0.01780036 40 18.882893 FALSE 253 59330880 5b hsa-miR-508-5p-4395203 Target Undetermined 0.06026542 40 18.882893 FALSE 254 59330880 5b hsa-miR-509-5p-4395346 Target Undetermined 0.013644061 40 18.882893 FALSE 255 59330880 5b hsa-miR-510-4395352 Target Undetermined 0.012842719 40 18.882893 FALSE 256 59330880 5b hsa-miR-512-3p-4381034 Target 30.979103 1.0506235 30.979103 18.882893 FALSE 257 59330880 5b hsa-miR-512-5p-4373238 Target Undetermined 0.04233027 40 18.882893 FALSE 258 59330880 5b hsa-miR-513-5p-4395201 Target Undetermined 0.009523902 40 18.882893 FALSE 259 59330880 5b hsa-miR-515-3p-4395480 Target 32.907394 0.9920513 32.907394 18.882893 FALSE 260 59330880 5b hsa-miR-515-5p-4373242 Target Undetermined 0.024696792 40 18.882893 FALSE 261 59330880 5b hsa-miR-516a-5p-4395527 Target Undetermined 0.028464982 40 18.882893 FALSE 262 59330880 5b hsa-miR-516b-4395172 Target 33.053604 0.27326918 33.053604 18.882893 FALSE 263 59330880 5b hsa-miR-517a-4395513 Target 29.664618 0.9072784 29.664618 18.882893 FALSE 264 59330880 5b hsa-miR-517c-4373264 Target 30.235765 1.0283803 30.235765 18.882893 FALSE 265 59330880 5b hsa-miR-518a-3p-4395508 Target 37.720272 0.30079356 37.720272 18.882893 FALSE 266 59330880 5b hsa-miR-518a-5p-4395507 Target Undetermined 0.001673627 40 18.882893 FALSE 267 59330880 5b hsa-miR-518b-4373246 Target 31.878895 0.6362441 31.878895 18.882893 FALSE 268 59330880 5b hsa-miR-518c-4395512 Target Undetermined 0.023780713 40 18.882893 FALSE 269 59330880 5b hsa-miR-518d-3p-4373248 Target 37.500835 0.105301954 37.500835 18.882893 FALSE 270 59330880 5b hsa-miR-518d-5p-4395500 Target Undetermined 0.040346775 40 18.882893 FALSE 271 59330880 5b hsa-miR-518e-4395506 Target 31.149267 2.0768452 31.149267 18.882893 FALSE 272 59330880 5b hsa-miR-518f-4395499 Target 33.369427 0.2775673 33.369427 18.882893 FALSE 273 59330880 5b hsa-miR-519a-4395526 Target 29.731388 0.9768216 29.731388 18.882893 FALSE 274 59330880 5b hsa-miR-519d-4395514 Target 30.126186 1.8830227 30.126186 18.882893 FALSE 275 59330880 5b hsa-miR-519e-4395481 Target Undetermined 0.034220282 40 18.882893 FALSE 276 59330880 5b hsa-miR-520a-3p-4373268 Target Undetermined 0.009021777 40 18.882893 FALSE 277 59330880 5b hsa-miR-520a-5p-4378085 Target Undetermined 0.006036253 40 18.882893 FALSE 278 59330880 5b hsa-miR-520d-5p-4395504 Target Undetermined 0.006855856 40 18.882893 FALSE 279 59330880 5b hsa-miR-520g-4373257 Target Undetermined 0.040143486 40 18.882893 FALSE 280 59330880 5b hsa-miR-521-4373259 Target 32.649227 0.36597732 32.649227 18.882893 FALSE 281 59330880 5b hsa-miR-522-4395524 Target 30.726896 1.0549735 30.726896 18.882893 FALSE 282 59330880 5b hsa-miR-523-4395497 Target Undetermined 0.019496014 40 18.882893 FALSE 283 59330880 5b hsa-miR-524-5p-4395174 Target Undetermined 0.006257726 40 18.882893 FALSE 284 59330880 5b hsa-miR-525-3p-4395496 Target 33.118687 0.38234305 33.118687 18.882893 FALSE 285 59330880 5b hsa-miR-525-5p-4378088 Target Undetermined 0.002003857 40 18.882893 FALSE 286 59330880 5b hsa-miR-526b-4395493 Target Undetermined 0.026667956 40 18.882893 FALSE 287 59330880 5b hsa-miR-532-3p-4395466 Target 26.739021 2.003111 26.739021 18.882893 FALSE 288 59330880 5b hsa-miR-532-5p-4380928 Target 23.75774 2.5814147 23.75774 18.882893 FALSE 289 59330880 5b hsa-miR-539-4378103 Target 29.95085 2.061001 29.95085 18.882893 FALSE 290 59330880 5b hsa-miR-541-4395312 Target Undetermined 0.008058155 40 18.882893 FALSE 291 59330880 5b hsa-miR-542-3p-4378101 Target Undetermined 0.057971563 40 18.882893 FALSE 292 59330880 5b hsa-miR-542-5p-4395351 Target 34.44316 0.428723 34.44316 18.882893 FALSE 293 59330880 5b hsa-miR-544-4395376 Target Undetermined 0.024404796 40 18.882893 FALSE 294 59330880 5b hsa-miR-545-4395378 Target 33.045742 1.5297474 33.045742 18.882893 FALSE 295 59330880 5b hsa-miR-548a-3p-4380948 Target Undetermined 0.05405688 40 18.882893 FALSE 296 59330880 5b hsa-miR-548a-5p-4395523 Target Undetermined -0.001860528 40 18.882893 FALSE 297 59330880 5b hsa-miR-548b-3p-4380951 Target Undetermined 0.034021106 40 18.882893 FALSE 298 59330880 5b hsa-miR-548b-5p-4395519 Target 31.509779 0.76451814 31.509779 18.882893 FALSE 299 59330880 5b hsa-miR-548c-3p-4380993 Target Undetermined 0.07027163 40 18.882893 FALSE 300 59330880 5b hsa-miR-548c-5p-4395540 Target 33.51565 0.66642547 33.51565 18.882893 FALSE 301 59330880 5b hsa-miR-548d-3p-4381008 Target Undetermined 0.030918246 40 18.882893 FALSE 302 59330880 5b hsa-miR-548d-5p-4395348 Target 32.024208 0.8444089 32.024208 18.882893 FALSE 303 59330880 5b hsa-miR-551b-4380945 Target 35.107773 1.0707957 35.107773 18.882893 FALSE 304 59330880 5b hsa-miR-556-3p-4395456 Target Undetermined 0.06524427 40 18.882893 FALSE 305 59330880 5b hsa-miR-556-5p-4395455 Target Undetermined 0.052440885 40 18.882893 FALSE 306 59330880 5b hsa-miR-561-4380938 Target Undetermined 0.026439104 40 18.882893 FALSE 307 59330880 5b hsa-miR-570-4395458 Target Undetermined -0.007872618 40 18.882893 FALSE 308 59330880 5b hsa-miR-574-3p-4395460 Target 33.172173 1.0178467 33.172173 18.882893 FALSE 309 59330880 5b hsa-miR-576-3p-4395462 Target 33.29801 1.1019243 33.29801 18.882893 FALSE 310 59330880 5b hsa-miR-576-5p-4395461 Target Undetermined 0.010515621 40 18.882893 FALSE 311 59330880 5b hsa-miR-579-4395509 Target Undetermined 0.033185042 40 18.882893 FALSE 312 59330880 5b hsa-miR-582-3p-4395510 Target Undetermined 0.06587156 40 18.882893 FALSE 313 59330880 5b hsa-miR-582-5p-4395175 Target Undetermined 0.024298456 40 18.882893 FALSE 314 59330880 5b hsa-miR-589-4395520 Target 33.991737 0.6187781 33.991737 18.882893 FALSE 315 59330880 5b hsa-miR-590-5p-4395176 Target 28.132868 2.611649 28.132868 18.882893 FALSE 316 59330880 5b hsa-miR-597-4380960 Target 32.027695 1.495888 32.027695 18.882893 FALSE 317 59330880 5b hsa-miR-598-4395179 Target 30.1847 1.7257233 30.1847 18.882893 FALSE 318 59330880 5b hsa-miR-615-3p-4386777 Target Undetermined 0.031772606 40 18.882893 FALSE 319 59330880 5b hsa-miR-615-5p-4395464 Target 35.617374 0.11974629 35.617374 18.882893 FALSE 320 59330880 5b hsa-miR-616-4395525 Target Undetermined 0.028391456 40 18.882893 FALSE 321 59330880 5b hsa-miR-618-4380996 Target 36.914806 0.17999104 36.914806 18.882893 FALSE 322 59330880 5b hsa-miR-624-4395541 Target Undetermined 0.023994615 40 18.882893 FALSE 323 59330880 5b hsa-miR-625-4395542 Target 31.332 1.1564053 31.332 18.882893 FALSE 324 59330880 5b hsa-miR-627-4380967 Target Undetermined 0.03003202 40 18.882893 FALSE 325 59330880 5b hsa-miR-628-5p-4395544 Target 30.116528 2.2486403 30.116528 18.882893 FALSE 326 59330880 5b hsa-miR-629-4395547 Target 32.65099 0.9220527 32.65099 18.882893 FALSE 327 59330880 5b hsa-miR-636-4395199 Target 32.420803 0.7093705 32.420803 18.882893 FALSE 328 59330880 5b hsa-miR-642-4380995 Target 29.992779 1.566876 29.992779 18.882893 FALSE 329 59330880 5b hsa-miR-651-4381007 Target Undetermined 0.016293777 40 18.882893 FALSE 330 59330880 5b hsa-miR-652-4395463 Target 28.68993 1.5049837 28.68993 18.882893 FALSE 331 59330880 5b hsa-miR-653-4395403 Target Undetermined 0.02081909 40 18.882893 FALSE 332 59330880 5b hsa-miR-654-3p-4395350 Target 33.20068 1.1150334 33.20068 18.882893 FALSE 333 59330880 5b hsa-miR-654-5p-4381014 Target Undetermined 0.01703864 40 18.882893 FALSE 334 59330880 5b hsa-miR-655-4381015 Target 34.44526 0.8145922 34.44526 18.882893 FALSE 335 59330880 5b hsa-miR-660-4380925 Target 27.16474 1.9018294 27.16474 18.882893 FALSE 336 59330880 5b hsa-miR-671-3p-4395433 Target 32.52977 0.88663644 32.52977 18.882893 FALSE 337 59330880 5b hsa-miR-672-4395438 Target Undetermined 0.036545567 40 18.882893 FALSE 338 59330880 5b hsa-miR-674-4395193 Target Undetermined 0.09283915 40 18.882893 FALSE 339 59330880 5b hsa-miR-708-4395452 Target 27.086124 2.8653994 27.086124 18.882893 FALSE 340 59330880 5b hsa-miR-744-4395435 Target 28.076202 2.4233713 28.076202 18.882893 FALSE 341 59330880 5b hsa-miR-758-4395180 Target 34.396664 0.33883566 34.396664 18.882893 FALSE 342 59330880 5b hsa-miR-871-4395465 Target Undetermined -0.01587114 40 18.882893 FALSE 343 59330880 5b hsa-miR-872-4395375 Target Undetermined 0.007675987 40 18.882893 FALSE 344 59330880 5b hsa-miR-873-4395467 Target Undetermined -0.005498956 40 18.882893 FALSE 345 59330880 5b hsa-miR-874-4395379 Target 31.190565 0.1789883 31.190565 18.882893 FALSE 346 59330880 5b hsa-miR-875-3p-4395315 Target Undetermined 0.030578623 40 18.882893 FALSE 347 59330880 5b hsa-miR-876-3p-4395336 Target Undetermined 0.066235475 40 18.882893 FALSE 348 59330880 5b hsa-miR-876-5p-4395316 Target Undetermined 0.0177675 40 18.882893 FALSE 349 59330880 5b hsa-miR-885-3p-4395483 Target Undetermined 0.0642085 40 18.882893 FALSE 350 59330880 5b hsa-miR-885-5p-4395407 Target 30.151709 1.3152491 30.151709 18.882893 FALSE 351 59330880 5b hsa-miR-886-3p-4395305 Target 23.166838 1.5301023 23.166838 18.882893 FALSE 352 59330880 5b hsa-miR-886-5p-4395304 Target 22.939642 2.0546043 22.939642 18.882893 FALSE 353 59330880 5b hsa-miR-887-4395485 Target 31.091549 0.15776573 31.091549 18.882893 FALSE 354 59330880 5b hsa-miR-888-4395323 Target Undetermined 0.04788173 40 18.882893 FALSE 355 59330880 5b hsa-miR-889-4395313 Target 34.122353 0.7095123 34.122353 18.882893 FALSE 356 59330880 5b hsa-miR-890-4395320 Target Undetermined 0.050532524 40 18.882893 FALSE 357 59330880 5b hsa-miR-891a-4395302 Target Undetermined 0.00772186 40 18.882893 FALSE 358 59330880 5b hsa-miR-891b-4395321 Target Undetermined 0.054135974 40 18.882893 FALSE 359 59330880 5b hsa-miR-892a-4395306 Target Undetermined 0.026833864 40 18.882893 FALSE 360 59330880 5b hsa-miR-147-4373131 Target Undetermined 0.012855666 40 18.882893 FALSE 361 59330880 5b hsa-miR-208-4373091 Target Undetermined 0.058379747 40 18.882893 FALSE 362 59330880 5b hsa-miR-211-4373088 Target Undetermined 0.052838117 40 18.882893 FALSE 363 59330880 5b hsa-miR-212-4373087 Target 28.347126 1.5937735 28.347126 18.882893 FALSE 364 59330880 5b hsa-miR-219-1-3p-4395206 Target Undetermined 0.012180853 40 18.882893 FALSE 365 59330880 5b hsa-miR-219-2-3p-4395501 Target Undetermined -0.009060628 40 18.882893 FALSE 366 59330880 5b hsa-miR-220-4373078 Target Undetermined 0.028953034 40 18.882893 FALSE 367 59330880 5b hsa-miR-220b-4395317 Target Undetermined 0.001636077 40 18.882893 FALSE 368 59330880 5b hsa-miR-220c-4395322 Target Undetermined -0.001836753 40 18.882893 FALSE 369 59330880 5b hsa-miR-298-4395301 Target Undetermined 0.004770711 40 18.882893 FALSE 370 59330880 5b hsa-miR-325-4373051 Target Undetermined 0.001793823 40 18.882893 FALSE 371 59330880 5b hsa-miR-346-4373038 Target 31.192959 0.07633629 31.192959 12.310066 18.882893 FALSE 372 59330880 5b hsa-miR-376c-4395233 Target 28.644749 1.4226185 28.644749 18.882893 FALSE 373 59330880 5b hsa-miR-384-4373017 Target Undetermined 0.016886525 40 18.882893 FALSE 374 59330880 5b hsa-miR-412-4373199 Target Undetermined 0.031073384 40 18.882893 FALSE 375 59330880 5b hsa-miR-448-4373206 Target Undetermined 0.019370215 40 18.882893 FALSE 376 59330880 5b hsa-miR-492-4373217 Target 32.42177 0.18089569 32.42177 18.882893 FALSE 377 59330880 5b hsa-miR-506-4373231 Target Undetermined -0.012705882 40 18.882893 FALSE 378 59330880 5b hsa-miR-509-3-5p-4395266 Target Undetermined -0.012491742 40 18.882893 FALSE 379 59330880 5b hsa-miR-511-4373236 Target 29.808977 1.6265872 29.808977 18.882893 FALSE 380 59330880 5b hsa-miR-517b-4373244 Target Undetermined 0.01654978 40 18.882893 FALSE 381 59330880 5b hsa-miR-519c-3p-4373251 Target Undetermined 0.011046786 40 18.882893 FALSE 382 59330880 5b hsa-miR-520b-4373252 Target 36.956783 0.1643568 36.956783 18.882893 FALSE 383 59330880 5b hsa-miR-520e-4373255 Target Undetermined 0.036159426 40 18.882893 FALSE 384 59330880 5b hsa-miR-520f-4373256 Target Undetermined -0.008189362 40 18.882893 FALSE \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/GSM628104_6b1.txt Thu Oct 10 04:24:43 2019 -0400 @@ -0,0 +1,1 @@ +SDS 2.3 RQ Results 1.2 Filename Testscreen analys all.sdm Assay Type RQ Study EmbeddedFile FileA Run DateTime Fri May 15 17:10:28 BST 2009 Operator ThermalCycleParams EmbeddedFile FileB Run DateTime Sat May 16 10:36:09 BST 2009 Operator ThermalCycleParams EmbeddedFile FileC Run DateTime Sun May 17 13:21:05 BST 2009 Operator ThermalCycleParams # Plate Sample Detector Task Avg Ct Delta Ct Avg Delta Ct ?Ct SE Delta Delta Ct SD RQ RQ Min RQ Max Omit 1 59330901 6b1 hsa-let-7a-4373169 Target 24.346487 1.368663 24.346487 18.031418 FALSE 2 59330901 6b1 hsa-let-7c-4373167 Target 27.686274 2.2216108 27.686274 18.031418 FALSE 3 59330901 6b1 hsa-let-7d-4395394 Target 24.942068 2.6064708 24.942068 18.031418 FALSE 4 59330901 6b1 hsa-let-7e-4395517 Target 21.878508 2.2957478 21.878508 18.031418 FALSE 5 59330901 6b1 hsa-let-7f-4373164 Target 27.049797 0.5004702 27.049797 18.031418 FALSE 6 59330901 6b1 hsa-let-7g-4395393 Target 25.214273 2.2532392 25.214273 18.031418 FALSE 7 59330901 6b1 hsa-miR-1-4395333 Target 34.921196 1.2572609 34.921196 18.031418 FALSE 8 59330901 6b1 hsa-miR-9-4373285 Target 31.264492 0.8947005 31.264492 18.031418 FALSE 9 59330901 6b1 hsa-miR-10a-4373153 Target 25.05727 2.2293918 25.05727 18.031418 FALSE 10 59330901 6b1 hsa-miR-10b-4395329 Target 24.86721 1.5363344 24.86721 18.031418 FALSE 11 59330901 6b1 MammU6-4395470 Endogenous Control 18.269478 1.6059822 18.031418 0.08103253 18.031418 FALSE 12 59330901 6b1 MammU6-4395470 Endogenous Control 17.930994 1.642231 18.031418 0.08103253 18.031418 FALSE 13 59330901 6b1 hsa-miR-15a-4373123 Target 28.901138 1.1090355 28.901138 18.031418 FALSE 14 59330901 6b1 hsa-miR-15b-4373122 Target 26.92054 1.9498247 26.92054 18.031418 FALSE 15 59330901 6b1 hsa-miR-16-4373121 Target 22.981962 2.4994156 22.981962 18.031418 FALSE 16 59330901 6b1 hsa-miR-17-4395419 Target 20.561691 2.954209 20.561691 18.031418 FALSE 17 59330901 6b1 hsa-miR-18a-4395533 Target 26.207283 2.5233142 26.207283 18.031418 FALSE 18 59330901 6b1 hsa-miR-18b-4395328 Target 26.899576 0.598493 26.899576 18.031418 FALSE 19 59330901 6b1 hsa-miR-19a-4373099 Target 26.893358 1.6407137 26.893358 18.031418 FALSE 20 59330901 6b1 hsa-miR-19b-4373098 Target 22.126717 2.3519874 22.126717 18.031418 FALSE 21 59330901 6b1 hsa-miR-20a-4373286 Target 22.297834 2.5127888 22.297834 18.031418 FALSE 22 59330901 6b1 hsa-miR-20b-4373263 Target 25.066753 2.6675727 25.066753 18.031418 FALSE 23 59330901 6b1 hsa-miR-21-4373090 Target 23.09539 2.1643896 23.09539 18.031418 FALSE 24 59330901 6b1 hsa-miR-22-4373079 Target 24.980679 0.6810873 24.980679 18.031418 FALSE 25 59330901 6b1 hsa-miR-23a-4373074 Target 28.11404 0.414708 28.11404 18.031418 FALSE 26 59330901 6b1 hsa-miR-23b-4373073 Target 28.120115 0.8756886 28.120115 18.031418 FALSE 27 59330901 6b1 hsa-miR-24-4373072 Target 21.815475 2.5793273 21.815475 18.031418 FALSE 28 59330901 6b1 hsa-miR-25-4373071 Target 25.295227 3.6767213 25.295227 18.031418 FALSE 29 59330901 6b1 hsa-miR-26a-4395166 Target 22.032711 2.5204587 22.032711 18.031418 FALSE 30 59330901 6b1 hsa-miR-26b-4395167 Target 25.803814 2.2027347 25.803814 18.031418 FALSE 31 59330901 6b1 hsa-miR-27a-4373287 Target 24.714329 3.182242 24.714329 18.031418 FALSE 32 59330901 6b1 hsa-miR-27b-4373068 Target 25.703245 3.1406357 25.703245 18.031418 FALSE 33 59330901 6b1 hsa-miR-28-3p-4395557 Target 23.206827 3.2961009 23.206827 18.031418 FALSE 34 59330901 6b1 hsa-miR-28-5p-4373067 Target 26.469923 2.4213045 26.469923 18.031418 FALSE 35 59330901 6b1 MammU6-4395470 Endogenous Control 17.92678 1.8660433 18.031418 0.08103253 18.031418 FALSE 36 59330901 6b1 MammU6-4395470 Endogenous Control 17.99842 1.830653 18.031418 0.08103253 18.031418 FALSE 37 59330901 6b1 hsa-miR-29a-4395223 Target 21.133017 2.5879037 21.133017 18.031418 FALSE 38 59330901 6b1 hsa-miR-29b-4373288 Target 26.05989 2.1067057 26.05989 18.031418 FALSE 39 59330901 6b1 hsa-miR-29c-4395171 Target 25.114271 2.8781824 25.114271 18.031418 FALSE 40 59330901 6b1 hsa-miR-30b-4373290 Target 21.399889 2.632625 21.399889 18.031418 FALSE 41 59330901 6b1 hsa-miR-30c-4373060 Target 21.836252 2.5052483 21.836252 18.031418 FALSE 42 59330901 6b1 hsa-miR-31-4395390 Target 23.555384 2.5502234 23.555384 18.031418 FALSE 43 59330901 6b1 hsa-miR-32-4395220 Target 32.909496 0.6208717 32.909496 18.031418 FALSE 44 59330901 6b1 hsa-miR-33b-4395196 Target Undetermined 0.06043016 40 18.031418 FALSE 45 59330901 6b1 hsa-miR-34a-4395168 Target 23.682701 2.6931083 23.682701 18.031418 FALSE 46 59330901 6b1 hsa-miR-34c-5p-4373036 Target 29.520664 0.76326346 29.520664 18.031418 FALSE 47 59330901 6b1 hsa-miR-92a-4395169 Target 23.165895 2.4928405 23.165895 18.031418 FALSE 48 59330901 6b1 hsa-miR-93-4373302 Target 24.972452 2.4413497 24.972452 18.031418 FALSE 49 59330901 6b1 hsa-miR-95-4373011 Target 27.241674 2.2906594 27.241674 18.031418 FALSE 50 59330901 6b1 hsa-miR-96-4373372 Target 33.617535 1.2356699 33.617535 18.031418 FALSE 51 59330901 6b1 hsa-miR-98-4373009 Target 29.147175 0.14257848 29.147175 18.031418 FALSE 52 59330901 6b1 hsa-miR-99a-4373008 Target 24.997814 1.6925253 24.997814 18.031418 FALSE 53 59330901 6b1 hsa-miR-99b-4373007 Target 25.915213 0.80355346 25.915213 18.031418 FALSE 54 59330901 6b1 hsa-miR-100-4373160 Target 25.877623 1.9933262 25.877623 18.031418 FALSE 55 59330901 6b1 hsa-miR-101-4395364 Target 30.371136 2.321133 30.371136 18.031418 FALSE 56 59330901 6b1 hsa-miR-103-4373158 Target 27.138044 1.9441783 27.138044 18.031418 FALSE 57 59330901 6b1 hsa-miR-105-4395278 Target Undetermined 0.05355023 40 18.031418 FALSE 58 59330901 6b1 hsa-miR-106a-4395280 Target 20.528563 3.213732 20.528563 18.031418 FALSE 59 59330901 6b1 RNU44-4373384 Target 23.8688 1.1089498 23.8688 18.031418 FALSE 60 59330901 6b1 hsa-miR-106b-4373155 Target 24.667557 2.3257797 24.667557 18.031418 FALSE 61 59330901 6b1 hsa-miR-107-4373154 Target 29.122593 1.2438443 29.122593 18.031418 FALSE 62 59330901 6b1 hsa-miR-122-4395356 Target 31.254276 0.85117257 31.254276 18.031418 FALSE 63 59330901 6b1 hsa-miR-124-4373295 Target 33.827175 0.54396176 33.827175 18.031418 FALSE 64 59330901 6b1 hsa-miR-125a-3p-4395310 Target 32.499435 1.4421713 32.499435 18.031418 FALSE 65 59330901 6b1 hsa-miR-125a-5p-4395309 Target 28.33998 2.215222 28.33998 18.031418 FALSE 66 59330901 6b1 hsa-miR-125b-4373148 Target 25.847662 2.1155088 25.847662 18.031418 FALSE 67 59330901 6b1 hsa-miR-126-4395339 Target 22.087795 2.6697052 22.087795 18.031418 FALSE 68 59330901 6b1 hsa-miR-127-3p-4373147 Target 25.176456 2.6482878 25.176456 18.031418 FALSE 69 59330901 6b1 hsa-miR-127-5p-4395340 Target Undetermined 0.0706921 40 18.031418 FALSE 70 59330901 6b1 hsa-miR-128-4395327 Target 27.95373 2.1685162 27.95373 18.031418 FALSE 71 59330901 6b1 hsa-miR-129-3p-4373297 Target Undetermined 0.07746449 40 18.031418 FALSE 72 59330901 6b1 hsa-miR-129-5p-4373171 Target Undetermined 0.04664666 40 18.031418 FALSE 73 59330901 6b1 hsa-miR-130a-4373145 Target 27.698849 1.7712427 27.698849 18.031418 FALSE 74 59330901 6b1 hsa-miR-130b-4373144 Target 26.801714 1.5674224 26.801714 18.031418 FALSE 75 59330901 6b1 hsa-miR-132-4373143 Target 25.487736 2.6499782 25.487736 18.031418 FALSE 76 59330901 6b1 hsa-miR-133a-4395357 Target 29.042213 1.5938708 29.042213 18.031418 FALSE 77 59330901 6b1 hsa-miR-133b-4395358 Target 34.796043 0.53398913 34.796043 18.031418 FALSE 78 59330901 6b1 hsa-miR-134-4373299 Target 27.463919 0.9671483 27.463919 18.031418 FALSE 79 59330901 6b1 hsa-miR-135a-4373140 Target 32.35252 1.560652 32.35252 18.031418 FALSE 80 59330901 6b1 hsa-miR-135b-4395372 Target 27.964043 2.6251361 27.964043 18.031418 FALSE 81 59330901 6b1 hsa-miR-136-4373173 Target Undetermined 0.02614121 40 18.031418 FALSE 82 59330901 6b1 hsa-miR-137-4373301 Target Undetermined 0.06657248 40 18.031418 FALSE 83 59330901 6b1 hsa-miR-138-4395395 Target 28.36423 2.755807 28.36423 18.031418 FALSE 84 59330901 6b1 hsa-miR-139-3p-4395424 Target 27.664028 0.3745415 27.664028 18.031418 FALSE 85 59330901 6b1 hsa-miR-139-5p-4395400 Target 25.307495 2.0649176 25.307495 18.031418 FALSE 86 59330901 6b1 hsa-miR-140-3p-4395345 Target 27.696371 1.4930098 27.696371 18.031418 FALSE 87 59330901 6b1 hsa-miR-140-5p-4373374 Target 24.84001 2.4430308 24.84001 18.031418 FALSE 88 59330901 6b1 hsa-miR-141-4373137 Target 24.405313 2.3863173 24.405313 18.031418 FALSE 89 59330901 6b1 hsa-miR-142-3p-4373136 Target 24.678104 2.3732603 24.678104 18.031418 FALSE 90 59330901 6b1 hsa-miR-142-5p-4395359 Target 31.519749 1.4815943 31.519749 18.031418 FALSE 91 59330901 6b1 hsa-miR-143-4395360 Target 25.016882 2.9257648 25.016882 18.031418 FALSE 92 59330901 6b1 hsa-miR-145-4395389 Target 20.485277 2.0780199 20.485277 18.031418 FALSE 93 59330901 6b1 hsa-miR-146a-4373132 Target 23.227888 2.585107 23.227888 18.031418 FALSE 94 59330901 6b1 hsa-miR-146b-3p-4395472 Target 31.787418 0.9391554 31.787418 18.031418 FALSE 95 59330901 6b1 hsa-miR-146b-5p-4373178 Target 22.765196 2.6801732 22.765196 18.031418 FALSE 96 59330901 6b1 hsa-miR-147b-4395373 Target 34.56939 0.67209643 34.56939 18.031418 FALSE 97 59330901 6b1 hsa-miR-148a-4373130 Target 26.766893 1.8740433 26.766893 18.031418 FALSE 98 59330901 6b1 hsa-miR-148b-4373129 Target 28.54173 0.8598252 28.54173 18.031418 FALSE 99 59330901 6b1 hsa-miR-149-4395366 Target 27.76461 1.2247274 27.76461 18.031418 FALSE 100 59330901 6b1 hsa-miR-150-4373127 Target 21.35317 2.5841682 21.35317 18.031418 FALSE 101 59330901 6b1 hsa-miR-152-4395170 Target 27.125246 2.925935 27.125246 18.031418 FALSE 102 59330901 6b1 hsa-miR-153-4373305 Target 34.7598 1.5187395 34.7598 18.031418 FALSE 103 59330901 6b1 hsa-miR-154-4373270 Target Undetermined 0.03690369 40 18.031418 FALSE 104 59330901 6b1 hsa-miR-181a-4373117 Target 27.337032 0.931072 27.337032 18.031418 FALSE 105 59330901 6b1 hsa-miR-181c-4373115 Target 32.395397 0.50325125 32.395397 18.031418 FALSE 106 59330901 6b1 hsa-miR-182-4395445 Target 29.366638 1.978453 29.366638 18.031418 FALSE 107 59330901 6b1 RNU48-4373383 Target 22.845543 2.176388 22.845543 18.031418 FALSE 108 59330901 6b1 hsa-miR-183-4395380 Target 29.007168 1.1159153 29.007168 18.031418 FALSE 109 59330901 6b1 hsa-miR-184-4373113 Target 32.368042 2.3154674 32.368042 18.031418 FALSE 110 59330901 6b1 hsa-miR-185-4395382 Target 26.856096 2.2786124 26.856096 18.031418 FALSE 111 59330901 6b1 hsa-miR-186-4395396 Target 23.561457 2.6344194 23.561457 18.031418 FALSE 112 59330901 6b1 hsa-miR-187-4373307 Target Undetermined 0.06608128 40 18.031418 FALSE 113 59330901 6b1 hsa-miR-188-3p-4395217 Target Undetermined 0.09079618 40 18.031418 FALSE 114 59330901 6b1 hsa-miR-190-4373110 Target 29.923008 1.99884 29.923008 18.031418 FALSE 115 59330901 6b1 hsa-miR-191-4395410 Target 20.132812 2.8540013 20.132812 18.031418 FALSE 116 59330901 6b1 hsa-miR-192-4373108 Target 19.464016 2.6659155 19.464016 18.031418 FALSE 117 59330901 6b1 hsa-miR-193a-3p-4395361 Target 31.75693 1.775445 31.75693 18.031418 FALSE 118 59330901 6b1 hsa-miR-193a-5p-4395392 Target 28.509975 2.0621793 28.509975 18.031418 FALSE 119 59330901 6b1 hsa-miR-193b-4395478 Target 24.44671 2.053427 24.44671 18.031418 FALSE 120 59330901 6b1 hsa-miR-194-4373106 Target 22.409801 3.0337682 22.409801 18.031418 FALSE 121 59330901 6b1 hsa-miR-195-4373105 Target 25.778252 2.8187473 25.778252 18.031418 FALSE 122 59330901 6b1 hsa-miR-196b-4395326 Target 26.210608 2.123426 26.210608 18.031418 FALSE 123 59330901 6b1 hsa-miR-197-4373102 Target 25.409454 1.0382192 25.409454 18.031418 FALSE 124 59330901 6b1 hsa-miR-198-4395384 Target 30.295618 1.392377 30.295618 18.031418 FALSE 125 59330901 6b1 hsa-miR-199a-5p-4373272 Target 30.14261 1.3372 30.14261 18.031418 FALSE 126 59330901 6b1 hsa-miR-199a-3p-4395415 Target 25.77212 2.0949562 25.77212 18.031418 FALSE 127 59330901 6b1 hsa-miR-199b-5p-4373100 Target 33.960365 0.7087142 33.960365 18.031418 FALSE 128 59330901 6b1 hsa-miR-200a-4378069 Target 19.388592 3.106215 19.388592 18.031418 FALSE 129 59330901 6b1 hsa-miR-200b-4395362 Target 21.376146 1.7593004 21.376146 18.031418 FALSE 130 59330901 6b1 hsa-miR-200c-4395411 Target 21.123081 1.6372075 21.123081 18.031418 FALSE 131 59330901 6b1 hsa-miR-202-4395474 Target Undetermined 0.10334234 40 18.031418 FALSE 132 59330901 6b1 hsa-miR-203-4373095 Target 24.701874 3.101232 24.701874 18.031418 FALSE 133 59330901 6b1 hsa-miR-204-4373094 Target 27.128738 2.4465191 27.128738 18.031418 FALSE 134 59330901 6b1 hsa-miR-205-4373093 Target Undetermined 0.08021726 40 18.031418 FALSE 135 59330901 6b1 hsa-miR-208b-4395401 Target Undetermined 0.022577032 40 18.031418 FALSE 136 59330901 6b1 hsa-miR-210-4373089 Target 24.119295 1.1410742 24.119295 18.031418 FALSE 137 59330901 6b1 hsa-miR-214-4395417 Target 23.82941 2.2732928 23.82941 18.031418 FALSE 138 59330901 6b1 hsa-miR-215-4373084 Target 22.762514 0.6661872 22.762514 18.031418 FALSE 139 59330901 6b1 hsa-miR-216a-4395331 Target 32.735462 0.49698153 32.735462 18.031418 FALSE 140 59330901 6b1 hsa-miR-216b-4395437 Target Undetermined 0.030750047 40 18.031418 FALSE 141 59330901 6b1 hsa-miR-217-4395448 Target Undetermined 0.05461238 40 18.031418 FALSE 142 59330901 6b1 hsa-miR-218-4373081 Target 27.250757 2.5271144 27.250757 18.031418 FALSE 143 59330901 6b1 hsa-miR-219-5p-4373080 Target Undetermined 0.07622658 40 18.031418 FALSE 144 59330901 6b1 hsa-miR-221-4373077 Target 24.988861 2.0249095 24.988861 18.031418 FALSE 145 59330901 6b1 hsa-miR-222-4395387 Target 18.666376 3.0397148 18.666376 18.031418 FALSE 146 59330901 6b1 hsa-miR-223-4395406 Target 22.555529 2.896528 22.555529 18.031418 FALSE 147 59330901 6b1 hsa-miR-224-4395210 Target 25.126055 2.3987658 25.126055 18.031418 FALSE 148 59330901 6b1 hsa-miR-296-3p-4395212 Target Undetermined 0.041248858 40 18.031418 FALSE 149 59330901 6b1 hsa-miR-296-5p-4373066 Target 28.951752 0.6989191 28.951752 18.031418 FALSE 150 59330901 6b1 hsa-miR-299-3p-4373189 Target Undetermined 0.040851057 40 18.031418 FALSE 151 59330901 6b1 hsa-miR-299-5p-4373188 Target 37.133503 0.27086458 37.133503 18.031418 FALSE 152 59330901 6b1 hsa-miR-301a-4373064 Target 28.145685 1.6015569 28.145685 18.031418 FALSE 153 59330901 6b1 hsa-miR-301b-4395503 Target 30.285036 1.9060771 30.285036 18.031418 FALSE 154 59330901 6b1 hsa-miR-302a-4378070 Target Undetermined 0.037228767 40 18.031418 FALSE 155 59330901 6b1 ath-miR159a-4373390 Target Undetermined 0.03547269 40 18.031418 FALSE 156 59330901 6b1 hsa-miR-302b-4378071 Target Undetermined 0.056632362 40 18.031418 FALSE 157 59330901 6b1 hsa-miR-302c-4378072 Target Undetermined 0.060641684 40 18.031418 FALSE 158 59330901 6b1 hsa-miR-320-4395388 Target 21.15185 2.8139517 21.15185 18.031418 FALSE 159 59330901 6b1 hsa-miR-323-3p-4395338 Target 29.10579 0.99934226 29.10579 18.031418 FALSE 160 59330901 6b1 hsa-miR-324-3p-4395272 Target 28.144812 2.1089456 28.144812 18.031418 FALSE 161 59330901 6b1 hsa-miR-324-5p-4373052 Target 27.9146 2.2639585 27.9146 18.031418 FALSE 162 59330901 6b1 hsa-miR-326-4373050 Target Undetermined 0.054668985 40 18.031418 FALSE 163 59330901 6b1 hsa-miR-328-4373049 Target 28.811737 1.4968817 28.811737 18.031418 FALSE 164 59330901 6b1 hsa-miR-329-4373191 Target Undetermined 0.029065888 40 18.031418 FALSE 165 59330901 6b1 hsa-miR-330-3p-4373047 Target 30.701904 0.5934817 30.701904 18.031418 FALSE 166 59330901 6b1 hsa-miR-330-5p-4395341 Target 32.667793 0.38224638 32.667793 18.031418 FALSE 167 59330901 6b1 hsa-miR-331-3p-4373046 Target 26.288124 2.1249313 26.288124 18.031418 FALSE 168 59330901 6b1 hsa-miR-331-5p-4395344 Target 32.274555 0.29836136 32.274555 18.031418 FALSE 169 59330901 6b1 hsa-miR-335-4373045 Target 28.242256 1.919272 28.242256 18.031418 FALSE 170 59330901 6b1 hsa-miR-337-5p-4395267 Target 29.469883 1.8083864 29.469883 18.031418 FALSE 171 59330901 6b1 hsa-miR-338-3p-4395363 Target 29.459421 1.5018861 29.459421 18.031418 FALSE 172 59330901 6b1 hsa-miR-339-3p-4395295 Target 25.888971 1.7850592 25.888971 18.031418 FALSE 173 59330901 6b1 hsa-miR-339-5p-4395368 Target 28.67872 0.44296423 28.67872 18.031418 FALSE 174 59330901 6b1 hsa-miR-340-4395369 Target 29.628698 2.2650468 29.628698 18.031418 FALSE 175 59330901 6b1 has-miR-155-4395459 Target 22.703438 2.4151146 22.703438 18.031418 FALSE 176 59330901 6b1 hsa-let-7b-4395446 Target 21.184017 1.7005234 21.184017 18.031418 FALSE 177 59330901 6b1 hsa-miR-342-3p-4395371 Target 22.36935 1.8236407 22.36935 18.031418 FALSE 178 59330901 6b1 hsa-miR-342-5p-4395258 Target 31.24705 0.2782679 31.24705 18.031418 FALSE 179 59330901 6b1 hsa-miR-345-4395297 Target 25.49755 2.2454274 25.49755 18.031418 FALSE 180 59330901 6b1 hsa-miR-361-5p-4373035 Target 27.04303 2.3543832 27.04303 18.031418 FALSE 181 59330901 6b1 hsa-miR-362-3p-4395228 Target 31.530388 2.045226 31.530388 18.031418 FALSE 182 59330901 6b1 hsa-miR-362-5p-4378092 Target 28.70266 1.4095421 28.70266 18.031418 FALSE 183 59330901 6b1 hsa-miR-363-4378090 Target Undetermined 0.046784107 40 18.031418 FALSE 184 59330901 6b1 hsa-miR-365-4373194 Target 25.96362 1.7562946 25.96362 18.031418 FALSE 185 59330901 6b1 hsa-miR-367-4373034 Target Undetermined 0.04225703 40 18.031418 FALSE 186 59330901 6b1 hsa-miR-369-3p-4373032 Target Undetermined 0.03661221 40 18.031418 FALSE 187 59330901 6b1 hsa-miR-369-5p-4373195 Target Undetermined 0.025518572 40 18.031418 FALSE 188 59330901 6b1 hsa-miR-370-4395386 Target 26.391626 1.6061535 26.391626 18.031418 FALSE 189 59330901 6b1 hsa-miR-371-3p-4395235 Target Undetermined 0.049588084 40 18.031418 FALSE 190 59330901 6b1 hsa-miR-372-4373029 Target 27.503933 1.6780956 27.503933 18.031418 FALSE 191 59330901 6b1 hsa-miR-373-4378073 Target Undetermined 0.05155612 40 18.031418 FALSE 192 59330901 6b1 hsa-miR-374a-4373028 Target 26.362118 2.994915 26.362118 18.031418 FALSE 193 59330901 6b1 hsa-miR-374b-4381045 Target 25.26527 2.738571 25.26527 18.031418 FALSE 194 59330901 6b1 hsa-miR-375-4373027 Target 22.8809 3.1833386 22.8809 18.031418 FALSE 195 59330901 6b1 hsa-miR-376a-4373026 Target 28.688347 2.0241904 28.688347 18.031418 FALSE 196 59330901 6b1 hsa-miR-376b-4373196 Target Undetermined 0.07836261 40 18.031418 FALSE 197 59330901 6b1 hsa-miR-377-4373025 Target Undetermined 0.05316401 40 18.031418 FALSE 198 59330901 6b1 hsa-miR-379-4373349 Target 29.876797 1.2969157 29.876797 18.031418 FALSE 199 59330901 6b1 hsa-miR-380-4373022 Target Undetermined 0.058651023 40 18.031418 FALSE 200 59330901 6b1 hsa-miR-381-4373020 Target 34.387283 1.8693177 34.387283 18.031418 FALSE 201 59330901 6b1 hsa-miR-382-4373019 Target Undetermined 0.28077334 40 18.031418 FALSE 202 59330901 6b1 hsa-miR-383-4373018 Target 34.89466 0.15953816 34.89466 18.031418 FALSE 203 59330901 6b1 hsa-miR-409-5p-4395442 Target Undetermined 0.04098541 40 18.031418 FALSE 204 59330901 6b1 hsa-miR-410-4378093 Target 30.604929 1.4566038 30.604929 18.031418 FALSE 205 59330901 6b1 hsa-miR-411-4381013 Target 28.241728 2.4437819 28.241728 18.031418 FALSE 206 59330901 6b1 hsa-miR-422a-4395408 Target 33.415325 1.2314084 33.415325 18.031418 FALSE 207 59330901 6b1 hsa-miR-423-5p-4395451 Target 29.660217 0.881951 29.660217 18.031418 FALSE 208 59330901 6b1 hsa-miR-424-4373201 Target 31.268362 1.7943916 31.268362 18.031418 FALSE 209 59330901 6b1 hsa-miR-425-4380926 Target 25.55678 0.77048975 25.55678 18.031418 FALSE 210 59330901 6b1 hsa-miR-429-4373203 Target 24.688189 2.8905392 24.688189 18.031418 FALSE 211 59330901 6b1 hsa-miR-431-4395173 Target Undetermined 0.05546012 40 18.031418 FALSE 212 59330901 6b1 hsa-miR-433-4373205 Target 29.542093 1.4439144 29.542093 18.031418 FALSE 213 59330901 6b1 hsa-miR-449a-4373207 Target 30.005188 2.6331532 30.005188 18.031418 FALSE 214 59330901 6b1 hsa-miR-449b-4381011 Target 35.253952 0.26516867 35.253952 18.031418 FALSE 215 59330901 6b1 hsa-miR-450a-4395414 Target Undetermined 0.014683093 40 18.031418 FALSE 216 59330901 6b1 hsa-miR-450b-3p-4395319 Target Undetermined 0.031591754 40 18.031418 FALSE 217 59330901 6b1 hsa-miR-450b-5p-4395318 Target Undetermined 0.074746825 40 18.031418 FALSE 218 59330901 6b1 hsa-miR-451-4373360 Target 28.042376 2.5492656 28.042376 18.031418 FALSE 219 59330901 6b1 hsa-miR-452-4395440 Target 29.787203 2.1499813 29.787203 18.031418 FALSE 220 59330901 6b1 hsa-miR-453-4395429 Target Undetermined 0.02620975 40 18.031418 FALSE 221 59330901 6b1 hsa-miR-454-4395434 Target 25.603836 2.5156987 25.603836 18.031418 FALSE 222 59330901 6b1 hsa-miR-455-3p-4395355 Target 28.690641 1.0924348 28.690641 18.031418 FALSE 223 59330901 6b1 hsa-miR-455-5p-4378098 Target 29.954762 1.5723052 29.954762 18.031418 FALSE 224 59330901 6b1 hsa-miR-483-5p-4395449 Target 28.288918 2.3682003 28.288918 18.031418 FALSE 225 59330901 6b1 hsa-miR-484-4381032 Target 22.684238 2.3969765 22.684238 18.031418 FALSE 226 59330901 6b1 hsa-miR-485-3p-4378095 Target 31.31968 0.9939593 31.31968 18.031418 FALSE 227 59330901 6b1 hsa-miR-485-5p-4373212 Target Undetermined 0.055851296 40 18.031418 FALSE 228 59330901 6b1 hsa-miR-486-3p-4395204 Target 30.46711 0.23619355 30.46711 18.031418 FALSE 229 59330901 6b1 hsa-miR-486-5p-4378096 Target 29.586071 1.2610668 29.586071 18.031418 FALSE 230 59330901 6b1 hsa-miR-487a-4378097 Target 33.532463 0.2530104 33.532463 18.031418 FALSE 231 59330901 6b1 hsa-miR-487b-4378102 Target 30.278296 1.4246409 30.278296 18.031418 FALSE 232 59330901 6b1 hsa-miR-488-4395468 Target Undetermined 0.079758994 40 18.031418 FALSE 233 59330901 6b1 hsa-miR-489-4395469 Target 29.04268 2.2944224 29.04268 18.031418 FALSE 234 59330901 6b1 hsa-miR-490-3p-4373215 Target Undetermined 0.057263587 40 18.031418 FALSE 235 59330901 6b1 hsa-miR-491-3p-4395471 Target Undetermined 0.009588528 40 18.031418 FALSE 236 59330901 6b1 hsa-miR-491-5p-4381053 Target 28.306416 2.1403697 28.306416 18.031418 FALSE 237 59330901 6b1 hsa-miR-493-4395475 Target 30.870176 1.4612728 30.870176 18.031418 FALSE 238 59330901 6b1 hsa-miR-494-4395476 Target 26.74903 2.4155412 26.74903 18.031418 FALSE 239 59330901 6b1 hsa-miR-495-4381078 Target 29.4726 1.8266199 29.4726 18.031418 FALSE 240 59330901 6b1 hsa-miR-496-4386771 Target Undetermined 0.037788846 40 18.031418 FALSE 241 59330901 6b1 hsa-miR-499-3p-4395538 Target Undetermined 0.050615907 40 18.031418 FALSE 242 59330901 6b1 hsa-miR-499-5p-4381047 Target Undetermined 0.052748892 40 18.031418 FALSE 243 59330901 6b1 hsa-miR-500-4395539 Target 27.968458 2.3953238 27.968458 18.031418 FALSE 244 59330901 6b1 hsa-miR-501-3p-4395546 Target 32.493484 0.19401293 32.493484 18.031418 FALSE 245 59330901 6b1 hsa-miR-501-5p-4373226 Target 27.494139 0.97321314 27.494139 18.031418 FALSE 246 59330901 6b1 hsa-miR-502-3p-4395194 Target 31.968065 1.5814543 31.968065 18.031418 FALSE 247 59330901 6b1 hsa-miR-502-5p-4373227 Target 31.620646 0.47893018 31.620646 18.031418 FALSE 248 59330901 6b1 hsa-miR-503-4373228 Target 32.091637 0.95067215 32.091637 18.031418 FALSE 249 59330901 6b1 hsa-miR-504-4395195 Target 31.769346 0.17979658 31.769346 18.031418 FALSE 250 59330901 6b1 hsa-miR-505-4395200 Target 30.590466 0.9327419 30.590466 18.031418 FALSE 251 59330901 6b1 hsa-miR-507-4373232 Target Undetermined 0.033485085 40 18.031418 FALSE 252 59330901 6b1 hsa-miR-508-3p-4373233 Target Undetermined 0.024485104 40 18.031418 FALSE 253 59330901 6b1 hsa-miR-508-5p-4395203 Target Undetermined 0.01957501 40 18.031418 FALSE 254 59330901 6b1 hsa-miR-509-5p-4395346 Target Undetermined 0.021463715 40 18.031418 FALSE 255 59330901 6b1 hsa-miR-510-4395352 Target Undetermined 0.04246286 40 18.031418 FALSE 256 59330901 6b1 hsa-miR-512-3p-4381034 Target 30.875103 1.1336881 30.875103 18.031418 FALSE 257 59330901 6b1 hsa-miR-512-5p-4373238 Target Undetermined 0.04151564 40 18.031418 FALSE 258 59330901 6b1 hsa-miR-513-5p-4395201 Target Undetermined 0.033552125 40 18.031418 FALSE 259 59330901 6b1 hsa-miR-515-3p-4395480 Target Undetermined 0.016692815 40 18.031418 FALSE 260 59330901 6b1 hsa-miR-515-5p-4373242 Target Undetermined 0.043266047 40 18.031418 FALSE 261 59330901 6b1 hsa-miR-516a-5p-4395527 Target Undetermined 0.035818517 40 18.031418 FALSE 262 59330901 6b1 hsa-miR-516b-4395172 Target 38.429432 0.053546812 38.429432 18.031418 FALSE 263 59330901 6b1 hsa-miR-517a-4395513 Target 29.242458 1.0653777 29.242458 18.031418 FALSE 264 59330901 6b1 hsa-miR-517c-4373264 Target 31.134226 0.66335857 31.134226 18.031418 FALSE 265 59330901 6b1 hsa-miR-518a-3p-4395508 Target Undetermined 0.017375225 40 18.031418 FALSE 266 59330901 6b1 hsa-miR-518a-5p-4395507 Target Undetermined 0.016307296 40 18.031418 FALSE 267 59330901 6b1 hsa-miR-518b-4373246 Target 31.481445 0.8077719 31.481445 18.031418 FALSE 268 59330901 6b1 hsa-miR-518c-4395512 Target Undetermined 0.03820624 40 18.031418 FALSE 269 59330901 6b1 hsa-miR-518d-3p-4373248 Target 36.93886 0.117555134 36.93886 18.031418 FALSE 270 59330901 6b1 hsa-miR-518d-5p-4395500 Target Undetermined 0.017759373 40 18.031418 FALSE 271 59330901 6b1 hsa-miR-518e-4395506 Target 32.83267 1.4695137 32.83267 18.031418 FALSE 272 59330901 6b1 hsa-miR-518f-4395499 Target 38.205368 0.095060974 38.205368 18.031418 FALSE 273 59330901 6b1 hsa-miR-519a-4395526 Target 32.00629 0.62553674 32.00629 18.031418 FALSE 274 59330901 6b1 hsa-miR-519d-4395514 Target 37.671787 0.14634447 37.671787 18.031418 FALSE 275 59330901 6b1 hsa-miR-519e-4395481 Target Undetermined 0.03487258 40 18.031418 FALSE 276 59330901 6b1 hsa-miR-520a-3p-4373268 Target Undetermined 0.053038415 40 18.031418 FALSE 277 59330901 6b1 hsa-miR-520a-5p-4378085 Target 36.34846 0.06666749 36.34846 18.031418 FALSE 278 59330901 6b1 hsa-miR-520d-5p-4395504 Target Undetermined 0.00190605 40 18.031418 FALSE 279 59330901 6b1 hsa-miR-520g-4373257 Target 34.509144 0.5196798 34.509144 18.031418 FALSE 280 59330901 6b1 hsa-miR-521-4373259 Target Undetermined 0.0363848 40 18.031418 FALSE 281 59330901 6b1 hsa-miR-522-4395524 Target Undetermined 0.07527436 40 18.031418 FALSE 282 59330901 6b1 hsa-miR-523-4395497 Target Undetermined 0.018385457 40 18.031418 FALSE 283 59330901 6b1 hsa-miR-524-5p-4395174 Target Undetermined 0.00600302 40 18.031418 FALSE 284 59330901 6b1 hsa-miR-525-3p-4395496 Target 33.36857 0.35198057 33.36857 18.031418 FALSE 285 59330901 6b1 hsa-miR-525-5p-4378088 Target Undetermined 0.03459871 40 18.031418 FALSE 286 59330901 6b1 hsa-miR-526b-4395493 Target Undetermined 0.036055464 40 18.031418 FALSE 287 59330901 6b1 hsa-miR-532-3p-4395466 Target 26.146694 2.0000246 26.146694 18.031418 FALSE 288 59330901 6b1 hsa-miR-532-5p-4380928 Target 23.966883 2.4348097 23.966883 18.031418 FALSE 289 59330901 6b1 hsa-miR-539-4378103 Target 29.069384 2.1416926 29.069384 18.031418 FALSE 290 59330901 6b1 hsa-miR-541-4395312 Target Undetermined -0.015154627 40 18.031418 FALSE 291 59330901 6b1 hsa-miR-542-3p-4378101 Target 32.054085 1.3226143 32.054085 18.031418 FALSE 292 59330901 6b1 hsa-miR-542-5p-4395351 Target 33.404297 0.4732991 33.404297 18.031418 FALSE 293 59330901 6b1 hsa-miR-544-4395376 Target Undetermined 0.011662982 40 18.031418 FALSE 294 59330901 6b1 hsa-miR-545-4395378 Target Undetermined 0.011787013 40 18.031418 FALSE 295 59330901 6b1 hsa-miR-548a-3p-4380948 Target Undetermined 0.017583532 40 18.031418 FALSE 296 59330901 6b1 hsa-miR-548a-5p-4395523 Target Undetermined 0.007826643 40 18.031418 FALSE 297 59330901 6b1 hsa-miR-548b-3p-4380951 Target Undetermined 0.06729472 40 18.031418 FALSE 298 59330901 6b1 hsa-miR-548b-5p-4395519 Target 33.787235 0.5203367 33.787235 18.031418 FALSE 299 59330901 6b1 hsa-miR-548c-3p-4380993 Target 37.310284 0.23657106 37.310284 18.031418 FALSE 300 59330901 6b1 hsa-miR-548c-5p-4395540 Target 32.816082 0.7469904 32.816082 18.031418 FALSE 301 59330901 6b1 hsa-miR-548d-3p-4381008 Target 32.23557 1.4392673 32.23557 18.031418 FALSE 302 59330901 6b1 hsa-miR-548d-5p-4395348 Target 35.614235 0.32178578 35.614235 18.031418 FALSE 303 59330901 6b1 hsa-miR-551b-4380945 Target 34.87101 1.2207885 34.87101 18.031418 FALSE 304 59330901 6b1 hsa-miR-556-3p-4395456 Target Undetermined 0.08920824 40 18.031418 FALSE 305 59330901 6b1 hsa-miR-556-5p-4395455 Target Undetermined 0.049270704 40 18.031418 FALSE 306 59330901 6b1 hsa-miR-561-4380938 Target Undetermined 0.026052404 40 18.031418 FALSE 307 59330901 6b1 hsa-miR-570-4395458 Target Undetermined 0.029206675 40 18.031418 FALSE 308 59330901 6b1 hsa-miR-574-3p-4395460 Target 31.126474 1.4512378 31.126474 18.031418 FALSE 309 59330901 6b1 hsa-miR-576-3p-4395462 Target 30.203444 1.925837 30.203444 18.031418 FALSE 310 59330901 6b1 hsa-miR-576-5p-4395461 Target 34.666912 0.21460426 34.666912 18.031418 FALSE 311 59330901 6b1 hsa-miR-579-4395509 Target 30.689444 1.6225466 30.689444 18.031418 FALSE 312 59330901 6b1 hsa-miR-582-3p-4395510 Target 33.550713 1.0350385 33.550713 18.031418 FALSE 313 59330901 6b1 hsa-miR-582-5p-4395175 Target Undetermined 0.013085049 40 18.031418 FALSE 314 59330901 6b1 hsa-miR-589-4395520 Target 36.684376 0.20778708 36.684376 18.031418 FALSE 315 59330901 6b1 hsa-miR-590-5p-4395176 Target 26.474543 2.4361362 26.474543 18.031418 FALSE 316 59330901 6b1 hsa-miR-597-4380960 Target 30.682768 1.6325812 30.682768 18.031418 FALSE 317 59330901 6b1 hsa-miR-598-4395179 Target 31.185562 1.58679 31.185562 18.031418 FALSE 318 59330901 6b1 hsa-miR-615-3p-4386777 Target Undetermined 0.022577625 40 18.031418 FALSE 319 59330901 6b1 hsa-miR-615-5p-4395464 Target 36.076195 0.113140985 36.076195 18.031418 FALSE 320 59330901 6b1 hsa-miR-616-4395525 Target 32.317684 0.41014412 32.317684 18.031418 FALSE 321 59330901 6b1 hsa-miR-618-4380996 Target Undetermined 0.019386165 40 18.031418 FALSE 322 59330901 6b1 hsa-miR-624-4395541 Target Undetermined 0.028459907 40 18.031418 FALSE 323 59330901 6b1 hsa-miR-625-4395542 Target 27.791874 1.5103248 27.791874 18.031418 FALSE 324 59330901 6b1 hsa-miR-627-4380967 Target 33.000637 1.6724398 33.000637 18.031418 FALSE 325 59330901 6b1 hsa-miR-628-5p-4395544 Target 30.153816 2.531451 30.153816 18.031418 FALSE 326 59330901 6b1 hsa-miR-629-4395547 Target 30.97467 1.5187982 30.97467 18.031418 FALSE 327 59330901 6b1 hsa-miR-636-4395199 Target 31.518528 1.0564736 31.518528 18.031418 FALSE 328 59330901 6b1 hsa-miR-642-4380995 Target 29.417965 1.8968673 29.417965 18.031418 FALSE 329 59330901 6b1 hsa-miR-651-4381007 Target Undetermined 0.012568767 40 18.031418 FALSE 330 59330901 6b1 hsa-miR-652-4395463 Target 28.252596 1.6321759 28.252596 18.031418 FALSE 331 59330901 6b1 hsa-miR-653-4395403 Target Undetermined 0.027362663 40 18.031418 FALSE 332 59330901 6b1 hsa-miR-654-3p-4395350 Target 31.228043 1.7095218 31.228043 18.031418 FALSE 333 59330901 6b1 hsa-miR-654-5p-4381014 Target Undetermined 0.026305385 40 18.031418 FALSE 334 59330901 6b1 hsa-miR-655-4381015 Target 35.2659 0.7353786 35.2659 18.031418 FALSE 335 59330901 6b1 hsa-miR-660-4380925 Target 26.87395 2.1594198 26.87395 18.031418 FALSE 336 59330901 6b1 hsa-miR-671-3p-4395433 Target 29.033548 1.8186785 29.033548 18.031418 FALSE 337 59330901 6b1 hsa-miR-672-4395438 Target 35.828007 0.58494943 35.828007 18.031418 FALSE 338 59330901 6b1 hsa-miR-674-4395193 Target Undetermined 0.093237706 40 18.031418 FALSE 339 59330901 6b1 hsa-miR-708-4395452 Target 27.498312 2.817383 27.498312 18.031418 FALSE 340 59330901 6b1 hsa-miR-744-4395435 Target 27.909716 2.5089977 27.909716 18.031418 FALSE 341 59330901 6b1 hsa-miR-758-4395180 Target 30.67621 1.2531962 30.67621 18.031418 FALSE 342 59330901 6b1 hsa-miR-871-4395465 Target Undetermined 0.007562037 40 18.031418 FALSE 343 59330901 6b1 hsa-miR-872-4395375 Target Undetermined 0.001389066 40 18.031418 FALSE 344 59330901 6b1 hsa-miR-873-4395467 Target Undetermined 0.010334156 40 18.031418 FALSE 345 59330901 6b1 hsa-miR-874-4395379 Target 29.370153 0.3363946 29.370153 18.031418 FALSE 346 59330901 6b1 hsa-miR-875-3p-4395315 Target Undetermined 0.080714785 40 18.031418 FALSE 347 59330901 6b1 hsa-miR-876-3p-4395336 Target Undetermined 0.1482239 40 18.031418 FALSE 348 59330901 6b1 hsa-miR-876-5p-4395316 Target Undetermined 0.060769383 40 18.031418 FALSE 349 59330901 6b1 hsa-miR-885-3p-4395483 Target Undetermined 0.18725465 40 18.031418 FALSE 350 59330901 6b1 hsa-miR-885-5p-4395407 Target 34.543976 1.0517942 34.543976 18.031418 FALSE 351 59330901 6b1 hsa-miR-886-3p-4395305 Target 24.622175 1.4649942 24.622175 18.031418 FALSE 352 59330901 6b1 hsa-miR-886-5p-4395304 Target 24.090883 2.0494812 24.090883 18.031418 FALSE 353 59330901 6b1 hsa-miR-887-4395485 Target 34.147472 0.08592886 34.147472 18.031418 FALSE 354 59330901 6b1 hsa-miR-888-4395323 Target Undetermined 0.06728424 40 18.031418 FALSE 355 59330901 6b1 hsa-miR-889-4395313 Target Undetermined 0.05255532 40 18.031418 FALSE 356 59330901 6b1 hsa-miR-890-4395320 Target Undetermined 0.076855525 40 18.031418 FALSE 357 59330901 6b1 hsa-miR-891a-4395302 Target Undetermined 0.018190835 40 18.031418 FALSE 358 59330901 6b1 hsa-miR-891b-4395321 Target Undetermined 0.09471484 40 18.031418 FALSE 359 59330901 6b1 hsa-miR-892a-4395306 Target Undetermined 0.10357222 40 18.031418 FALSE 360 59330901 6b1 hsa-miR-147-4373131 Target Undetermined 0.04308784 40 18.031418 FALSE 361 59330901 6b1 hsa-miR-208-4373091 Target Undetermined 0.009860424 40 18.031418 FALSE 362 59330901 6b1 hsa-miR-211-4373088 Target Undetermined 0.003397432 40 18.031418 FALSE 363 59330901 6b1 hsa-miR-212-4373087 Target 26.607758 1.9232768 26.607758 18.031418 FALSE 364 59330901 6b1 hsa-miR-219-1-3p-4395206 Target 31.48275 1.1103852 31.48275 18.031418 FALSE 365 59330901 6b1 hsa-miR-219-2-3p-4395501 Target Undetermined 0.005508074 40 18.031418 FALSE 366 59330901 6b1 hsa-miR-220-4373078 Target Undetermined 0.057225507 40 18.031418 FALSE 367 59330901 6b1 hsa-miR-220b-4395317 Target Undetermined 0.00735204 40 18.031418 FALSE 368 59330901 6b1 hsa-miR-220c-4395322 Target Undetermined 0.00133933 40 18.031418 FALSE 369 59330901 6b1 hsa-miR-298-4395301 Target Undetermined 0.001174843 40 18.031418 FALSE 370 59330901 6b1 hsa-miR-325-4373051 Target Undetermined 0.016667051 40 18.031418 FALSE 371 59330901 6b1 hsa-miR-346-4373038 Target Undetermined 0.03788129 40 21.968582 18.031418 FALSE 372 59330901 6b1 hsa-miR-376c-4395233 Target 27.580963 1.5203818 27.580963 18.031418 FALSE 373 59330901 6b1 hsa-miR-384-4373017 Target Undetermined 0.048886698 40 18.031418 FALSE 374 59330901 6b1 hsa-miR-412-4373199 Target Undetermined 0.045612477 40 18.031418 FALSE 375 59330901 6b1 hsa-miR-448-4373206 Target Undetermined 0.018307246 40 18.031418 FALSE 376 59330901 6b1 hsa-miR-492-4373217 Target 30.350153 0.42709982 30.350153 18.031418 FALSE 377 59330901 6b1 hsa-miR-506-4373231 Target Undetermined 0.003788444 40 18.031418 FALSE 378 59330901 6b1 hsa-miR-509-3-5p-4395266 Target Undetermined -0.007900141 40 18.031418 FALSE 379 59330901 6b1 hsa-miR-511-4373236 Target 30.436161 1.5956503 30.436161 18.031418 FALSE 380 59330901 6b1 hsa-miR-517b-4373244 Target Undetermined 0.062026724 40 18.031418 FALSE 381 59330901 6b1 hsa-miR-519c-3p-4373251 Target Undetermined 0.014022567 40 18.031418 FALSE 382 59330901 6b1 hsa-miR-520b-4373252 Target 33.863605 0.38658977 33.863605 18.031418 FALSE 383 59330901 6b1 hsa-miR-520e-4373255 Target Undetermined 0.041724276 40 18.031418 FALSE 384 59330901 6b1 hsa-miR-520f-4373256 Target Undetermined 1.56E-05 40 18.031418 FALSE \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/GSM628105_6b2.txt Thu Oct 10 04:24:43 2019 -0400 @@ -0,0 +1,1 @@ +SDS 2.3 RQ Results 1.2 Filename Testscreen analys all.sdm Assay Type RQ Study EmbeddedFile FileA Run DateTime Fri May 15 17:10:28 BST 2009 Operator ThermalCycleParams EmbeddedFile FileB Run DateTime Sat May 16 10:36:09 BST 2009 Operator ThermalCycleParams EmbeddedFile FileC Run DateTime Sun May 17 13:21:05 BST 2009 Operator ThermalCycleParams # Plate Sample Detector Task Avg Ct Delta Ct Avg Delta Ct ?Ct SE Delta Delta Ct SD RQ RQ Min RQ Max Omit 1 59330838 6b2 hsa-let-7a-4373169 Target 27.041613 0.829765 27.041613 19.903767 FALSE 2 59330838 6b2 hsa-let-7c-4373167 Target 28.846334 2.3446794 28.846334 19.903767 FALSE 3 59330838 6b2 hsa-let-7d-4395394 Target 26.20519 2.743761 26.20519 19.903767 FALSE 4 59330838 6b2 hsa-let-7e-4395517 Target 23.612562 2.179075 23.612562 19.903767 FALSE 5 59330838 6b2 hsa-let-7f-4373164 Target 30.555887 0.16169901 30.555887 19.903767 FALSE 6 59330838 6b2 hsa-let-7g-4395393 Target 26.06904 2.741663 26.06904 19.903767 FALSE 7 59330838 6b2 hsa-miR-1-4395333 Target 34.355755 0.9828971 34.355755 19.903767 FALSE 8 59330838 6b2 hsa-miR-9-4373285 Target 31.10302 0.81978303 31.10302 19.903767 FALSE 9 59330838 6b2 hsa-miR-10a-4373153 Target 25.864918 2.1333718 25.864918 19.903767 FALSE 10 59330838 6b2 hsa-miR-10b-4395329 Target 25.691881 1.2516998 25.691881 19.903767 FALSE 11 59330838 6b2 MammU6-4395470 Endogenous Control 20.021624 1.6014702 19.903767 0.051326647 19.903767 FALSE 12 59330838 6b2 MammU6-4395470 Endogenous Control 19.77785 1.645868 19.903767 0.051326647 19.903767 FALSE 13 59330838 6b2 hsa-miR-15a-4373123 Target 29.75122 1.1306359 29.75122 19.903767 FALSE 14 59330838 6b2 hsa-miR-15b-4373122 Target 31.070585 0.9890276 31.070585 19.903767 FALSE 15 59330838 6b2 hsa-miR-16-4373121 Target 24.38821 2.3518822 24.38821 19.903767 FALSE 16 59330838 6b2 hsa-miR-17-4395419 Target 22.032324 2.631521 22.032324 19.903767 FALSE 17 59330838 6b2 hsa-miR-18a-4395533 Target 27.66261 2.2059302 27.66261 19.903767 FALSE 18 59330838 6b2 hsa-miR-18b-4395328 Target 28.539621 0.4218236 28.539621 19.903767 FALSE 19 59330838 6b2 hsa-miR-19a-4373099 Target 27.457062 1.5723754 27.457062 19.903767 FALSE 20 59330838 6b2 hsa-miR-19b-4373098 Target 23.19146 2.1727471 23.19146 19.903767 FALSE 21 59330838 6b2 hsa-miR-20a-4373286 Target 24.114843 2.3168278 24.114843 19.903767 FALSE 22 59330838 6b2 hsa-miR-20b-4373263 Target 26.763557 2.3297255 26.763557 19.903767 FALSE 23 59330838 6b2 hsa-miR-21-4373090 Target 23.292927 2.1641438 23.292927 19.903767 FALSE 24 59330838 6b2 hsa-miR-22-4373079 Target 24.515005 0.81004626 24.515005 19.903767 FALSE 25 59330838 6b2 hsa-miR-23a-4373074 Target 28.892677 0.38594624 28.892677 19.903767 FALSE 26 59330838 6b2 hsa-miR-23b-4373073 Target 29.198898 0.71662617 29.198898 19.903767 FALSE 27 59330838 6b2 hsa-miR-24-4373072 Target 22.060041 2.608355 22.060041 19.903767 FALSE 28 59330838 6b2 hsa-miR-25-4373071 Target 26.383978 3.509114 26.383978 19.903767 FALSE 29 59330838 6b2 hsa-miR-26a-4395166 Target 23.261875 2.6304975 23.261875 19.903767 FALSE 30 59330838 6b2 hsa-miR-26b-4395167 Target 26.654308 2.4219136 26.654308 19.903767 FALSE 31 59330838 6b2 hsa-miR-27a-4373287 Target 24.59412 3.4521675 24.59412 19.903767 FALSE 32 59330838 6b2 hsa-miR-27b-4373068 Target 25.701128 3.2877614 25.701128 19.903767 FALSE 33 59330838 6b2 hsa-miR-28-3p-4395557 Target 22.757553 3.2636638 22.757553 19.903767 FALSE 34 59330838 6b2 hsa-miR-28-5p-4373067 Target 27.030653 2.5548613 27.030653 19.903767 FALSE 35 59330838 6b2 MammU6-4395470 Endogenous Control 19.938087 1.6320763 19.903767 0.051326647 19.903767 FALSE 36 59330838 6b2 MammU6-4395470 Endogenous Control 19.877504 1.6237957 19.903767 0.051326647 19.903767 FALSE 37 59330838 6b2 hsa-miR-29a-4395223 Target 22.380959 2.5871959 22.380959 19.903767 FALSE 38 59330838 6b2 hsa-miR-29b-4373288 Target 27.04868 2.0073087 27.04868 19.903767 FALSE 39 59330838 6b2 hsa-miR-29c-4395171 Target 25.562513 2.4285026 25.562513 19.903767 FALSE 40 59330838 6b2 hsa-miR-30b-4373290 Target 23.89148 2.3868601 23.89148 19.903767 FALSE 41 59330838 6b2 hsa-miR-30c-4373060 Target 24.467695 2.1770284 24.467695 19.903767 FALSE 42 59330838 6b2 hsa-miR-31-4395390 Target 24.302376 2.5344653 24.302376 19.903767 FALSE 43 59330838 6b2 hsa-miR-32-4395220 Target Undetermined 0.046662018 40 19.903767 FALSE 44 59330838 6b2 hsa-miR-33b-4395196 Target Undetermined 0.055934463 40 19.903767 FALSE 45 59330838 6b2 hsa-miR-34a-4395168 Target 23.352251 2.6447983 23.352251 19.903767 FALSE 46 59330838 6b2 hsa-miR-34c-5p-4373036 Target 30.266792 0.47893333 30.266792 19.903767 FALSE 47 59330838 6b2 hsa-miR-92a-4395169 Target 24.30472 2.3015797 24.30472 19.903767 FALSE 48 59330838 6b2 hsa-miR-93-4373302 Target 25.903421 2.4539528 25.903421 19.903767 FALSE 49 59330838 6b2 hsa-miR-95-4373011 Target 29.00139 2.132653 29.00139 19.903767 FALSE 50 59330838 6b2 hsa-miR-96-4373372 Target 33.124187 1.1574814 33.124187 19.903767 FALSE 51 59330838 6b2 hsa-miR-98-4373009 Target 30.188164 0.14362809 30.188164 19.903767 FALSE 52 59330838 6b2 hsa-miR-99a-4373008 Target 25.869614 1.5905763 25.869614 19.903767 FALSE 53 59330838 6b2 hsa-miR-99b-4373007 Target 25.632652 0.8940297 25.632652 19.903767 FALSE 54 59330838 6b2 hsa-miR-100-4373160 Target 26.190083 1.8766084 26.190083 19.903767 FALSE 55 59330838 6b2 hsa-miR-101-4395364 Target 31.106457 2.4519548 31.106457 19.903767 FALSE 56 59330838 6b2 hsa-miR-103-4373158 Target 28.35234 1.667457 28.35234 19.903767 FALSE 57 59330838 6b2 hsa-miR-105-4395278 Target Undetermined 0.046420157 40 19.903767 FALSE 58 59330838 6b2 hsa-miR-106a-4395280 Target 21.941456 2.744899 21.941456 19.903767 FALSE 59 59330838 6b2 RNU44-4373384 Target 24.909708 1.0376974 24.909708 19.903767 FALSE 60 59330838 6b2 hsa-miR-106b-4373155 Target 25.454153 2.1586668 25.454153 19.903767 FALSE 61 59330838 6b2 hsa-miR-107-4373154 Target 30.84012 0.7299561 30.84012 19.903767 FALSE 62 59330838 6b2 hsa-miR-122-4395356 Target 35.243504 0.18925416 35.243504 19.903767 FALSE 63 59330838 6b2 hsa-miR-124-4373295 Target 29.833517 1.1756542 29.833517 19.903767 FALSE 64 59330838 6b2 hsa-miR-125a-3p-4395310 Target 31.387096 1.6359873 31.387096 19.903767 FALSE 65 59330838 6b2 hsa-miR-125a-5p-4395309 Target 28.827923 2.0350015 28.827923 19.903767 FALSE 66 59330838 6b2 hsa-miR-125b-4373148 Target 25.815998 2.0935285 25.815998 19.903767 FALSE 67 59330838 6b2 hsa-miR-126-4395339 Target 23.420801 2.416177 23.420801 19.903767 FALSE 68 59330838 6b2 hsa-miR-127-3p-4373147 Target 25.899588 2.4251068 25.899588 19.903767 FALSE 69 59330838 6b2 hsa-miR-127-5p-4395340 Target Undetermined 0.038136467 40 19.903767 FALSE 70 59330838 6b2 hsa-miR-128-4395327 Target 29.660822 1.2955049 29.660822 19.903767 FALSE 71 59330838 6b2 hsa-miR-129-3p-4373297 Target 34.808746 0.23513797 34.808746 19.903767 FALSE 72 59330838 6b2 hsa-miR-129-5p-4373171 Target Undetermined 0.02598198 40 19.903767 FALSE 73 59330838 6b2 hsa-miR-130a-4373145 Target 29.067347 1.1320266 29.067347 19.903767 FALSE 74 59330838 6b2 hsa-miR-130b-4373144 Target 27.273308 1.1628418 27.273308 19.903767 FALSE 75 59330838 6b2 hsa-miR-132-4373143 Target 28.407692 1.5856639 28.407692 19.903767 FALSE 76 59330838 6b2 hsa-miR-133a-4395357 Target 26.732914 1.7482054 26.732914 19.903767 FALSE 77 59330838 6b2 hsa-miR-133b-4395358 Target 31.335215 0.96498364 31.335215 19.903767 FALSE 78 59330838 6b2 hsa-miR-134-4373299 Target 28.259804 0.90019804 28.259804 19.903767 FALSE 79 59330838 6b2 hsa-miR-135a-4373140 Target 33.22945 1.3607197 33.22945 19.903767 FALSE 80 59330838 6b2 hsa-miR-135b-4395372 Target 28.532887 2.320428 28.532887 19.903767 FALSE 81 59330838 6b2 hsa-miR-136-4373173 Target Undetermined 0.07173128 40 19.903767 FALSE 82 59330838 6b2 hsa-miR-137-4373301 Target Undetermined 0.030939898 40 19.903767 FALSE 83 59330838 6b2 hsa-miR-138-4395395 Target 29.992624 2.6439917 29.992624 19.903767 FALSE 84 59330838 6b2 hsa-miR-139-3p-4395424 Target 30.577406 0.09771053 30.577406 19.903767 FALSE 85 59330838 6b2 hsa-miR-139-5p-4395400 Target 28.117853 1.5180669 28.117853 19.903767 FALSE 86 59330838 6b2 hsa-miR-140-3p-4395345 Target 29.249949 1.3832599 29.249949 19.903767 FALSE 87 59330838 6b2 hsa-miR-140-5p-4373374 Target 25.443401 2.2026637 25.443401 19.903767 FALSE 88 59330838 6b2 hsa-miR-141-4373137 Target 25.045753 2.6533732 25.045753 19.903767 FALSE 89 59330838 6b2 hsa-miR-142-3p-4373136 Target 24.696205 2.3209782 24.696205 19.903767 FALSE 90 59330838 6b2 hsa-miR-142-5p-4395359 Target 30.984707 1.5714989 30.984707 19.903767 FALSE 91 59330838 6b2 hsa-miR-143-4395360 Target 22.875181 2.7825654 22.875181 19.903767 FALSE 92 59330838 6b2 hsa-miR-145-4395389 Target 20.82327 1.8819454 20.82327 19.903767 FALSE 93 59330838 6b2 hsa-miR-146a-4373132 Target 32.657913 0.7774802 32.657913 19.903767 FALSE 94 59330838 6b2 hsa-miR-146b-3p-4395472 Target 29.571613 0.25768054 29.571613 19.903767 FALSE 95 59330838 6b2 hsa-miR-146b-5p-4373178 Target 27.599958 0.6747028 27.599958 19.903767 FALSE 96 59330838 6b2 hsa-miR-147b-4395373 Target 29.463697 0.3741399 29.463697 19.903767 FALSE 97 59330838 6b2 hsa-miR-148a-4373130 Target 29.020699 1.6120033 29.020699 19.903767 FALSE 98 59330838 6b2 hsa-miR-148b-4373129 Target 30.533537 0.50391877 30.533537 19.903767 FALSE 99 59330838 6b2 hsa-miR-149-4395366 Target 31.26306 0.3104768 31.26306 19.903767 FALSE 100 59330838 6b2 hsa-miR-150-4373127 Target 23.625263 2.4309754 23.625263 19.903767 FALSE 101 59330838 6b2 hsa-miR-152-4395170 Target 27.809664 3.0133178 27.809664 19.903767 FALSE 102 59330838 6b2 hsa-miR-153-4373305 Target Undetermined 0.039769515 40 19.903767 FALSE 103 59330838 6b2 hsa-miR-154-4373270 Target 30.22686 0.40665317 30.22686 19.903767 FALSE 104 59330838 6b2 hsa-miR-181a-4373117 Target 27.033953 0.9911087 27.033953 19.903767 FALSE 105 59330838 6b2 hsa-miR-181c-4373115 Target 32.385136 0.4842792 32.385136 19.903767 FALSE 106 59330838 6b2 hsa-miR-182-4395445 Target 30.759216 1.9645911 30.759216 19.903767 FALSE 107 59330838 6b2 RNU48-4373383 Target 25.060745 2.281844 25.060745 19.903767 FALSE 108 59330838 6b2 hsa-miR-183-4395380 Target 32.389015 0.6270208 32.389015 19.903767 FALSE 109 59330838 6b2 hsa-miR-184-4373113 Target 32.316895 2.2765563 32.316895 19.903767 FALSE 110 59330838 6b2 hsa-miR-185-4395382 Target 26.991549 2.1397264 26.991549 19.903767 FALSE 111 59330838 6b2 hsa-miR-186-4395396 Target 23.842627 2.6936147 23.842627 19.903767 FALSE 112 59330838 6b2 hsa-miR-187-4373307 Target 28.313112 0.59054786 28.313112 19.903767 FALSE 113 59330838 6b2 hsa-miR-188-3p-4395217 Target Undetermined 0.07645926 40 19.903767 FALSE 114 59330838 6b2 hsa-miR-190-4373110 Target 30.8736 1.8630122 30.8736 19.903767 FALSE 115 59330838 6b2 hsa-miR-191-4395410 Target 21.531635 2.6661851 21.531635 19.903767 FALSE 116 59330838 6b2 hsa-miR-192-4373108 Target 19.986385 2.4324455 19.986385 19.903767 FALSE 117 59330838 6b2 hsa-miR-193a-3p-4395361 Target 34.303757 0.9663273 34.303757 19.903767 FALSE 118 59330838 6b2 hsa-miR-193a-5p-4395392 Target 29.892073 1.5484102 29.892073 19.903767 FALSE 119 59330838 6b2 hsa-miR-193b-4395478 Target 25.27214 1.9155933 25.27214 19.903767 FALSE 120 59330838 6b2 hsa-miR-194-4373106 Target 23.490822 3.0986075 23.490822 19.903767 FALSE 121 59330838 6b2 hsa-miR-195-4373105 Target 26.256199 2.8787289 26.256199 19.903767 FALSE 122 59330838 6b2 hsa-miR-196b-4395326 Target 27.067173 1.9479401 27.067173 19.903767 FALSE 123 59330838 6b2 hsa-miR-197-4373102 Target 28.94612 0.7051577 28.94612 19.903767 FALSE 124 59330838 6b2 hsa-miR-198-4395384 Target 31.270874 1.0798701 31.270874 19.903767 FALSE 125 59330838 6b2 hsa-miR-199a-5p-4373272 Target 32.002735 0.80503535 32.002735 19.903767 FALSE 126 59330838 6b2 hsa-miR-199a-3p-4395415 Target 27.042883 1.8872724 27.042883 19.903767 FALSE 127 59330838 6b2 hsa-miR-199b-5p-4373100 Target Undetermined 0.099809185 40 19.903767 FALSE 128 59330838 6b2 hsa-miR-200a-4378069 Target 20.53688 2.9387114 20.53688 19.903767 FALSE 129 59330838 6b2 hsa-miR-200b-4395362 Target 22.899696 1.5752143 22.899696 19.903767 FALSE 130 59330838 6b2 hsa-miR-200c-4395411 Target 22.51843 1.520087 22.51843 19.903767 FALSE 131 59330838 6b2 hsa-miR-202-4395474 Target 33.864254 0.6706806 33.864254 19.903767 FALSE 132 59330838 6b2 hsa-miR-203-4373095 Target 25.155384 3.0147443 25.155384 19.903767 FALSE 133 59330838 6b2 hsa-miR-204-4373094 Target 30.664793 1.266407 30.664793 19.903767 FALSE 134 59330838 6b2 hsa-miR-205-4373093 Target Undetermined 0.09141043 40 19.903767 FALSE 135 59330838 6b2 hsa-miR-208b-4395401 Target Undetermined 0.049911786 40 19.903767 FALSE 136 59330838 6b2 hsa-miR-210-4373089 Target 23.950888 1.0443393 23.950888 19.903767 FALSE 137 59330838 6b2 hsa-miR-214-4395417 Target 24.953007 2.0531 24.953007 19.903767 FALSE 138 59330838 6b2 hsa-miR-215-4373084 Target 22.659306 1.124659 22.659306 19.903767 FALSE 139 59330838 6b2 hsa-miR-216a-4395331 Target Undetermined 0.04239382 40 19.903767 FALSE 140 59330838 6b2 hsa-miR-216b-4395437 Target Undetermined 0.021859609 40 19.903767 FALSE 141 59330838 6b2 hsa-miR-217-4395448 Target 34.462204 0.6239715 34.462204 19.903767 FALSE 142 59330838 6b2 hsa-miR-218-4373081 Target 27.961054 2.2175896 27.961054 19.903767 FALSE 143 59330838 6b2 hsa-miR-219-5p-4373080 Target Undetermined 0.03927957 40 19.903767 FALSE 144 59330838 6b2 hsa-miR-221-4373077 Target 26.906506 1.5091964 26.906506 19.903767 FALSE 145 59330838 6b2 hsa-miR-222-4395387 Target 19.400778 3.1987739 19.400778 19.903767 FALSE 146 59330838 6b2 hsa-miR-223-4395406 Target 23.270466 2.9539688 23.270466 19.903767 FALSE 147 59330838 6b2 hsa-miR-224-4395210 Target 26.708103 2.0359643 26.708103 19.903767 FALSE 148 59330838 6b2 hsa-miR-296-3p-4395212 Target Undetermined 0.028153855 40 19.903767 FALSE 149 59330838 6b2 hsa-miR-296-5p-4373066 Target 31.455585 0.510292 31.455585 19.903767 FALSE 150 59330838 6b2 hsa-miR-299-3p-4373189 Target Undetermined 0.037818886 40 19.903767 FALSE 151 59330838 6b2 hsa-miR-299-5p-4373188 Target Undetermined 0.052356303 40 19.903767 FALSE 152 59330838 6b2 hsa-miR-301a-4373064 Target 28.460129 1.6385883 28.460129 19.903767 FALSE 153 59330838 6b2 hsa-miR-301b-4395503 Target 33.92237 1.0076824 33.92237 19.903767 FALSE 154 59330838 6b2 hsa-miR-302a-4378070 Target Undetermined 0.00186511 40 19.903767 FALSE 155 59330838 6b2 ath-miR159a-4373390 Target Undetermined 0.06184943 40 19.903767 FALSE 156 59330838 6b2 hsa-miR-302b-4378071 Target Undetermined 0.039688136 40 19.903767 FALSE 157 59330838 6b2 hsa-miR-302c-4378072 Target Undetermined 0.049071822 40 19.903767 FALSE 158 59330838 6b2 hsa-miR-320-4395388 Target 20.732552 2.61851 20.732552 19.903767 FALSE 159 59330838 6b2 hsa-miR-323-3p-4395338 Target 30.217478 0.64446276 30.217478 19.903767 FALSE 160 59330838 6b2 hsa-miR-324-3p-4395272 Target 27.704657 1.8874067 27.704657 19.903767 FALSE 161 59330838 6b2 hsa-miR-324-5p-4373052 Target 28.51527 1.9598842 28.51527 19.903767 FALSE 162 59330838 6b2 hsa-miR-326-4373050 Target Undetermined 0.01564866 40 19.903767 FALSE 163 59330838 6b2 hsa-miR-328-4373049 Target 30.868261 0.9883187 30.868261 19.903767 FALSE 164 59330838 6b2 hsa-miR-329-4373191 Target Undetermined 0.022260396 40 19.903767 FALSE 165 59330838 6b2 hsa-miR-330-3p-4373047 Target 32.39723 0.41637176 32.39723 19.903767 FALSE 166 59330838 6b2 hsa-miR-330-5p-4395341 Target 35.03112 0.16203366 35.03112 19.903767 FALSE 167 59330838 6b2 hsa-miR-331-3p-4373046 Target 27.18966 1.9397712 27.18966 19.903767 FALSE 168 59330838 6b2 hsa-miR-331-5p-4395344 Target 29.024149 0.78236496 29.024149 19.903767 FALSE 169 59330838 6b2 hsa-miR-335-4373045 Target 30.439074 1.6371721 30.439074 19.903767 FALSE 170 59330838 6b2 hsa-miR-337-5p-4395267 Target 29.95289 1.0871797 29.95289 19.903767 FALSE 171 59330838 6b2 hsa-miR-338-3p-4395363 Target 30.106312 1.1267574 30.106312 19.903767 FALSE 172 59330838 6b2 hsa-miR-339-3p-4395295 Target 25.964384 1.8155789 25.964384 19.903767 FALSE 173 59330838 6b2 hsa-miR-339-5p-4395368 Target 31.45175 0.22118933 31.45175 19.903767 FALSE 174 59330838 6b2 hsa-miR-340-4395369 Target 32.212734 1.9348495 32.212734 19.903767 FALSE 175 59330838 6b2 has-miR-155-4395459 Target 22.66063 2.5841088 22.66063 19.903767 FALSE 176 59330838 6b2 hsa-let-7b-4395446 Target 22.357435 1.836632 22.357435 19.903767 FALSE 177 59330838 6b2 hsa-miR-342-3p-4395371 Target 23.222862 1.8847471 23.222862 19.903767 FALSE 178 59330838 6b2 hsa-miR-342-5p-4395258 Target 35.373695 0.11102431 35.373695 19.903767 FALSE 179 59330838 6b2 hsa-miR-345-4395297 Target 27.776884 2.1565597 27.776884 19.903767 FALSE 180 59330838 6b2 hsa-miR-361-5p-4373035 Target 30.26726 1.2000598 30.26726 19.903767 FALSE 181 59330838 6b2 hsa-miR-362-3p-4395228 Target 33.52199 0.9738793 33.52199 19.903767 FALSE 182 59330838 6b2 hsa-miR-362-5p-4378092 Target 28.655672 1.3645177 28.655672 19.903767 FALSE 183 59330838 6b2 hsa-miR-363-4378090 Target Undetermined 0.019511878 40 19.903767 FALSE 184 59330838 6b2 hsa-miR-365-4373194 Target 28.681005 1.4563695 28.681005 19.903767 FALSE 185 59330838 6b2 hsa-miR-367-4373034 Target Undetermined 0.035906486 40 19.903767 FALSE 186 59330838 6b2 hsa-miR-369-3p-4373032 Target Undetermined 0.025738562 40 19.903767 FALSE 187 59330838 6b2 hsa-miR-369-5p-4373195 Target Undetermined 0.007545639 40 19.903767 FALSE 188 59330838 6b2 hsa-miR-370-4395386 Target 26.073782 1.4440936 26.073782 19.903767 FALSE 189 59330838 6b2 hsa-miR-371-3p-4395235 Target Undetermined 0.040276527 40 19.903767 FALSE 190 59330838 6b2 hsa-miR-372-4373029 Target 31.333765 0.08854601 31.333765 19.903767 FALSE 191 59330838 6b2 hsa-miR-373-4378073 Target Undetermined 0.015308698 40 19.903767 FALSE 192 59330838 6b2 hsa-miR-374a-4373028 Target 27.500753 2.685966 27.500753 19.903767 FALSE 193 59330838 6b2 hsa-miR-374b-4381045 Target 26.875591 2.4165764 26.875591 19.903767 FALSE 194 59330838 6b2 hsa-miR-375-4373027 Target 23.846317 2.8423052 23.846317 19.903767 FALSE 195 59330838 6b2 hsa-miR-376a-4373026 Target 30.398344 1.4614909 30.398344 19.903767 FALSE 196 59330838 6b2 hsa-miR-376b-4373196 Target Undetermined 0.061159216 40 19.903767 FALSE 197 59330838 6b2 hsa-miR-377-4373025 Target Undetermined 0.010533895 40 19.903767 FALSE 198 59330838 6b2 hsa-miR-379-4373349 Target 29.943893 1.227709 29.943893 19.903767 FALSE 199 59330838 6b2 hsa-miR-380-4373022 Target Undetermined 0.04443429 40 19.903767 FALSE 200 59330838 6b2 hsa-miR-381-4373020 Target 33.213863 1.9161199 33.213863 19.903767 FALSE 201 59330838 6b2 hsa-miR-382-4373019 Target 38.82492 0.4468848 38.82492 19.903767 FALSE 202 59330838 6b2 hsa-miR-383-4373018 Target 30.928377 0.51800984 30.928377 19.903767 FALSE 203 59330838 6b2 hsa-miR-409-5p-4395442 Target Undetermined 0.023286225 40 19.903767 FALSE 204 59330838 6b2 hsa-miR-410-4378093 Target 31.851364 1.068652 31.851364 19.903767 FALSE 205 59330838 6b2 hsa-miR-411-4381013 Target 29.283306 2.286562 29.283306 19.903767 FALSE 206 59330838 6b2 hsa-miR-422a-4395408 Target Undetermined 0.027269822 40 19.903767 FALSE 207 59330838 6b2 hsa-miR-423-5p-4395451 Target 28.770113 0.96617466 28.770113 19.903767 FALSE 208 59330838 6b2 hsa-miR-424-4373201 Target 33.563995 1.01382 33.563995 19.903767 FALSE 209 59330838 6b2 hsa-miR-425-4380926 Target 26.628527 0.76437235 26.628527 19.903767 FALSE 210 59330838 6b2 hsa-miR-429-4373203 Target 25.751728 2.4992335 25.751728 19.903767 FALSE 211 59330838 6b2 hsa-miR-431-4395173 Target Undetermined 0.039211698 40 19.903767 FALSE 212 59330838 6b2 hsa-miR-433-4373205 Target 31.208447 0.4801341 31.208447 19.903767 FALSE 213 59330838 6b2 hsa-miR-449a-4373207 Target 32.861725 1.1593605 32.861725 19.903767 FALSE 214 59330838 6b2 hsa-miR-449b-4381011 Target 34.064194 0.48195773 34.064194 19.903767 FALSE 215 59330838 6b2 hsa-miR-450a-4395414 Target 33.926155 0.7281225 33.926155 19.903767 FALSE 216 59330838 6b2 hsa-miR-450b-3p-4395319 Target Undetermined 0.030215625 40 19.903767 FALSE 217 59330838 6b2 hsa-miR-450b-5p-4395318 Target Undetermined 0.17741764 40 19.903767 FALSE 218 59330838 6b2 hsa-miR-451-4373360 Target 28.101955 2.3728285 28.101955 19.903767 FALSE 219 59330838 6b2 hsa-miR-452-4395440 Target 30.738127 1.6753693 30.738127 19.903767 FALSE 220 59330838 6b2 hsa-miR-453-4395429 Target Undetermined 0.00901227 40 19.903767 FALSE 221 59330838 6b2 hsa-miR-454-4395434 Target 26.746078 2.4712722 26.746078 19.903767 FALSE 222 59330838 6b2 hsa-miR-455-3p-4395355 Target Undetermined 0.032786127 40 19.903767 FALSE 223 59330838 6b2 hsa-miR-455-5p-4378098 Target 28.859884 1.7607756 28.859884 19.903767 FALSE 224 59330838 6b2 hsa-miR-483-5p-4395449 Target 29.194265 2.1095371 29.194265 19.903767 FALSE 225 59330838 6b2 hsa-miR-484-4381032 Target 23.665997 2.307727 23.665997 19.903767 FALSE 226 59330838 6b2 hsa-miR-485-3p-4378095 Target Undetermined 0.004606027 40 19.903767 FALSE 227 59330838 6b2 hsa-miR-485-5p-4373212 Target Undetermined 0.004033067 40 19.903767 FALSE 228 59330838 6b2 hsa-miR-486-3p-4395204 Target Undetermined 0.015881283 40 19.903767 FALSE 229 59330838 6b2 hsa-miR-486-5p-4378096 Target 29.773487 0.9655833 29.773487 19.903767 FALSE 230 59330838 6b2 hsa-miR-487a-4378097 Target 34.281128 0.1268435 34.281128 19.903767 FALSE 231 59330838 6b2 hsa-miR-487b-4378102 Target Undetermined 0.014471422 40 19.903767 FALSE 232 59330838 6b2 hsa-miR-488-4395468 Target Undetermined 0.02345813 40 19.903767 FALSE 233 59330838 6b2 hsa-miR-489-4395469 Target 29.619543 1.9276234 29.619543 19.903767 FALSE 234 59330838 6b2 hsa-miR-490-3p-4373215 Target Undetermined 0.053626306 40 19.903767 FALSE 235 59330838 6b2 hsa-miR-491-3p-4395471 Target Undetermined 0.005293071 40 19.903767 FALSE 236 59330838 6b2 hsa-miR-491-5p-4381053 Target 29.204716 2.1940777 29.204716 19.903767 FALSE 237 59330838 6b2 hsa-miR-493-4395475 Target 30.32515 1.2158189 30.32515 19.903767 FALSE 238 59330838 6b2 hsa-miR-494-4395476 Target 25.667332 2.4889832 25.667332 19.903767 FALSE 239 59330838 6b2 hsa-miR-495-4381078 Target 31.238302 0.8641559 31.238302 19.903767 FALSE 240 59330838 6b2 hsa-miR-496-4386771 Target Undetermined 0.043709166 40 19.903767 FALSE 241 59330838 6b2 hsa-miR-499-3p-4395538 Target Undetermined -0.01929083 40 19.903767 FALSE 242 59330838 6b2 hsa-miR-499-5p-4381047 Target Undetermined 0.018165946 40 19.903767 FALSE 243 59330838 6b2 hsa-miR-500-4395539 Target 29.251152 1.4268335 29.251152 19.903767 FALSE 244 59330838 6b2 hsa-miR-501-3p-4395546 Target Undetermined -0.009288319 40 19.903767 FALSE 245 59330838 6b2 hsa-miR-501-5p-4373226 Target 27.33547 0.8085188 27.33547 19.903767 FALSE 246 59330838 6b2 hsa-miR-502-3p-4395194 Target 32.719624 1.0086428 32.719624 19.903767 FALSE 247 59330838 6b2 hsa-miR-502-5p-4373227 Target 34.02795 0.13364606 34.02795 19.903767 FALSE 248 59330838 6b2 hsa-miR-503-4373228 Target Undetermined 0.02611353 40 19.903767 FALSE 249 59330838 6b2 hsa-miR-504-4395195 Target Undetermined 0.006534135 40 19.903767 FALSE 250 59330838 6b2 hsa-miR-505-4395200 Target 38.99085 0.10758313 38.99085 19.903767 FALSE 251 59330838 6b2 hsa-miR-507-4373232 Target Undetermined 0.025781646 40 19.903767 FALSE 252 59330838 6b2 hsa-miR-508-3p-4373233 Target Undetermined -0.003540521 40 19.903767 FALSE 253 59330838 6b2 hsa-miR-508-5p-4395203 Target Undetermined 0.014803312 40 19.903767 FALSE 254 59330838 6b2 hsa-miR-509-5p-4395346 Target 35.772713 0.096106976 35.772713 19.903767 FALSE 255 59330838 6b2 hsa-miR-510-4395352 Target Undetermined 0.006560472 40 19.903767 FALSE 256 59330838 6b2 hsa-miR-512-3p-4381034 Target 32.7409 0.66479504 32.7409 19.903767 FALSE 257 59330838 6b2 hsa-miR-512-5p-4373238 Target Undetermined 0.017133847 40 19.903767 FALSE 258 59330838 6b2 hsa-miR-513-5p-4395201 Target Undetermined 0.01565108 40 19.903767 FALSE 259 59330838 6b2 hsa-miR-515-3p-4395480 Target Undetermined -0.012980469 40 19.903767 FALSE 260 59330838 6b2 hsa-miR-515-5p-4373242 Target Undetermined 0.03689349 40 19.903767 FALSE 261 59330838 6b2 hsa-miR-516a-5p-4395527 Target Undetermined 0.022517204 40 19.903767 FALSE 262 59330838 6b2 hsa-miR-516b-4395172 Target Undetermined 0.029497769 40 19.903767 FALSE 263 59330838 6b2 hsa-miR-517a-4395513 Target 31.497355 0.9475699 31.497355 19.903767 FALSE 264 59330838 6b2 hsa-miR-517c-4373264 Target 38.218422 0.10594854 38.218422 19.903767 FALSE 265 59330838 6b2 hsa-miR-518a-3p-4395508 Target Undetermined 0.023148343 40 19.903767 FALSE 266 59330838 6b2 hsa-miR-518a-5p-4395507 Target Undetermined -0.011927202 40 19.903767 FALSE 267 59330838 6b2 hsa-miR-518b-4373246 Target 35.606106 0.20940506 35.606106 19.903767 FALSE 268 59330838 6b2 hsa-miR-518c-4395512 Target Undetermined 0.004094693 40 19.903767 FALSE 269 59330838 6b2 hsa-miR-518d-3p-4373248 Target 37.046124 0.1177336 37.046124 19.903767 FALSE 270 59330838 6b2 hsa-miR-518d-5p-4395500 Target Undetermined 0.015419974 40 19.903767 FALSE 271 59330838 6b2 hsa-miR-518e-4395506 Target 33.419136 1.2704324 33.419136 19.903767 FALSE 272 59330838 6b2 hsa-miR-518f-4395499 Target 30.841091 1.7291371 30.841091 19.903767 FALSE 273 59330838 6b2 hsa-miR-519a-4395526 Target 36.20449 0.21950065 36.20449 19.903767 FALSE 274 59330838 6b2 hsa-miR-519d-4395514 Target 38.032524 0.10878206 38.032524 19.903767 FALSE 275 59330838 6b2 hsa-miR-519e-4395481 Target Undetermined 0.010028207 40 19.903767 FALSE 276 59330838 6b2 hsa-miR-520a-3p-4373268 Target Undetermined 0.02174747 40 19.903767 FALSE 277 59330838 6b2 hsa-miR-520a-5p-4378085 Target Undetermined -0.004827008 40 19.903767 FALSE 278 59330838 6b2 hsa-miR-520d-5p-4395504 Target Undetermined 0.05895754 40 19.903767 FALSE 279 59330838 6b2 hsa-miR-520g-4373257 Target Undetermined -5.80E-04 40 19.903767 FALSE 280 59330838 6b2 hsa-miR-521-4373259 Target Undetermined 0.03222868 40 19.903767 FALSE 281 59330838 6b2 hsa-miR-522-4395524 Target Undetermined 0.037383135 40 19.903767 FALSE 282 59330838 6b2 hsa-miR-523-4395497 Target Undetermined 0.018188098 40 19.903767 FALSE 283 59330838 6b2 hsa-miR-524-5p-4395174 Target Undetermined -0.002377623 40 19.903767 FALSE 284 59330838 6b2 hsa-miR-525-3p-4395496 Target Undetermined -0.007916041 40 19.903767 FALSE 285 59330838 6b2 hsa-miR-525-5p-4378088 Target Undetermined 0.023883058 40 19.903767 FALSE 286 59330838 6b2 hsa-miR-526b-4395493 Target Undetermined 0.018184042 40 19.903767 FALSE 287 59330838 6b2 hsa-miR-532-3p-4395466 Target 28.146544 1.7907944 28.146544 19.903767 FALSE 288 59330838 6b2 hsa-miR-532-5p-4380928 Target 24.562351 2.1015298 24.562351 19.903767 FALSE 289 59330838 6b2 hsa-miR-539-4378103 Target 28.604548 2.2167108 28.604548 19.903767 FALSE 290 59330838 6b2 hsa-miR-541-4395312 Target Undetermined -0.006619474 40 19.903767 FALSE 291 59330838 6b2 hsa-miR-542-3p-4378101 Target Undetermined 0.02144853 40 19.903767 FALSE 292 59330838 6b2 hsa-miR-542-5p-4395351 Target 33.711346 0.4130789 33.711346 19.903767 FALSE 293 59330838 6b2 hsa-miR-544-4395376 Target Undetermined 0.011769108 40 19.903767 FALSE 294 59330838 6b2 hsa-miR-545-4395378 Target 33.417088 0.72848296 33.417088 19.903767 FALSE 295 59330838 6b2 hsa-miR-548a-3p-4380948 Target Undetermined 0.04672143 40 19.903767 FALSE 296 59330838 6b2 hsa-miR-548a-5p-4395523 Target Undetermined 0.005268863 40 19.903767 FALSE 297 59330838 6b2 hsa-miR-548b-3p-4380951 Target Undetermined 0.02542012 40 19.903767 FALSE 298 59330838 6b2 hsa-miR-548b-5p-4395519 Target 30.655437 0.8026153 30.655437 19.903767 FALSE 299 59330838 6b2 hsa-miR-548c-3p-4380993 Target 33.232212 0.74930537 33.232212 19.903767 FALSE 300 59330838 6b2 hsa-miR-548c-5p-4395540 Target 32.288746 0.99486816 32.288746 19.903767 FALSE 301 59330838 6b2 hsa-miR-548d-3p-4381008 Target Undetermined 0.031788293 40 19.903767 FALSE 302 59330838 6b2 hsa-miR-548d-5p-4395348 Target 31.624313 0.7158258 31.624313 19.903767 FALSE 303 59330838 6b2 hsa-miR-551b-4380945 Target Undetermined -4.24E-04 40 19.903767 FALSE 304 59330838 6b2 hsa-miR-556-3p-4395456 Target Undetermined 0.06093124 40 19.903767 FALSE 305 59330838 6b2 hsa-miR-556-5p-4395455 Target Undetermined 0.037975345 40 19.903767 FALSE 306 59330838 6b2 hsa-miR-561-4380938 Target Undetermined 0.004993665 40 19.903767 FALSE 307 59330838 6b2 hsa-miR-570-4395458 Target 35.38483 0.6112283 35.38483 19.903767 FALSE 308 59330838 6b2 hsa-miR-574-3p-4395460 Target 34.134335 0.68070465 34.134335 19.903767 FALSE 309 59330838 6b2 hsa-miR-576-3p-4395462 Target 30.542574 1.528853 30.542574 19.903767 FALSE 310 59330838 6b2 hsa-miR-576-5p-4395461 Target Undetermined 0.004532991 40 19.903767 FALSE 311 59330838 6b2 hsa-miR-579-4395509 Target 31.005438 1.4819051 31.005438 19.903767 FALSE 312 59330838 6b2 hsa-miR-582-3p-4395510 Target Undetermined 0.08144558 40 19.903767 FALSE 313 59330838 6b2 hsa-miR-582-5p-4395175 Target Undetermined 0.042785835 40 19.903767 FALSE 314 59330838 6b2 hsa-miR-589-4395520 Target Undetermined 0.003550082 40 19.903767 FALSE 315 59330838 6b2 hsa-miR-590-5p-4395176 Target 27.466316 2.642679 27.466316 19.903767 FALSE 316 59330838 6b2 hsa-miR-597-4380960 Target 32.19499 0.96587664 32.19499 19.903767 FALSE 317 59330838 6b2 hsa-miR-598-4395179 Target 36.226532 0.37519923 36.226532 19.903767 FALSE 318 59330838 6b2 hsa-miR-615-3p-4386777 Target Undetermined -0.010732848 40 19.903767 FALSE 319 59330838 6b2 hsa-miR-615-5p-4395464 Target 35.267372 0.12433618 35.267372 19.903767 FALSE 320 59330838 6b2 hsa-miR-616-4395525 Target Undetermined 0.0450003 40 19.903767 FALSE 321 59330838 6b2 hsa-miR-618-4380996 Target 33.41182 1.1935127 33.41182 19.903767 FALSE 322 59330838 6b2 hsa-miR-624-4395541 Target Undetermined 0.016741129 40 19.903767 FALSE 323 59330838 6b2 hsa-miR-625-4395542 Target 29.024124 1.326313 29.024124 19.903767 FALSE 324 59330838 6b2 hsa-miR-627-4380967 Target 33.644386 1.5694408 33.644386 19.903767 FALSE 325 59330838 6b2 hsa-miR-628-5p-4395544 Target 30.958906 2.3020885 30.958906 19.903767 FALSE 326 59330838 6b2 hsa-miR-629-4395547 Target 29.555561 1.4035224 29.555561 19.903767 FALSE 327 59330838 6b2 hsa-miR-636-4395199 Target 33.28155 0.44711456 33.28155 19.903767 FALSE 328 59330838 6b2 hsa-miR-642-4380995 Target 30.715029 1.4135141 30.715029 19.903767 FALSE 329 59330838 6b2 hsa-miR-651-4381007 Target Undetermined 0.014578553 40 19.903767 FALSE 330 59330838 6b2 hsa-miR-652-4395463 Target 30.442957 1.1015342 30.442957 19.903767 FALSE 331 59330838 6b2 hsa-miR-653-4395403 Target Undetermined 0.001710149 40 19.903767 FALSE 332 59330838 6b2 hsa-miR-654-3p-4395350 Target Undetermined 0.01933946 40 19.903767 FALSE 333 59330838 6b2 hsa-miR-654-5p-4381014 Target Undetermined 0.04522488 40 19.903767 FALSE 334 59330838 6b2 hsa-miR-655-4381015 Target 39.160057 0.26556596 39.160057 19.903767 FALSE 335 59330838 6b2 hsa-miR-660-4380925 Target 28.212715 1.6016552 28.212715 19.903767 FALSE 336 59330838 6b2 hsa-miR-671-3p-4395433 Target 30.776794 1.1922594 30.776794 19.903767 FALSE 337 59330838 6b2 hsa-miR-672-4395438 Target Undetermined 0.028133543 40 19.903767 FALSE 338 59330838 6b2 hsa-miR-674-4395193 Target Undetermined -0.00387642 40 19.903767 FALSE 339 59330838 6b2 hsa-miR-708-4395452 Target 28.027626 2.4785893 28.027626 19.903767 FALSE 340 59330838 6b2 hsa-miR-744-4395435 Target 28.715351 2.6814957 28.715351 19.903767 FALSE 341 59330838 6b2 hsa-miR-758-4395180 Target 36.59108 0.2220371 36.59108 19.903767 FALSE 342 59330838 6b2 hsa-miR-871-4395465 Target Undetermined 0.003587792 40 19.903767 FALSE 343 59330838 6b2 hsa-miR-872-4395375 Target Undetermined -0.040473133 40 19.903767 FALSE 344 59330838 6b2 hsa-miR-873-4395467 Target Undetermined -0.01697108 40 19.903767 FALSE 345 59330838 6b2 hsa-miR-874-4395379 Target 29.429243 0.3636255 29.429243 19.903767 FALSE 346 59330838 6b2 hsa-miR-875-3p-4395315 Target Undetermined 0.043211818 40 19.903767 FALSE 347 59330838 6b2 hsa-miR-876-3p-4395336 Target Undetermined 0.024501672 40 19.903767 FALSE 348 59330838 6b2 hsa-miR-876-5p-4395316 Target Undetermined 0.061392277 40 19.903767 FALSE 349 59330838 6b2 hsa-miR-885-3p-4395483 Target Undetermined 0.035027757 40 19.903767 FALSE 350 59330838 6b2 hsa-miR-885-5p-4395407 Target 36.30312 0.25563028 36.30312 19.903767 FALSE 351 59330838 6b2 hsa-miR-886-3p-4395305 Target 24.568897 1.2530539 24.568897 19.903767 FALSE 352 59330838 6b2 hsa-miR-886-5p-4395304 Target 23.777098 2.041644 23.777098 19.903767 FALSE 353 59330838 6b2 hsa-miR-887-4395485 Target 31.006037 0.14484338 31.006037 19.903767 FALSE 354 59330838 6b2 hsa-miR-888-4395323 Target Undetermined 0.0018321 40 19.903767 FALSE 355 59330838 6b2 hsa-miR-889-4395313 Target Undetermined 0.027821155 40 19.903767 FALSE 356 59330838 6b2 hsa-miR-890-4395320 Target Undetermined 0.02202002 40 19.903767 FALSE 357 59330838 6b2 hsa-miR-891a-4395302 Target 33.535164 0.19757909 33.535164 19.903767 FALSE 358 59330838 6b2 hsa-miR-891b-4395321 Target Undetermined -0.012647184 40 19.903767 FALSE 359 59330838 6b2 hsa-miR-892a-4395306 Target Undetermined 0.03150855 40 19.903767 FALSE 360 59330838 6b2 hsa-miR-147-4373131 Target Undetermined 0.005180167 40 19.903767 FALSE 361 59330838 6b2 hsa-miR-208-4373091 Target Undetermined 0.00969164 40 19.903767 FALSE 362 59330838 6b2 hsa-miR-211-4373088 Target Undetermined -0.03612621 40 19.903767 FALSE 363 59330838 6b2 hsa-miR-212-4373087 Target 27.337418 1.8407437 27.337418 19.903767 FALSE 364 59330838 6b2 hsa-miR-219-1-3p-4395206 Target 31.96888 0.6345356 31.96888 19.903767 FALSE 365 59330838 6b2 hsa-miR-219-2-3p-4395501 Target Undetermined 0.005263327 40 19.903767 FALSE 366 59330838 6b2 hsa-miR-220-4373078 Target Undetermined -0.010460413 40 19.903767 FALSE 367 59330838 6b2 hsa-miR-220b-4395317 Target Undetermined 0.009445242 40 19.903767 FALSE 368 59330838 6b2 hsa-miR-220c-4395322 Target 32.360325 0.12529033 32.360325 19.903767 FALSE 369 59330838 6b2 hsa-miR-298-4395301 Target Undetermined 0.010679557 40 19.903767 FALSE 370 59330838 6b2 hsa-miR-325-4373051 Target Undetermined 0.0333403 40 19.903767 FALSE 371 59330838 6b2 hsa-miR-346-4373038 Target Undetermined 0.07897539 40 20.096233 19.903767 FALSE 372 59330838 6b2 hsa-miR-376c-4395233 Target 29.174547 1.2581806 29.174547 19.903767 FALSE 373 59330838 6b2 hsa-miR-384-4373017 Target Undetermined -0.012582151 40 19.903767 FALSE 374 59330838 6b2 hsa-miR-412-4373199 Target Undetermined 0.010940168 40 19.903767 FALSE 375 59330838 6b2 hsa-miR-448-4373206 Target Undetermined 0.014590398 40 19.903767 FALSE 376 59330838 6b2 hsa-miR-492-4373217 Target 28.7286 0.6305347 28.7286 19.903767 FALSE 377 59330838 6b2 hsa-miR-506-4373231 Target Undetermined 0.004203089 40 19.903767 FALSE 378 59330838 6b2 hsa-miR-509-3-5p-4395266 Target Undetermined 3.41E-04 40 19.903767 FALSE 379 59330838 6b2 hsa-miR-511-4373236 Target 30.772991 1.2696065 30.772991 19.903767 FALSE 380 59330838 6b2 hsa-miR-517b-4373244 Target Undetermined 0.02449863 40 19.903767 FALSE 381 59330838 6b2 hsa-miR-519c-3p-4373251 Target Undetermined 0.012910144 40 19.903767 FALSE 382 59330838 6b2 hsa-miR-520b-4373252 Target 34.557693 0.18188483 34.557693 19.903767 FALSE 383 59330838 6b2 hsa-miR-520e-4373255 Target Undetermined 0.016240064 40 19.903767 FALSE 384 59330838 6b2 hsa-miR-520f-4373256 Target Undetermined 0.004330635 40 19.903767 FALSE \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/GSM628106_7b.txt Thu Oct 10 04:24:43 2019 -0400 @@ -0,0 +1,1 @@ +SDS 2.3 RQ Results 1.2 Filename Testscreen analys all.sdm Assay Type RQ Study EmbeddedFile FileA Run DateTime Fri May 15 17:10:28 BST 2009 Operator ThermalCycleParams EmbeddedFile FileB Run DateTime Sat May 16 10:36:09 BST 2009 Operator ThermalCycleParams EmbeddedFile FileC Run DateTime Sun May 17 13:21:05 BST 2009 Operator ThermalCycleParams # Plate Sample Detector Task Avg Ct Delta Ct Avg Delta Ct ?Ct SE Delta Delta Ct SD RQ RQ Min RQ Max Omit 1 59330892 7b hsa-let-7a-4373169 Target 23.230196 1.4174683 23.230196 17.580067 FALSE 2 59330892 7b hsa-let-7c-4373167 Target 24.836447 2.3656924 24.836447 17.580067 FALSE 3 59330892 7b hsa-let-7d-4395394 Target 23.69818 2.4071069 23.69818 17.580067 FALSE 4 59330892 7b hsa-let-7e-4395517 Target 20.700241 2.2259467 20.700241 17.580067 FALSE 5 59330892 7b hsa-let-7f-4373164 Target 25.776371 0.7829 25.776371 17.580067 FALSE 6 59330892 7b hsa-let-7g-4395393 Target 23.935917 2.4858255 23.935917 17.580067 FALSE 7 59330892 7b hsa-miR-1-4395333 Target 32.642857 1.4520943 32.642857 17.580067 FALSE 8 59330892 7b hsa-miR-9-4373285 Target 25.007343 1.927499 25.007343 17.580067 FALSE 9 59330892 7b hsa-miR-10a-4373153 Target 24.991041 2.2197754 24.991041 17.580067 FALSE 10 59330892 7b hsa-miR-10b-4395329 Target 21.978521 2.4147487 21.978521 17.580067 FALSE 11 59330892 7b MammU6-4395470 Endogenous Control 17.594809 1.6758196 17.580067 0.06744321 17.580067 FALSE 12 59330892 7b MammU6-4395470 Endogenous Control 17.762774 1.6223893 17.580067 0.06744321 17.580067 FALSE 13 59330892 7b hsa-miR-15a-4373123 Target 26.70493 1.251693 26.70493 17.580067 FALSE 14 59330892 7b hsa-miR-15b-4373122 Target 24.403683 2.204359 24.403683 17.580067 FALSE 15 59330892 7b hsa-miR-16-4373121 Target 20.79754 2.4887123 20.79754 17.580067 FALSE 16 59330892 7b hsa-miR-17-4395419 Target 20.323738 2.7775617 20.323738 17.580067 FALSE 17 59330892 7b hsa-miR-18a-4395533 Target 25.520365 2.45963 25.520365 17.580067 FALSE 18 59330892 7b hsa-miR-18b-4395328 Target 27.280891 0.5812403 27.280891 17.580067 FALSE 19 59330892 7b hsa-miR-19a-4373099 Target 25.18964 1.6134199 25.18964 17.580067 FALSE 20 59330892 7b hsa-miR-19b-4373098 Target 20.235266 2.0937016 20.235266 17.580067 FALSE 21 59330892 7b hsa-miR-20a-4373286 Target 22.310343 2.3825521 22.310343 17.580067 FALSE 22 59330892 7b hsa-miR-20b-4373263 Target 24.607977 2.2402205 24.607977 17.580067 FALSE 23 59330892 7b hsa-miR-21-4373090 Target 21.64596 1.9564254 21.64596 17.580067 FALSE 24 59330892 7b hsa-miR-22-4373079 Target 23.739725 0.96829677 23.739725 17.580067 FALSE 25 59330892 7b hsa-miR-23a-4373074 Target 27.436995 0.35376963 27.436995 17.580067 FALSE 26 59330892 7b hsa-miR-23b-4373073 Target 26.752922 0.9662114 26.752922 17.580067 FALSE 27 59330892 7b hsa-miR-24-4373072 Target 19.993769 2.6284018 19.993769 17.580067 FALSE 28 59330892 7b hsa-miR-25-4373071 Target 24.825562 3.8719738 24.825562 17.580067 FALSE 29 59330892 7b hsa-miR-26a-4395166 Target 20.544468 2.5685508 20.544468 17.580067 FALSE 30 59330892 7b hsa-miR-26b-4395167 Target 24.169895 2.1761272 24.169895 17.580067 FALSE 31 59330892 7b hsa-miR-27a-4373287 Target 23.584627 3.182317 23.584627 17.580067 FALSE 32 59330892 7b hsa-miR-27b-4373068 Target 24.627415 3.3645747 24.627415 17.580067 FALSE 33 59330892 7b hsa-miR-28-3p-4395557 Target 22.84545 2.8817573 22.84545 17.580067 FALSE 34 59330892 7b hsa-miR-28-5p-4373067 Target 25.290056 2.3335485 25.290056 17.580067 FALSE 35 59330892 7b MammU6-4395470 Endogenous Control 17.50865 1.7633749 17.580067 0.06744321 17.580067 FALSE 36 59330892 7b MammU6-4395470 Endogenous Control 17.454037 1.8710887 17.580067 0.06744321 17.580067 FALSE 37 59330892 7b hsa-miR-29a-4395223 Target 21.847584 2.5449445 21.847584 17.580067 FALSE 38 59330892 7b hsa-miR-29b-4373288 Target 27.100893 1.8597629 27.100893 17.580067 FALSE 39 59330892 7b hsa-miR-29c-4395171 Target 23.982044 2.5994487 23.982044 17.580067 FALSE 40 59330892 7b hsa-miR-30b-4373290 Target 19.06345 2.784269 19.06345 17.580067 FALSE 41 59330892 7b hsa-miR-30c-4373060 Target 19.43816 2.520477 19.43816 17.580067 FALSE 42 59330892 7b hsa-miR-31-4395390 Target 28.189528 1.4451153 28.189528 17.580067 FALSE 43 59330892 7b hsa-miR-32-4395220 Target 30.077442 1.6323142 30.077442 17.580067 FALSE 44 59330892 7b hsa-miR-33b-4395196 Target Undetermined 0.043659113 40 17.580067 FALSE 45 59330892 7b hsa-miR-34a-4395168 Target 23.821558 2.6428676 23.821558 17.580067 FALSE 46 59330892 7b hsa-miR-34c-5p-4373036 Target 28.114481 0.9897023 28.114481 17.580067 FALSE 47 59330892 7b hsa-miR-92a-4395169 Target 22.744009 2.3735402 22.744009 17.580067 FALSE 48 59330892 7b hsa-miR-93-4373302 Target 25.011679 2.1818361 25.011679 17.580067 FALSE 49 59330892 7b hsa-miR-95-4373011 Target 24.822636 2.4656918 24.822636 17.580067 FALSE 50 59330892 7b hsa-miR-96-4373372 Target 31.64129 1.4209313 31.64129 17.580067 FALSE 51 59330892 7b hsa-miR-98-4373009 Target 25.685656 0.43623677 25.685656 17.580067 FALSE 52 59330892 7b hsa-miR-99a-4373008 Target 23.930658 1.7442738 23.930658 17.580067 FALSE 53 59330892 7b hsa-miR-99b-4373007 Target 22.507132 1.0113525 22.507132 17.580067 FALSE 54 59330892 7b hsa-miR-100-4373160 Target 24.791605 1.8466532 24.791605 17.580067 FALSE 55 59330892 7b hsa-miR-101-4395364 Target 27.987638 2.6578925 27.987638 17.580067 FALSE 56 59330892 7b hsa-miR-103-4373158 Target 25.048712 2.0217261 25.048712 17.580067 FALSE 57 59330892 7b hsa-miR-105-4395278 Target 28.785887 1.0941969 28.785887 17.580067 FALSE 58 59330892 7b hsa-miR-106a-4395280 Target 20.274506 3.0350895 20.274506 17.580067 FALSE 59 59330892 7b RNU44-4373384 Target 23.943785 1.05614 23.943785 17.580067 FALSE 60 59330892 7b hsa-miR-106b-4373155 Target 23.81122 2.2738717 23.81122 17.580067 FALSE 61 59330892 7b hsa-miR-107-4373154 Target 27.70183 1.2409513 27.70183 17.580067 FALSE 62 59330892 7b hsa-miR-122-4395356 Target Undetermined 0.052546773 40 17.580067 FALSE 63 59330892 7b hsa-miR-124-4373295 Target 36.566013 0.326832 36.566013 17.580067 FALSE 64 59330892 7b hsa-miR-125a-3p-4395310 Target 29.359648 1.8736994 29.359648 17.580067 FALSE 65 59330892 7b hsa-miR-125a-5p-4395309 Target 25.779963 2.2820048 25.779963 17.580067 FALSE 66 59330892 7b hsa-miR-125b-4373148 Target 24.297276 2.0936701 24.297276 17.580067 FALSE 67 59330892 7b hsa-miR-126-4395339 Target 20.381578 2.5940354 20.381578 17.580067 FALSE 68 59330892 7b hsa-miR-127-3p-4373147 Target 22.429386 2.331443 22.429386 17.580067 FALSE 69 59330892 7b hsa-miR-127-5p-4395340 Target 33.01007 1.148362 33.01007 17.580067 FALSE 70 59330892 7b hsa-miR-128-4395327 Target 27.210323 1.8113798 27.210323 17.580067 FALSE 71 59330892 7b hsa-miR-129-3p-4373297 Target 37.465584 0.1335862 37.465584 17.580067 FALSE 72 59330892 7b hsa-miR-129-5p-4373171 Target 38.0551 0.25077137 38.0551 17.580067 FALSE 73 59330892 7b hsa-miR-130a-4373145 Target 25.27504 2.015335 25.27504 17.580067 FALSE 74 59330892 7b hsa-miR-130b-4373144 Target 24.755583 1.7679149 24.755583 17.580067 FALSE 75 59330892 7b hsa-miR-132-4373143 Target 22.743496 2.9408185 22.743496 17.580067 FALSE 76 59330892 7b hsa-miR-133a-4395357 Target 27.230396 1.5683913 27.230396 17.580067 FALSE 77 59330892 7b hsa-miR-133b-4395358 Target 30.498953 1.015353 30.498953 17.580067 FALSE 78 59330892 7b hsa-miR-134-4373299 Target 23.457285 1.1596509 23.457285 17.580067 FALSE 79 59330892 7b hsa-miR-135a-4373140 Target 25.91133 2.107809 25.91133 17.580067 FALSE 80 59330892 7b hsa-miR-135b-4395372 Target 26.379093 2.7766135 26.379093 17.580067 FALSE 81 59330892 7b hsa-miR-136-4373173 Target 35.181133 0.89076096 35.181133 17.580067 FALSE 82 59330892 7b hsa-miR-137-4373301 Target Undetermined 0.051260673 40 17.580067 FALSE 83 59330892 7b hsa-miR-138-4395395 Target 27.97486 2.847459 27.97486 17.580067 FALSE 84 59330892 7b hsa-miR-139-3p-4395424 Target 26.916536 0.43510953 26.916536 17.580067 FALSE 85 59330892 7b hsa-miR-139-5p-4395400 Target 24.361254 1.83538 24.361254 17.580067 FALSE 86 59330892 7b hsa-miR-140-3p-4395345 Target 26.485674 1.5985367 26.485674 17.580067 FALSE 87 59330892 7b hsa-miR-140-5p-4373374 Target 23.08619 2.334683 23.08619 17.580067 FALSE 88 59330892 7b hsa-miR-141-4373137 Target 24.96851 2.2396357 24.96851 17.580067 FALSE 89 59330892 7b hsa-miR-142-3p-4373136 Target 22.025934 2.241823 22.025934 17.580067 FALSE 90 59330892 7b hsa-miR-142-5p-4395359 Target 28.766375 1.7931137 28.766375 17.580067 FALSE 91 59330892 7b hsa-miR-143-4395360 Target 22.53111 2.7397215 22.53111 17.580067 FALSE 92 59330892 7b hsa-miR-145-4395389 Target 19.198708 1.9761429 19.198708 17.580067 FALSE 93 59330892 7b hsa-miR-146a-4373132 Target 22.489952 2.4378388 22.489952 17.580067 FALSE 94 59330892 7b hsa-miR-146b-3p-4395472 Target 30.460941 1.0750561 30.460941 17.580067 FALSE 95 59330892 7b hsa-miR-146b-5p-4373178 Target 21.409765 2.4893258 21.409765 17.580067 FALSE 96 59330892 7b hsa-miR-147b-4395373 Target Undetermined 0.04398938 40 17.580067 FALSE 97 59330892 7b hsa-miR-148a-4373130 Target 25.389793 1.8410486 25.389793 17.580067 FALSE 98 59330892 7b hsa-miR-148b-4373129 Target 27.16156 1.1207162 27.16156 17.580067 FALSE 99 59330892 7b hsa-miR-149-4395366 Target 25.346437 1.2548113 25.346437 17.580067 FALSE 100 59330892 7b hsa-miR-150-4373127 Target 19.804169 2.389753 19.804169 17.580067 FALSE 101 59330892 7b hsa-miR-152-4395170 Target 26.092863 2.8843586 26.092863 17.580067 FALSE 102 59330892 7b hsa-miR-153-4373305 Target 32.989964 1.4221222 32.989964 17.580067 FALSE 103 59330892 7b hsa-miR-154-4373270 Target 28.313223 0.77833843 28.313223 17.580067 FALSE 104 59330892 7b hsa-miR-181a-4373117 Target 24.971382 1.1253724 24.971382 17.580067 FALSE 105 59330892 7b hsa-miR-181c-4373115 Target 29.853762 0.65221995 29.853762 17.580067 FALSE 106 59330892 7b hsa-miR-182-4395445 Target 27.744131 2.0572774 27.744131 17.580067 FALSE 107 59330892 7b RNU48-4373383 Target 21.21373 2.3573394 21.21373 17.580067 FALSE 108 59330892 7b hsa-miR-183-4395380 Target 28.153698 1.1029525 28.153698 17.580067 FALSE 109 59330892 7b hsa-miR-184-4373113 Target 30.96035 2.3095007 30.96035 17.580067 FALSE 110 59330892 7b hsa-miR-185-4395382 Target 25.995253 2.1661477 25.995253 17.580067 FALSE 111 59330892 7b hsa-miR-186-4395396 Target 22.838215 2.6044505 22.838215 17.580067 FALSE 112 59330892 7b hsa-miR-187-4373307 Target 28.792768 0.40148908 28.792768 17.580067 FALSE 113 59330892 7b hsa-miR-188-3p-4395217 Target Undetermined 0.07278515 40 17.580067 FALSE 114 59330892 7b hsa-miR-190-4373110 Target 31.20642 1.7062964 31.20642 17.580067 FALSE 115 59330892 7b hsa-miR-191-4395410 Target 18.921663 2.6542997 18.921663 17.580067 FALSE 116 59330892 7b hsa-miR-192-4373108 Target 25.964752 2.2373319 25.964752 17.580067 FALSE 117 59330892 7b hsa-miR-193a-3p-4395361 Target 31.202671 1.6000707 31.202671 17.580067 FALSE 118 59330892 7b hsa-miR-193a-5p-4395392 Target 28.648293 1.6538255 28.648293 17.580067 FALSE 119 59330892 7b hsa-miR-193b-4395478 Target 23.388477 1.8872213 23.388477 17.580067 FALSE 120 59330892 7b hsa-miR-194-4373106 Target 29.5716 2.3788633 29.5716 17.580067 FALSE 121 59330892 7b hsa-miR-195-4373105 Target 23.838264 2.794961 23.838264 17.580067 FALSE 122 59330892 7b hsa-miR-196b-4395326 Target 32.11623 0.7290713 32.11623 17.580067 FALSE 123 59330892 7b hsa-miR-197-4373102 Target 25.18778 0.9598416 25.18778 17.580067 FALSE 124 59330892 7b hsa-miR-198-4395384 Target 30.817923 0.95949703 30.817923 17.580067 FALSE 125 59330892 7b hsa-miR-199a-5p-4373272 Target 28.609838 1.3993312 28.609838 17.580067 FALSE 126 59330892 7b hsa-miR-199a-3p-4395415 Target 23.912004 2.1279392 23.912004 17.580067 FALSE 127 59330892 7b hsa-miR-199b-5p-4373100 Target 32.656296 0.8844344 32.656296 17.580067 FALSE 128 59330892 7b hsa-miR-200a-4378069 Target 19.531748 3.0164857 19.531748 17.580067 FALSE 129 59330892 7b hsa-miR-200b-4395362 Target 21.409271 1.7654016 21.409271 17.580067 FALSE 130 59330892 7b hsa-miR-200c-4395411 Target 21.902992 1.593045 21.902992 17.580067 FALSE 131 59330892 7b hsa-miR-202-4395474 Target Undetermined 0.08588157 40 17.580067 FALSE 132 59330892 7b hsa-miR-203-4373095 Target 32.041832 1.8446397 32.041832 17.580067 FALSE 133 59330892 7b hsa-miR-204-4373094 Target 27.928137 2.127628 27.928137 17.580067 FALSE 134 59330892 7b hsa-miR-205-4373093 Target 27.229403 1.9301288 27.229403 17.580067 FALSE 135 59330892 7b hsa-miR-208b-4395401 Target 33.380974 1.073688 33.380974 17.580067 FALSE 136 59330892 7b hsa-miR-210-4373089 Target 22.69275 1.1705459 22.69275 17.580067 FALSE 137 59330892 7b hsa-miR-214-4395417 Target 23.019789 2.3580375 23.019789 17.580067 FALSE 138 59330892 7b hsa-miR-215-4373084 Target 28.554272 0.60046273 28.554272 17.580067 FALSE 139 59330892 7b hsa-miR-216a-4395331 Target 28.788765 1.5115168 28.788765 17.580067 FALSE 140 59330892 7b hsa-miR-216b-4395437 Target 28.57588 1.7613612 28.57588 17.580067 FALSE 141 59330892 7b hsa-miR-217-4395448 Target 29.138393 1.4119033 29.138393 17.580067 FALSE 142 59330892 7b hsa-miR-218-4373081 Target 26.17961 2.258208 26.17961 17.580067 FALSE 143 59330892 7b hsa-miR-219-5p-4373080 Target Undetermined 0.04806623 40 17.580067 FALSE 144 59330892 7b hsa-miR-221-4373077 Target 25.917938 1.6798722 25.917938 17.580067 FALSE 145 59330892 7b hsa-miR-222-4395387 Target 18.998425 3.4133806 18.998425 17.580067 FALSE 146 59330892 7b hsa-miR-223-4395406 Target 21.1974 2.7291663 21.1974 17.580067 FALSE 147 59330892 7b hsa-miR-224-4395210 Target 26.850723 1.9066501 26.850723 17.580067 FALSE 148 59330892 7b hsa-miR-296-3p-4395212 Target Undetermined 0.06172765 40 17.580067 FALSE 149 59330892 7b hsa-miR-296-5p-4373066 Target 29.101004 0.6826494 29.101004 17.580067 FALSE 150 59330892 7b hsa-miR-299-3p-4373189 Target Undetermined 0.04008722 40 17.580067 FALSE 151 59330892 7b hsa-miR-299-5p-4373188 Target 30.549423 1.1115845 30.549423 17.580067 FALSE 152 59330892 7b hsa-miR-301a-4373064 Target 23.599905 1.9501525 23.599905 17.580067 FALSE 153 59330892 7b hsa-miR-301b-4395503 Target 28.132767 2.0127437 28.132767 17.580067 FALSE 154 59330892 7b hsa-miR-302a-4378070 Target Undetermined 0.012301882 40 17.580067 FALSE 155 59330892 7b ath-miR159a-4373390 Target Undetermined 0.042292193 40 17.580067 FALSE 156 59330892 7b hsa-miR-302b-4378071 Target Undetermined 0.041627 40 17.580067 FALSE 157 59330892 7b hsa-miR-302c-4378072 Target Undetermined 0.061655965 40 17.580067 FALSE 158 59330892 7b hsa-miR-320-4395388 Target 20.474642 2.5643177 20.474642 17.580067 FALSE 159 59330892 7b hsa-miR-323-3p-4395338 Target 24.158522 1.711176 24.158522 17.580067 FALSE 160 59330892 7b hsa-miR-324-3p-4395272 Target 25.726492 2.0846367 25.726492 17.580067 FALSE 161 59330892 7b hsa-miR-324-5p-4373052 Target 25.064087 2.0987782 25.064087 17.580067 FALSE 162 59330892 7b hsa-miR-326-4373050 Target 31.782383 0.22256966 31.782383 17.580067 FALSE 163 59330892 7b hsa-miR-328-4373049 Target 27.46382 1.4914322 27.46382 17.580067 FALSE 164 59330892 7b hsa-miR-329-4373191 Target 28.285145 1.339944 28.285145 17.580067 FALSE 165 59330892 7b hsa-miR-330-3p-4373047 Target 29.10387 0.620449 29.10387 17.580067 FALSE 166 59330892 7b hsa-miR-330-5p-4395341 Target 32.506844 0.28227377 32.506844 17.580067 FALSE 167 59330892 7b hsa-miR-331-3p-4373046 Target 25.106182 2.0352373 25.106182 17.580067 FALSE 168 59330892 7b hsa-miR-331-5p-4395344 Target 30.176588 0.52006036 30.176588 17.580067 FALSE 169 59330892 7b hsa-miR-335-4373045 Target 25.529438 1.9588697 25.529438 17.580067 FALSE 170 59330892 7b hsa-miR-337-5p-4395267 Target 26.318941 1.9659995 26.318941 17.580067 FALSE 171 59330892 7b hsa-miR-338-3p-4395363 Target 30.07536 1.015624 30.07536 17.580067 FALSE 172 59330892 7b hsa-miR-339-3p-4395295 Target 25.144842 1.7231337 25.144842 17.580067 FALSE 173 59330892 7b hsa-miR-339-5p-4395368 Target 27.133703 0.63373226 27.133703 17.580067 FALSE 174 59330892 7b hsa-miR-340-4395369 Target 28.108948 2.2180188 28.108948 17.580067 FALSE 175 59330892 7b has-miR-155-4395459 Target 22.962395 2.298258 22.962395 17.580067 FALSE 176 59330892 7b hsa-let-7b-4395446 Target 20.017818 2.1447453 20.017818 17.580067 FALSE 177 59330892 7b hsa-miR-342-3p-4395371 Target 19.611422 1.921583 19.611422 17.580067 FALSE 178 59330892 7b hsa-miR-342-5p-4395258 Target 30.19164 0.3587919 30.19164 17.580067 FALSE 179 59330892 7b hsa-miR-345-4395297 Target 24.711096 2.144487 24.711096 17.580067 FALSE 180 59330892 7b hsa-miR-361-5p-4373035 Target 25.569666 2.4546068 25.569666 17.580067 FALSE 181 59330892 7b hsa-miR-362-3p-4395228 Target 28.78504 2.188568 28.78504 17.580067 FALSE 182 59330892 7b hsa-miR-362-5p-4378092 Target 28.145187 1.3393855 28.145187 17.580067 FALSE 183 59330892 7b hsa-miR-363-4378090 Target 29.32276 1.6930777 29.32276 17.580067 FALSE 184 59330892 7b hsa-miR-365-4373194 Target 25.18492 1.6701773 25.18492 17.580067 FALSE 185 59330892 7b hsa-miR-367-4373034 Target Undetermined 0.031399954 40 17.580067 FALSE 186 59330892 7b hsa-miR-369-3p-4373032 Target 31.219519 1.0998666 31.219519 17.580067 FALSE 187 59330892 7b hsa-miR-369-5p-4373195 Target 29.897526 1.8068453 29.897526 17.580067 FALSE 188 59330892 7b hsa-miR-370-4395386 Target 23.085201 2.0679402 23.085201 17.580067 FALSE 189 59330892 7b hsa-miR-371-3p-4395235 Target Undetermined 0.04274751 40 17.580067 FALSE 190 59330892 7b hsa-miR-372-4373029 Target Undetermined 0.09479437 40 17.580067 FALSE 191 59330892 7b hsa-miR-373-4378073 Target Undetermined 0.023626368 40 17.580067 FALSE 192 59330892 7b hsa-miR-374a-4373028 Target 24.591808 2.8475826 24.591808 17.580067 FALSE 193 59330892 7b hsa-miR-374b-4381045 Target 23.534557 2.741847 23.534557 17.580067 FALSE 194 59330892 7b hsa-miR-375-4373027 Target 17.974388 2.7420397 17.974388 17.580067 FALSE 195 59330892 7b hsa-miR-376a-4373026 Target 22.444792 2.3500278 22.444792 17.580067 FALSE 196 59330892 7b hsa-miR-376b-4373196 Target 31.323198 0.52146745 31.323198 17.580067 FALSE 197 59330892 7b hsa-miR-377-4373025 Target Undetermined 0.11122232 40 17.580067 FALSE 198 59330892 7b hsa-miR-379-4373349 Target 25.85767 2.105432 25.85767 17.580067 FALSE 199 59330892 7b hsa-miR-380-4373022 Target Undetermined 0.0388589 40 17.580067 FALSE 200 59330892 7b hsa-miR-381-4373020 Target 30.87604 2.4066281 30.87604 17.580067 FALSE 201 59330892 7b hsa-miR-382-4373019 Target 26.30033 1.6350105 26.30033 17.580067 FALSE 202 59330892 7b hsa-miR-383-4373018 Target Undetermined 0.021668976 40 17.580067 FALSE 203 59330892 7b hsa-miR-409-5p-4395442 Target 30.265974 1.2479484 30.265974 17.580067 FALSE 204 59330892 7b hsa-miR-410-4378093 Target 24.793133 2.0386505 24.793133 17.580067 FALSE 205 59330892 7b hsa-miR-411-4381013 Target 23.4468 2.4124992 23.4468 17.580067 FALSE 206 59330892 7b hsa-miR-422a-4395408 Target Undetermined 0.031435587 40 17.580067 FALSE 207 59330892 7b hsa-miR-423-5p-4395451 Target 28.202059 0.92213595 28.202059 17.580067 FALSE 208 59330892 7b hsa-miR-424-4373201 Target 31.718172 1.3762317 31.718172 17.580067 FALSE 209 59330892 7b hsa-miR-425-4380926 Target 24.680237 0.9621654 24.680237 17.580067 FALSE 210 59330892 7b hsa-miR-429-4373203 Target 23.686737 2.7248676 23.686737 17.580067 FALSE 211 59330892 7b hsa-miR-431-4395173 Target 26.729544 1.066168 26.729544 17.580067 FALSE 212 59330892 7b hsa-miR-433-4373205 Target 24.92281 1.9816703 24.92281 17.580067 FALSE 213 59330892 7b hsa-miR-449a-4373207 Target 27.962849 2.3840964 27.962849 17.580067 FALSE 214 59330892 7b hsa-miR-449b-4381011 Target 30.226967 0.9590833 30.226967 17.580067 FALSE 215 59330892 7b hsa-miR-450a-4395414 Target 32.19377 1.0548416 32.19377 17.580067 FALSE 216 59330892 7b hsa-miR-450b-3p-4395319 Target Undetermined 0.02913928 40 17.580067 FALSE 217 59330892 7b hsa-miR-450b-5p-4395318 Target 32.730064 0.82116765 32.730064 17.580067 FALSE 218 59330892 7b hsa-miR-451-4373360 Target 26.45085 2.3738258 26.45085 17.580067 FALSE 219 59330892 7b hsa-miR-452-4395440 Target 29.671402 1.9286286 29.671402 17.580067 FALSE 220 59330892 7b hsa-miR-453-4395429 Target 35.453506 0.2661488 35.453506 17.580067 FALSE 221 59330892 7b hsa-miR-454-4395434 Target 22.45357 2.3603008 22.45357 17.580067 FALSE 222 59330892 7b hsa-miR-455-3p-4395355 Target 27.74441 1.2946868 27.74441 17.580067 FALSE 223 59330892 7b hsa-miR-455-5p-4378098 Target 27.44285 1.9427574 27.44285 17.580067 FALSE 224 59330892 7b hsa-miR-483-5p-4395449 Target 28.374182 2.2154026 28.374182 17.580067 FALSE 225 59330892 7b hsa-miR-484-4381032 Target 20.9917 2.3089 20.9917 17.580067 FALSE 226 59330892 7b hsa-miR-485-3p-4378095 Target 25.949144 1.8725221 25.949144 17.580067 FALSE 227 59330892 7b hsa-miR-485-5p-4373212 Target Undetermined 0.12324167 40 17.580067 FALSE 228 59330892 7b hsa-miR-486-3p-4395204 Target 28.846758 0.31297034 28.846758 17.580067 FALSE 229 59330892 7b hsa-miR-486-5p-4378096 Target 29.578045 0.8201358 29.578045 17.580067 FALSE 230 59330892 7b hsa-miR-487a-4378097 Target 30.31773 0.68372226 30.31773 17.580067 FALSE 231 59330892 7b hsa-miR-487b-4378102 Target 24.934835 1.9673611 24.934835 17.580067 FALSE 232 59330892 7b hsa-miR-488-4395468 Target Undetermined 0.031442787 40 17.580067 FALSE 233 59330892 7b hsa-miR-489-4395469 Target 26.864515 2.2235115 26.864515 17.580067 FALSE 234 59330892 7b hsa-miR-490-3p-4373215 Target Undetermined 0.04671912 40 17.580067 FALSE 235 59330892 7b hsa-miR-491-3p-4395471 Target Undetermined 0.018842796 40 17.580067 FALSE 236 59330892 7b hsa-miR-491-5p-4381053 Target 26.581203 2.37144 26.581203 17.580067 FALSE 237 59330892 7b hsa-miR-493-4395475 Target 26.467777 1.8360338 26.467777 17.580067 FALSE 238 59330892 7b hsa-miR-494-4395476 Target 24.364723 2.559229 24.364723 17.580067 FALSE 239 59330892 7b hsa-miR-495-4381078 Target 24.020807 2.0483406 24.020807 17.580067 FALSE 240 59330892 7b hsa-miR-496-4386771 Target Undetermined 0.033173677 40 17.580067 FALSE 241 59330892 7b hsa-miR-499-3p-4395538 Target Undetermined 0.037666157 40 17.580067 FALSE 242 59330892 7b hsa-miR-499-5p-4381047 Target Undetermined 0.034092493 40 17.580067 FALSE 243 59330892 7b hsa-miR-500-4395539 Target 26.945694 1.9125155 26.945694 17.580067 FALSE 244 59330892 7b hsa-miR-501-3p-4395546 Target 34.071636 0.122685045 34.071636 17.580067 FALSE 245 59330892 7b hsa-miR-501-5p-4373226 Target 26.069662 1.0729759 26.069662 17.580067 FALSE 246 59330892 7b hsa-miR-502-3p-4395194 Target 30.155151 1.4487882 30.155151 17.580067 FALSE 247 59330892 7b hsa-miR-502-5p-4373227 Target 29.206913 0.71290475 29.206913 17.580067 FALSE 248 59330892 7b hsa-miR-503-4373228 Target Undetermined 0.03798978 40 17.580067 FALSE 249 59330892 7b hsa-miR-504-4395195 Target 33.23097 0.14950064 33.23097 17.580067 FALSE 250 59330892 7b hsa-miR-505-4395200 Target 29.822573 0.87850213 29.822573 17.580067 FALSE 251 59330892 7b hsa-miR-507-4373232 Target Undetermined 0.04161015 40 17.580067 FALSE 252 59330892 7b hsa-miR-508-3p-4373233 Target Undetermined 0.07917841 40 17.580067 FALSE 253 59330892 7b hsa-miR-508-5p-4395203 Target Undetermined 0.036960136 40 17.580067 FALSE 254 59330892 7b hsa-miR-509-5p-4395346 Target 33.650677 0.17250639 33.650677 17.580067 FALSE 255 59330892 7b hsa-miR-510-4395352 Target Undetermined 0.032709572 40 17.580067 FALSE 256 59330892 7b hsa-miR-512-3p-4381034 Target 32.38616 0.74504113 32.38616 17.580067 FALSE 257 59330892 7b hsa-miR-512-5p-4373238 Target Undetermined 0.019498767 40 17.580067 FALSE 258 59330892 7b hsa-miR-513-5p-4395201 Target Undetermined 0.006930167 40 17.580067 FALSE 259 59330892 7b hsa-miR-515-3p-4395480 Target Undetermined 0.010887467 40 17.580067 FALSE 260 59330892 7b hsa-miR-515-5p-4373242 Target Undetermined 0.032499477 40 17.580067 FALSE 261 59330892 7b hsa-miR-516a-5p-4395527 Target Undetermined 0.041009642 40 17.580067 FALSE 262 59330892 7b hsa-miR-516b-4395172 Target Undetermined 0.020149644 40 17.580067 FALSE 263 59330892 7b hsa-miR-517a-4395513 Target 28.484947 1.3094695 28.484947 17.580067 FALSE 264 59330892 7b hsa-miR-517c-4373264 Target 28.892239 1.4430959 28.892239 17.580067 FALSE 265 59330892 7b hsa-miR-518a-3p-4395508 Target Undetermined 0.012381158 40 17.580067 FALSE 266 59330892 7b hsa-miR-518a-5p-4395507 Target Undetermined 0.016837982 40 17.580067 FALSE 267 59330892 7b hsa-miR-518b-4373246 Target 32.938675 0.4122297 32.938675 17.580067 FALSE 268 59330892 7b hsa-miR-518c-4395512 Target Undetermined 0.019389356 40 17.580067 FALSE 269 59330892 7b hsa-miR-518d-3p-4373248 Target 31.6201 0.42630234 31.6201 17.580067 FALSE 270 59330892 7b hsa-miR-518d-5p-4395500 Target Undetermined 0.02544581 40 17.580067 FALSE 271 59330892 7b hsa-miR-518e-4395506 Target Undetermined 0.04481965 40 17.580067 FALSE 272 59330892 7b hsa-miR-518f-4395499 Target 35.79686 0.14964932 35.79686 17.580067 FALSE 273 59330892 7b hsa-miR-519a-4395526 Target 30.643387 0.9726223 30.643387 17.580067 FALSE 274 59330892 7b hsa-miR-519d-4395514 Target 32.565746 0.8664224 32.565746 17.580067 FALSE 275 59330892 7b hsa-miR-519e-4395481 Target Undetermined 0.015594019 40 17.580067 FALSE 276 59330892 7b hsa-miR-520a-3p-4373268 Target Undetermined 0.019788045 40 17.580067 FALSE 277 59330892 7b hsa-miR-520a-5p-4378085 Target Undetermined 0.013270183 40 17.580067 FALSE 278 59330892 7b hsa-miR-520d-5p-4395504 Target Undetermined -4.19E-05 40 17.580067 FALSE 279 59330892 7b hsa-miR-520g-4373257 Target Undetermined 0.1447439 40 17.580067 FALSE 280 59330892 7b hsa-miR-521-4373259 Target Undetermined 0.01623583 40 17.580067 FALSE 281 59330892 7b hsa-miR-522-4395524 Target Undetermined 0.0690091 40 17.580067 FALSE 282 59330892 7b hsa-miR-523-4395497 Target Undetermined 0.028690264 40 17.580067 FALSE 283 59330892 7b hsa-miR-524-5p-4395174 Target Undetermined 0.006829258 40 17.580067 FALSE 284 59330892 7b hsa-miR-525-3p-4395496 Target 35.342033 0.20660527 35.342033 17.580067 FALSE 285 59330892 7b hsa-miR-525-5p-4378088 Target Undetermined 0.01337521 40 17.580067 FALSE 286 59330892 7b hsa-miR-526b-4395493 Target Undetermined 0.006941221 40 17.580067 FALSE 287 59330892 7b hsa-miR-532-3p-4395466 Target 24.994078 2.0075758 24.994078 17.580067 FALSE 288 59330892 7b hsa-miR-532-5p-4380928 Target 22.615723 2.324607 22.615723 17.580067 FALSE 289 59330892 7b hsa-miR-539-4378103 Target 22.856947 2.2299588 22.856947 17.580067 FALSE 290 59330892 7b hsa-miR-541-4395312 Target 29.883638 0.9753764 29.883638 17.580067 FALSE 291 59330892 7b hsa-miR-542-3p-4378101 Target 33.186775 1.0219402 33.186775 17.580067 FALSE 292 59330892 7b hsa-miR-542-5p-4395351 Target 30.2987 1.1062411 30.2987 17.580067 FALSE 293 59330892 7b hsa-miR-544-4395376 Target 35.17521 0.41746655 35.17521 17.580067 FALSE 294 59330892 7b hsa-miR-545-4395378 Target 32.67494 1.1289066 32.67494 17.580067 FALSE 295 59330892 7b hsa-miR-548a-3p-4380948 Target Undetermined 0.06593416 40 17.580067 FALSE 296 59330892 7b hsa-miR-548a-5p-4395523 Target Undetermined -0.003534708 40 17.580067 FALSE 297 59330892 7b hsa-miR-548b-3p-4380951 Target Undetermined 0.025797607 40 17.580067 FALSE 298 59330892 7b hsa-miR-548b-5p-4395519 Target 31.629425 0.77965766 31.629425 17.580067 FALSE 299 59330892 7b hsa-miR-548c-3p-4380993 Target Undetermined 0.038579438 40 17.580067 FALSE 300 59330892 7b hsa-miR-548c-5p-4395540 Target 32.96738 0.788678 32.96738 17.580067 FALSE 301 59330892 7b hsa-miR-548d-3p-4381008 Target 33.505413 1.0235597 33.505413 17.580067 FALSE 302 59330892 7b hsa-miR-548d-5p-4395348 Target 35.01176 0.41696313 35.01176 17.580067 FALSE 303 59330892 7b hsa-miR-551b-4380945 Target 31.706238 1.4462125 31.706238 17.580067 FALSE 304 59330892 7b hsa-miR-556-3p-4395456 Target Undetermined 0.015298288 40 17.580067 FALSE 305 59330892 7b hsa-miR-556-5p-4395455 Target Undetermined 1.07E-04 40 17.580067 FALSE 306 59330892 7b hsa-miR-561-4380938 Target Undetermined 0.019375257 40 17.580067 FALSE 307 59330892 7b hsa-miR-570-4395458 Target 33.522083 0.8156562 33.522083 17.580067 FALSE 308 59330892 7b hsa-miR-574-3p-4395460 Target 30.722467 1.3063027 30.722467 17.580067 FALSE 309 59330892 7b hsa-miR-576-3p-4395462 Target 34.220547 0.6255522 34.220547 17.580067 FALSE 310 59330892 7b hsa-miR-576-5p-4395461 Target Undetermined 0.029975237 40 17.580067 FALSE 311 59330892 7b hsa-miR-579-4395509 Target Undetermined 0.034579046 40 17.580067 FALSE 312 59330892 7b hsa-miR-582-3p-4395510 Target 33.51073 0.6704561 33.51073 17.580067 FALSE 313 59330892 7b hsa-miR-582-5p-4395175 Target Undetermined 0.017756019 40 17.580067 FALSE 314 59330892 7b hsa-miR-589-4395520 Target Undetermined 0.012349763 40 17.580067 FALSE 315 59330892 7b hsa-miR-590-5p-4395176 Target 26.382196 2.2583802 26.382196 17.580067 FALSE 316 59330892 7b hsa-miR-597-4380960 Target 30.416761 1.7107692 30.416761 17.580067 FALSE 317 59330892 7b hsa-miR-598-4395179 Target 25.87923 2.074539 25.87923 17.580067 FALSE 318 59330892 7b hsa-miR-615-3p-4386777 Target Undetermined 0.026863877 40 17.580067 FALSE 319 59330892 7b hsa-miR-615-5p-4395464 Target Undetermined 0.039837085 40 17.580067 FALSE 320 59330892 7b hsa-miR-616-4395525 Target Undetermined -0.003387553 40 17.580067 FALSE 321 59330892 7b hsa-miR-618-4380996 Target 31.632463 0.9999273 31.632463 17.580067 FALSE 322 59330892 7b hsa-miR-624-4395541 Target Undetermined 0.022002945 40 17.580067 FALSE 323 59330892 7b hsa-miR-625-4395542 Target 29.549353 1.2132182 29.549353 17.580067 FALSE 324 59330892 7b hsa-miR-627-4380967 Target 34.5623 0.72207516 34.5623 17.580067 FALSE 325 59330892 7b hsa-miR-628-5p-4395544 Target 28.010391 2.304226 28.010391 17.580067 FALSE 326 59330892 7b hsa-miR-629-4395547 Target 29.975193 1.3785383 29.975193 17.580067 FALSE 327 59330892 7b hsa-miR-636-4395199 Target 31.430923 0.7723304 31.430923 17.580067 FALSE 328 59330892 7b hsa-miR-642-4380995 Target 27.596159 1.6185613 27.596159 17.580067 FALSE 329 59330892 7b hsa-miR-651-4381007 Target Undetermined -0.002171604 40 17.580067 FALSE 330 59330892 7b hsa-miR-652-4395463 Target 26.507885 1.7256944 26.507885 17.580067 FALSE 331 59330892 7b hsa-miR-653-4395403 Target Undetermined 0.040716927 40 17.580067 FALSE 332 59330892 7b hsa-miR-654-3p-4395350 Target 28.662281 1.8586941 28.662281 17.580067 FALSE 333 59330892 7b hsa-miR-654-5p-4381014 Target 27.249353 0.7801272 27.249353 17.580067 FALSE 334 59330892 7b hsa-miR-655-4381015 Target 28.455044 1.4197118 28.455044 17.580067 FALSE 335 59330892 7b hsa-miR-660-4380925 Target 25.503586 1.9249704 25.503586 17.580067 FALSE 336 59330892 7b hsa-miR-671-3p-4395433 Target 29.753012 1.443476 29.753012 17.580067 FALSE 337 59330892 7b hsa-miR-672-4395438 Target Undetermined 0.049997397 40 17.580067 FALSE 338 59330892 7b hsa-miR-674-4395193 Target Undetermined 0.048872747 40 17.580067 FALSE 339 59330892 7b hsa-miR-708-4395452 Target 24.645926 2.809439 24.645926 17.580067 FALSE 340 59330892 7b hsa-miR-744-4395435 Target 25.368116 2.5477836 25.368116 17.580067 FALSE 341 59330892 7b hsa-miR-758-4395180 Target 27.43889 1.9974022 27.43889 17.580067 FALSE 342 59330892 7b hsa-miR-871-4395465 Target Undetermined 0.023432007 40 17.580067 FALSE 343 59330892 7b hsa-miR-872-4395375 Target Undetermined 0.00640664 40 17.580067 FALSE 344 59330892 7b hsa-miR-873-4395467 Target Undetermined -0.001243009 40 17.580067 FALSE 345 59330892 7b hsa-miR-874-4395379 Target 28.35398 0.38811952 28.35398 17.580067 FALSE 346 59330892 7b hsa-miR-875-3p-4395315 Target Undetermined 0.004828343 40 17.580067 FALSE 347 59330892 7b hsa-miR-876-3p-4395336 Target Undetermined -0.034240466 40 17.580067 FALSE 348 59330892 7b hsa-miR-876-5p-4395316 Target Undetermined 0.034592103 40 17.580067 FALSE 349 59330892 7b hsa-miR-885-3p-4395483 Target Undetermined 0.029075246 40 17.580067 FALSE 350 59330892 7b hsa-miR-885-5p-4395407 Target 32.372192 0.76338243 32.372192 17.580067 FALSE 351 59330892 7b hsa-miR-886-3p-4395305 Target 25.281214 1.4151937 25.281214 17.580067 FALSE 352 59330892 7b hsa-miR-886-5p-4395304 Target 24.909874 1.9263905 24.909874 17.580067 FALSE 353 59330892 7b hsa-miR-887-4395485 Target Undetermined 0.025426533 40 17.580067 FALSE 354 59330892 7b hsa-miR-888-4395323 Target 35.018196 1.0971543 35.018196 17.580067 FALSE 355 59330892 7b hsa-miR-889-4395313 Target 26.446657 1.7792339 26.446657 17.580067 FALSE 356 59330892 7b hsa-miR-890-4395320 Target Undetermined 0.027693616 40 17.580067 FALSE 357 59330892 7b hsa-miR-891a-4395302 Target 30.993618 0.6293638 30.993618 17.580067 FALSE 358 59330892 7b hsa-miR-891b-4395321 Target Undetermined 0.016102694 40 17.580067 FALSE 359 59330892 7b hsa-miR-892a-4395306 Target Undetermined -0.038064204 40 17.580067 FALSE 360 59330892 7b hsa-miR-147-4373131 Target Undetermined 0.017584875 40 17.580067 FALSE 361 59330892 7b hsa-miR-208-4373091 Target Undetermined 7.02E-05 40 17.580067 FALSE 362 59330892 7b hsa-miR-211-4373088 Target 35.4811 0.24367298 35.4811 17.580067 FALSE 363 59330892 7b hsa-miR-212-4373087 Target 24.569206 2.0316367 24.569206 17.580067 FALSE 364 59330892 7b hsa-miR-219-1-3p-4395206 Target 33.134636 0.39005312 33.134636 17.580067 FALSE 365 59330892 7b hsa-miR-219-2-3p-4395501 Target Undetermined 0.022710215 40 17.580067 FALSE 366 59330892 7b hsa-miR-220-4373078 Target Undetermined -0.035568353 40 17.580067 FALSE 367 59330892 7b hsa-miR-220b-4395317 Target Undetermined -0.00123023 40 17.580067 FALSE 368 59330892 7b hsa-miR-220c-4395322 Target Undetermined -0.005597963 40 17.580067 FALSE 369 59330892 7b hsa-miR-298-4395301 Target Undetermined -9.11E-04 40 17.580067 FALSE 370 59330892 7b hsa-miR-325-4373051 Target Undetermined 0.003327142 40 17.580067 FALSE 371 59330892 7b hsa-miR-346-4373038 Target 31.582542 0.058568317 31.582542 14.002476 17.580067 FALSE 372 59330892 7b hsa-miR-376c-4395233 Target 23.155792 1.6611785 23.155792 17.580067 FALSE 373 59330892 7b hsa-miR-384-4373017 Target Undetermined -0.005722153 40 17.580067 FALSE 374 59330892 7b hsa-miR-412-4373199 Target Undetermined 0.03759443 40 17.580067 FALSE 375 59330892 7b hsa-miR-448-4373206 Target Undetermined 0.019662162 40 17.580067 FALSE 376 59330892 7b hsa-miR-492-4373217 Target Undetermined 0.05528594 40 17.580067 FALSE 377 59330892 7b hsa-miR-506-4373231 Target Undetermined 0.002370998 40 17.580067 FALSE 378 59330892 7b hsa-miR-509-3-5p-4395266 Target Undetermined 0.009395164 40 17.580067 FALSE 379 59330892 7b hsa-miR-511-4373236 Target 29.545204 1.4649944 29.545204 17.580067 FALSE 380 59330892 7b hsa-miR-517b-4373244 Target Undetermined 0.039014366 40 17.580067 FALSE 381 59330892 7b hsa-miR-519c-3p-4373251 Target Undetermined 0.009168067 40 17.580067 FALSE 382 59330892 7b hsa-miR-520b-4373252 Target Undetermined 0.0117296 40 17.580067 FALSE 383 59330892 7b hsa-miR-520e-4373255 Target Undetermined -9.91E-04 40 17.580067 FALSE 384 59330892 7b hsa-miR-520f-4373256 Target Undetermined -0.003202473 40 17.580067 FALSE \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/List_OLIGOvsPOLY_Metastatic.txt Thu Oct 10 04:24:43 2019 -0400 @@ -0,0 +1,17 @@ +sampleName Treatment +GSM628070_18b.txt OLIGO +GSM628068_15b.txt OLIGO +GSM628072_202b.txt OLIGO +GSM628080_22b.txt OLIGO +GSM628084_236b.txt OLIGO +GSM628085_23b.txt OLIGO +GSM628090_31b.txt OLIGO +GSM628093_49b1.txt OLIGO +GSM628094_49b2.txt OLIGO +GSM628101_5b.txt OLIGO +GSM628073_204b.txt POLY +GSM628096_4b.txt POLY +GSM628100_59b.txt POLY +GSM628104_6b1.txt POLY +GSM628105_6b2.txt POLY +GSM628106_7b.txt POLY \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/Output_Ct_Raw.txt Thu Oct 10 04:24:43 2019 -0400 @@ -0,0 +1,192 @@ +GSM628068_15b.txt GSM628070_18b.txt GSM628072_202b.txt GSM628080_22b.txt GSM628084_236b.txt GSM628085_23b.txt GSM628090_31b.txt GSM628093_49b1.txt GSM628094_49b2.txt GSM628101_5b.txt GSM628073_204b.txt GSM628096_4b.txt GSM628100_59b.txt GSM628104_6b1.txt GSM628105_6b2.txt GSM628106_7b.txt +hsa-let-7a-4373169 23.92562 22.458889 24.082047 23.102613 22.81104 24.218327 23.41879 26.875603 25.336624 25.163376 23.139221 23.291033 30.522202 24.346487 27.041613 23.230196 +hsa-let-7c-4373167 26.34211 25.470335 28.315012 27.412481 25.063862 25.456995 25.459303 28.428125 27.138672 26.59293 27.092905 25.300707 29.641588 27.686274 28.846334 24.836447 +hsa-let-7d-4395394 24.604296 22.742794 24.019098 22.985891 23.414364 24.575537 24.00113 26.681255 25.948296 25.027742 22.995928 23.78436 28.148464 24.942068 26.20519 23.69818 +hsa-let-7e-4395517 21.548944 20.145655 21.608915 20.47636 20.219404 21.55579 20.979765 23.529613 23.21197 22.058657 20.59162 20.764605 25.459394 21.878508 23.612562 20.700241 +hsa-let-7f-4373164 26.678728 25.117432 25.64155 25.807777 25.25518 26.027666 26.068127 28.483204 28.413614 27.218985 25.694056 25.653057 37.1688 27.049797 30.555887 25.776371 +hsa-let-7g-4395393 23.67123 22.76995 24.326334 23.526611 22.869207 24.250208 23.72922 25.99659 25.966393 25.190374 23.097342 23.380072 28.573454 25.214273 26.06904 23.935917 +hsa-miR-1-4395333 35.67759 31.23562 26.168646 28.401854 35.775517 40 32.47952 40 40 32.677307 36.93107 34.160213 40 34.921196 34.355755 32.642857 +hsa-miR-9-4373285 24.250444 30.305983 29.265179 28.733881 21.335892 30.024532 26.392971 25.560455 27.256319 27.762436 29.298386 31.568865 29.670109 31.264492 31.10302 25.007343 +hsa-miR-10a-4373153 23.828606 25.980179 28.53485 28.075794 24.96774 25.519222 26.558413 28.682007 29.348719 27.728765 27.524113 25.73047 30.765186 25.05727 25.864918 24.991041 +hsa-miR-10b-4395329 24.247154 27.107746 23.874378 22.70301 24.483528 23.095203 23.263582 27.73576 27.683765 28.840393 24.718428 23.959839 33.547447 24.86721 25.691881 21.978521 +MammU6-4395470 18.962936 16.877232 18.013384 17.05417 17.379599 17.328342 16.704834 19.064518 19.590775 18.707905 18.344883 19.813477 20.898623 18.269478 20.021624 17.594809 +MammU6-4395470 18.833689 17.05851 18.049551 17.009525 16.936113 17.50445 16.72712 19.064959 19.412582 18.858278 18.408655 19.8085 20.74261 17.930994 19.77785 17.762774 +hsa-miR-15a-4373123 27.270254 26.71766 27.91974 31.865133 26.246017 27.495136 27.803423 28.599928 27.411581 28.978668 28.113152 28.298038 38.084248 28.901138 29.75122 26.70493 +hsa-miR-15b-4373122 26.557734 26.109106 26.311502 25.98764 25.760859 27.810823 27.000637 31.49028 28.480183 29.060646 25.44115 26.3751 31.54213 26.92054 31.070585 24.403683 +hsa-miR-16-4373121 22.025312 20.526354 21.749166 22.304928 20.50941 21.747074 21.769135 23.584414 22.384783 22.193192 21.539133 21.520271 25.47697 22.981962 24.38821 20.79754 +hsa-miR-17-4395419 22.2369 20.754744 19.245756 21.20141 19.499706 20.558819 22.018368 24.00621 23.118504 22.575142 20.510227 20.554743 24.540749 20.561691 22.032324 20.323738 +hsa-miR-18a-4395533 29.614265 27.767477 25.493963 26.908852 25.742163 27.781301 27.41534 29.673164 29.50848 29.241594 27.689808 27.322023 30.921448 26.207283 27.66261 25.520365 +hsa-miR-18b-4395328 30.91347 29.193151 26.797638 28.509377 26.25725 28.825645 29.474533 31.939785 31.297195 30.663902 22.600843 28.426865 34.384583 26.899576 28.539621 27.280891 +hsa-miR-19a-4373099 27.687502 26.239483 24.864954 26.197433 25.260654 26.511204 26.902378 29.44501 28.267866 28.144035 26.523151 26.467329 30.344492 26.893358 27.457062 25.18964 +hsa-miR-19b-4373098 22.708378 21.40662 20.126759 21.890474 20.318024 21.479809 22.03971 24.603481 23.195673 23.147604 21.123165 21.408497 25.073116 22.126717 23.19146 20.235266 +hsa-miR-20a-4373286 24.35815 22.49926 20.978718 23.071547 20.766193 22.54677 23.614462 26.098555 24.991049 24.603203 21.862625 22.341503 26.54836 22.297834 24.114843 22.310343 +hsa-miR-20b-4373263 26.279392 24.713753 23.40191 25.029154 23.602383 24.753504 26.208635 28.96844 27.6484 26.842295 24.786055 24.850372 28.753532 25.066753 26.763557 24.607977 +hsa-miR-21-4373090 23.372513 23.258245 21.32819 22.805285 20.038841 21.131418 21.845198 23.01178 22.561007 25.404064 20.224592 21.074604 26.164614 23.09539 23.292927 21.64596 +hsa-miR-22-4373079 22.809568 22.682562 23.208197 24.624947 23.093882 23.82403 22.534813 23.327456 22.8126 24.742552 23.189428 23.365898 30.986832 24.980679 24.515005 23.739725 +hsa-miR-23a-4373074 28.467943 26.580767 27.351286 28.417854 26.419777 26.552313 26.859463 29.437431 28.119356 29.813597 26.519575 28.201803 31.205956 28.11404 28.892677 27.436995 +hsa-miR-23b-4373073 27.88022 25.169556 28.839108 26.105738 25.940626 25.909315 27.970123 29.894218 29.57191 27.647322 30.153135 27.276524 38.834538 28.120115 29.198898 26.752922 +hsa-miR-24-4373072 21.594122 18.923601 19.82826 19.75652 19.862076 19.64112 20.265871 22.298714 21.974335 21.251799 19.78978 20.352364 24.813915 21.815475 22.060041 19.993769 +hsa-miR-25-4373071 25.79696 25.187689 23.086319 24.699312 24.033712 25.0498 25.489405 27.099337 26.663025 26.750454 24.787134 24.422493 28.095118 25.295227 26.383978 24.825562 +hsa-miR-26a-4395166 21.218956 19.342136 21.34183 20.818651 20.396904 20.62264 20.949757 23.267424 23.058516 21.606813 21.174883 20.149544 26.009308 22.032711 23.261875 20.544468 +hsa-miR-26b-4395167 24.951382 23.246075 24.905432 23.85658 22.909885 23.779913 23.953022 26.20081 25.546339 25.158127 23.597815 23.695211 29.437126 25.803814 26.654308 24.169895 +hsa-miR-27a-4373287 23.999302 22.476683 23.190948 23.84866 22.26611 22.699076 23.54593 24.964018 24.352123 24.312687 22.6911 23.716736 28.045849 24.714329 24.59412 23.584627 +hsa-miR-27b-4373068 24.945211 23.381998 25.441347 23.567852 23.592833 24.304308 24.670374 26.206045 26.169954 25.72253 24.81674 24.550152 28.957434 25.703245 25.701128 24.627415 +hsa-miR-28-3p-4395557 23.558235 22.121098 22.219627 20.143583 21.544094 22.23383 22.86229 23.956749 23.252493 24.150934 22.968601 22.787794 26.165771 23.206827 22.757553 22.84545 +hsa-miR-28-5p-4373067 26.348223 24.922401 24.773388 24.025793 24.564993 25.198175 25.538734 27.993097 26.608524 27.42057 25.707087 25.489168 30.355108 26.469923 27.030653 25.290056 +MammU6-4395470 18.698568 17.035707 17.934406 17.097143 17.319626 17.36102 16.891138 19.033995 19.799273 19.003565 18.279137 19.939972 21.08732 17.92678 19.938087 17.50865 +MammU6-4395470 18.831835 16.945925 17.949682 16.97009 17.25498 17.34525 16.87782 18.99177 19.484285 18.961823 18.243565 19.771084 20.938059 17.99842 19.877504 17.454037 +hsa-miR-29a-4395223 18.989151 19.622274 21.755709 21.795563 20.363323 20.715195 20.987959 22.79754 21.68582 22.349106 19.862684 20.029713 25.52138 21.133017 22.380959 21.847584 +hsa-miR-29b-4373288 23.694153 25.272762 27.082407 26.298649 24.277977 25.666487 25.477203 27.032118 26.618341 27.741901 24.54269 25.672722 30.942673 26.05989 27.04868 27.100893 +hsa-miR-29c-4395171 22.615328 21.537893 24.701109 22.13494 22.702932 23.01875 22.410513 24.22198 23.963179 24.53737 23.477186 22.823069 28.957895 25.114271 25.562513 23.982044 +hsa-miR-30b-4373290 18.191698 18.173634 20.370838 20.86615 17.366014 19.136902 19.956032 23.009295 21.254957 20.724995 19.046974 19.85264 24.900805 21.399889 23.89148 19.06345 +hsa-miR-30c-4373060 18.711151 18.520256 20.46426 21.335073 17.14053 18.663406 20.328999 23.236849 21.500038 21.245138 19.42129 20.140265 24.999641 21.836252 24.467695 19.43816 +hsa-miR-31-4395390 21.767105 25.28404 20.298683 25.308615 19.967596 21.968374 24.18529 24.929977 24.204416 26.445076 19.684652 21.000565 27.614132 23.555384 24.302376 28.189528 +hsa-miR-32-4395220 30.715069 30.842985 30.69535 35.38568 28.7805 29.258307 29.734838 32.694523 40 40 29.570942 30.68605 40 32.909496 40 30.077442 +hsa-miR-33b-4395196 33.813015 40 33.419994 40 40 33.78024 40 40 31.046354 40 40 40 40 40 40 40 +hsa-miR-34a-4395168 23.450546 22.231163 24.227123 22.710379 21.98215 24.032751 22.276688 22.158178 22.059416 24.168627 22.966019 22.271723 27.1224 23.682701 23.352251 23.821558 +hsa-miR-34c-5p-4373036 32.343132 23.962214 31.071434 25.954332 31.331291 40 31.110815 27.258476 27.017893 24.180174 33.081886 27.936163 40 29.520664 30.266792 28.114481 +hsa-miR-92a-4395169 24.080887 23.375593 21.3625 22.914082 21.400682 22.960878 23.70422 25.913197 25.844818 24.86078 22.747993 22.218224 25.37828 23.165895 24.30472 22.744009 +hsa-miR-93-4373302 26.406929 24.695627 22.968584 25.152195 23.546062 25.008068 26.045864 27.763268 26.781977 26.661045 24.16211 24.830515 28.249897 24.972452 25.903421 25.011679 +hsa-miR-95-4373011 28.968485 27.459642 26.19454 27.617884 28.497444 28.233355 26.151976 31.279469 29.121286 30.047436 26.064898 27.529894 30.43823 27.241674 29.00139 24.822636 +hsa-miR-96-4373372 35.00879 33.986835 29.57255 40 29.858353 33.361313 32.049248 33.772633 40 40 29.42701 32.160698 40 33.617535 33.124187 31.64129 +hsa-miR-98-4373009 27.735632 27.507036 26.235994 40 24.205112 25.70986 27.353737 30.809599 28.66525 40 27.943861 26.706602 40 29.147175 30.188164 25.685656 +hsa-miR-99a-4373008 24.097982 23.688112 26.335625 23.668821 23.398092 23.03616 23.285397 25.774225 25.629013 24.304373 23.242704 23.59114 27.937586 24.997814 25.869614 23.930658 +hsa-miR-99b-4373007 24.01963 22.805307 25.22105 23.138058 23.13622 22.74625 22.911472 25.120975 25.296297 24.931875 23.541782 23.080782 28.98074 25.915213 25.632652 22.507132 +hsa-miR-100-4373160 24.438217 22.986599 27.014051 23.75984 23.62577 23.841124 23.644953 26.089975 25.129019 24.837238 23.286104 24.21304 28.186079 25.877623 26.190083 24.791605 +hsa-miR-101-4395364 29.542084 28.194677 31.238901 29.892801 28.519115 29.652254 29.123556 30.730013 31.249023 30.599812 30.109344 29.840265 40 30.371136 31.106457 27.987638 +hsa-miR-103-4373158 27.092545 25.681358 26.124773 27.630411 24.391712 25.483858 25.782272 29.056616 28.271809 28.197515 25.950811 26.299433 31.648333 27.138044 28.35234 25.048712 +hsa-miR-105-4395278 40 40 40 40 40 40 40 40 40 35.961475 30.495102 40 37.13562 40 40 28.785887 +hsa-miR-106a-4395280 22.16296 20.63058 19.101791 21.126081 19.443327 20.63698 21.530855 23.914616 23.133926 22.445778 20.494707 20.46125 24.518713 20.528563 21.941456 20.274506 +RNU44-4373384 25.598495 24.21881 23.446148 23.846533 21.612686 22.814642 23.442196 24.592379 24.329136 25.511194 21.047176 23.064291 26.62169 23.8688 24.909708 23.943785 +hsa-miR-106b-4373155 25.650017 24.584648 22.861353 24.732487 22.771872 23.72463 24.767357 26.977118 26.187775 26.25294 24.116493 24.169329 29.512016 24.667557 25.454153 23.81122 +hsa-miR-107-4373154 30.124609 29.43988 28.027279 32.124123 27.838953 27.03879 28.732769 40 31.814651 31.250177 28.605051 30.459627 40 29.122593 30.84012 27.70183 +hsa-miR-122-4395356 32.3354 30.76884 40 34.67138 32.128227 40 31.356546 40 32.88876 32.17222 40 40 34.652893 31.254276 35.243504 40 +hsa-miR-124-4373295 33.683453 32.809193 31.497667 29.6105 40 40 33.096268 30.252993 31.938066 31.501303 34.962864 40 35.074112 33.827175 29.833517 36.566013 +hsa-miR-125a-3p-4395310 29.260159 28.590767 31.282267 29.119768 28.751802 30.647913 29.371134 30.561079 31.164654 29.630264 30.71301 29.107485 33.225613 32.499435 31.387096 29.359648 +hsa-miR-125a-5p-4395309 25.591187 25.966162 28.014727 25.652689 24.417967 26.041399 25.310333 28.111181 27.687141 27.27293 25.942755 25.338877 30.602913 28.33998 28.827923 25.779963 +hsa-miR-125b-4373148 22.74321 23.601767 25.98158 23.602316 23.462248 23.909384 23.066168 26.018286 25.27844 24.996368 23.93784 23.001293 27.568855 25.847662 25.815998 24.297276 +hsa-miR-126-4395339 20.979916 17.5618 21.472485 21.376389 21.975636 21.926027 20.342793 21.426863 21.899616 20.017715 20.43351 21.022097 28.725721 22.087795 23.420801 20.381578 +hsa-miR-127-3p-4373147 25.897715 26.96446 24.912567 26.47622 26.836369 26.817402 22.135754 27.742992 26.925869 25.553549 24.434055 23.878279 28.438374 25.176456 25.899588 22.429386 +hsa-miR-127-5p-4395340 40 34.73889 40 40 40 38.636726 40 40 40 40 40 40 40 40 40 33.01007 +hsa-miR-128-4395327 28.37275 27.348751 26.28631 27.008215 26.812716 27.563406 27.004776 29.127777 29.27466 28.488293 27.309904 27.497873 34.283943 27.95373 29.660822 27.210323 +hsa-miR-129-3p-4373297 40 30.226315 40 40 33.167877 34.058567 30.196049 40 31.695164 29.982384 40 33.097866 32.015038 40 34.808746 37.465584 +hsa-miR-129-5p-4373171 40 40 40 28.955873 40 40 40 40 40 40 25.967405 40 40 40 40 38.0551 +hsa-miR-130a-4373145 27.393389 24.151562 26.140152 26.690598 23.880817 25.215698 26.208378 28.301682 28.929853 27.20955 26.287544 25.110123 32.27839 27.698849 29.067347 25.27504 +hsa-miR-130b-4373144 28.108982 26.061573 25.445194 25.711721 25.072712 27.3482 27.542252 27.96949 28.200588 28.344572 26.791578 26.807058 30.94099 26.801714 27.273308 24.755583 +hsa-miR-132-4373143 25.787556 25.110165 24.767857 28.807064 24.038837 25.452833 24.177185 28.686047 27.058432 27.023941 24.723509 23.9884 28.754766 25.487736 28.407692 22.743496 +hsa-miR-133a-4395357 28.366693 24.549006 19.5771 21.954508 28.66531 31.045113 27.047913 30.326614 30.81813 26.059093 27.155622 27.800169 27.036415 29.042213 26.732914 27.230396 +hsa-miR-133b-4395358 33.84769 28.343164 23.640081 25.940432 33.734936 36.019726 31.958595 36.23329 37.962673 30.843863 30.894703 34.84386 30.97131 34.796043 31.335215 30.498953 +hsa-miR-134-4373299 29.549181 27.00728 27.910593 30.040953 29.437435 29.566986 23.296211 29.671173 29.895187 27.453571 26.218449 26.106197 32.34409 27.463919 28.259804 23.457285 +hsa-miR-135a-4373140 30.457336 29.038963 33.030224 37.16762 25.998913 28.120554 30.896803 33.543953 34.513058 31.057245 29.58483 25.826132 34.680202 32.35252 33.22945 25.91133 +hsa-miR-135b-4395372 31.586575 27.826334 26.50071 32.720306 26.422455 26.144186 26.329693 28.438776 31.108997 29.101187 24.15264 22.380312 28.096031 27.964043 28.532887 26.379093 +hsa-miR-136-4373173 40 36.117496 40 35.83855 38.576347 40 34.3379 35.22701 40 40 40 40 40 40 40 35.181133 +hsa-miR-137-4373301 40 32.758705 40 40 40 40 29.538956 40 40 40 30.891874 40 34.605007 40 40 40 +hsa-miR-138-4395395 30.399624 24.41309 31.423664 30.404465 27.969488 26.782116 28.317858 26.024082 24.668058 25.875383 34.286915 26.951525 30.672863 28.36423 29.992624 27.97486 +hsa-miR-139-3p-4395424 27.031885 25.350687 26.668192 25.09179 40 28.539476 24.940924 40 40 26.688955 28.27424 32.965584 31.201029 27.664028 30.577406 26.916536 +hsa-miR-139-5p-4395400 24.408842 23.23628 24.117523 24.916515 26.26777 25.476473 22.171728 27.716612 26.892881 25.015747 24.996683 24.191446 28.22347 25.307495 28.117853 24.361254 +hsa-miR-140-3p-4395345 27.171133 25.01044 27.094198 26.293573 25.978643 26.683638 25.825872 27.881786 24.703371 26.844427 27.573214 26.250504 31.161364 27.696371 29.249949 26.485674 +hsa-miR-140-5p-4373374 23.761786 22.257044 24.177341 23.239254 23.01973 23.093393 22.525478 24.207539 21.864475 24.389238 24.1217 24.110584 28.79912 24.84001 25.443401 23.08619 +hsa-miR-141-4373137 23.372395 24.712202 23.11925 33.50042 36.208885 33.52016 24.628443 27.17986 32.275734 26.224024 23.018444 23.629307 29.389734 24.405313 25.045753 24.96851 +hsa-miR-142-3p-4373136 22.902199 22.720497 24.12668 23.572794 24.329424 22.837666 22.140198 23.880623 23.767885 24.021954 23.018806 21.849455 27.666443 24.678104 24.696205 22.025934 +hsa-miR-142-5p-4395359 29.180319 29.089382 30.213543 31.202982 30.413607 29.194876 28.465773 31.067015 30.267252 29.97359 29.636494 27.928404 40 31.519749 30.984707 28.766375 +hsa-miR-143-4395360 23.79062 21.414738 25.00836 20.156382 23.425331 24.955282 23.282911 24.901033 25.392855 23.528778 24.118347 24.197098 29.972395 25.016882 22.875181 22.53111 +hsa-miR-145-4395389 20.438307 17.440292 21.15308 17.252964 19.512077 23.49329 19.39277 23.256289 23.242247 19.958223 20.361595 19.857376 25.33724 20.485277 20.82327 19.198708 +hsa-miR-146a-4373132 23.171434 22.326027 24.946041 21.655725 29.593414 21.768425 22.158579 23.457432 24.318125 22.681183 22.802513 20.984282 25.914682 23.227888 32.657913 22.489952 +hsa-miR-146b-3p-4395472 30.527687 28.206926 30.593391 32.67141 25.013634 29.058586 30.920872 30.93834 32.55697 30.560392 31.072462 28.783926 33.977528 31.787418 29.571613 30.460941 +hsa-miR-146b-5p-4373178 23.425186 20.258625 22.190765 23.444666 23.656078 20.280819 21.945126 22.079102 23.411682 22.441284 21.48684 21.47574 25.569117 22.765196 27.599958 21.409765 +hsa-miR-147b-4395373 40 40 40 40 25.604746 25.431866 33.6378 40 40 40 33.697147 28.255415 40 34.56939 29.463697 40 +hsa-miR-148a-4373130 26.051355 25.022455 26.613668 30.650127 26.684814 25.878185 25.49538 27.541899 26.72508 27.32872 27.417814 25.277054 28.9043 26.766893 29.020699 25.389793 +hsa-miR-148b-4373129 29.005095 28.21194 27.600647 30.924295 26.663115 26.916016 29.152243 32.49873 30.057886 30.941397 27.769072 28.801785 32.083107 28.54173 30.533537 27.16156 +hsa-miR-149-4395366 28.700068 25.75931 26.941332 27.982405 23.085205 27.961378 25.867947 30.585848 29.525753 25.313608 23.753113 27.824192 34.672092 27.76461 31.26306 25.346437 +hsa-miR-150-4373127 21.055412 19.50026 22.871674 21.567087 24.524317 20.76916 20.617424 22.7601 22.465246 21.128565 21.017485 17.945572 27.163591 21.35317 23.625263 19.804169 +hsa-miR-152-4395170 27.0157 24.970116 26.58113 25.839193 27.350615 24.843416 25.852736 26.07527 25.168928 26.889248 26.141493 25.000975 30.264885 27.125246 27.809664 26.092863 +hsa-miR-153-4373305 40 40 40 40 40 40 40 40 35.984463 40 34.922585 40 40 34.7598 40 32.989964 +hsa-miR-154-4373270 40 40 37.20613 40 35.09425 40 29.499228 40 40 34.108696 31.089666 31.185291 40 40 30.22686 28.313223 +hsa-miR-181a-4373117 25.684288 23.381319 24.490448 24.547695 24.725857 24.481716 24.979364 25.446085 25.890867 25.100931 24.303291 24.16181 28.976093 27.337032 27.033953 24.971382 +hsa-miR-181c-4373115 31.049078 28.968716 30.539114 30.310963 28.991333 30.162003 30.55068 31.344234 30.903128 31.453579 30.035444 30.162752 34.376793 32.395397 32.385136 29.853762 +hsa-miR-182-4395445 30.437845 30.30931 27.611185 40 27.333086 32.19607 29.88631 33.831635 31.920778 31.183756 26.939186 28.729021 33.481186 29.366638 30.759216 27.744131 +RNU48-4373383 22.37968 22.387222 21.69904 21.553162 19.6338 20.908808 21.356192 23.352541 24.350912 23.92791 21.148415 21.957985 25.727236 22.845543 25.060745 21.21373 +hsa-miR-183-4395380 32.083286 29.97166 28.135435 40 27.047436 33.7726 29.090113 31.877256 36.47418 31.607714 27.152836 27.900627 34.64482 29.007168 32.389015 28.153698 +hsa-miR-184-4373113 33.378582 24.945522 40 31.633802 30.71133 28.851461 30.497124 31.398758 32.171627 28.652504 29.0413 26.960758 35.002407 32.368042 32.316895 30.96035 +hsa-miR-185-4395382 25.30351 24.786848 24.950651 26.59512 25.851862 26.726192 25.831438 26.627832 26.036276 26.349802 26.139933 25.859257 29.025251 26.856096 26.991549 25.995253 +hsa-miR-186-4395396 24.209568 22.40372 22.378862 23.259872 22.837433 22.237926 23.229006 24.903206 24.075356 24.529022 23.033201 23.017807 27.412493 23.561457 23.842627 22.838215 +hsa-miR-187-4373307 20.289845 24.754965 23.83007 40 24.037611 27.19815 40 28.678991 35.734043 25.459433 28.235685 23.41068 36.11761 40 28.313112 28.792768 +hsa-miR-188-3p-4395217 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 +hsa-miR-190-4373110 31.064701 32.776825 32.756413 30.527964 29.200867 29.77713 31.077139 40 33.538254 40 30.46745 31.73818 40 29.923008 30.8736 31.20642 +hsa-miR-191-4395410 20.004538 18.827084 18.558956 19.649212 18.126633 19.67652 19.387243 22.38575 21.405249 20.742224 18.655897 18.83871 22.89194 20.132812 21.531635 18.921663 +hsa-miR-192-4373108 26.652882 24.739676 23.651737 26.345478 20.582409 20.656359 26.988836 26.947935 26.839516 26.529814 26.254827 24.766903 24.053461 19.464016 19.986385 25.964752 +hsa-miR-193a-3p-4395361 29.923239 30.056696 31.001074 29.104229 30.047596 29.245802 30.965015 32.034565 30.656088 32.103683 29.815306 30.683268 40 31.75693 34.303757 31.202671 +hsa-miR-193a-5p-4395392 28.416306 26.525301 27.66815 25.795582 27.45662 27.28328 27.30147 29.078793 28.811438 28.426538 28.024803 27.270004 30.386715 28.509975 29.892073 28.648293 +hsa-miR-193b-4395478 22.292355 22.88645 22.96125 22.709509 22.062119 20.54639 20.503712 23.250397 22.08021 24.25331 20.429972 22.260668 26.309692 24.44671 25.27214 23.388477 +hsa-miR-194-4373106 29.856344 27.85864 26.819454 29.298477 24.082466 23.792889 29.541962 30.780148 30.586714 29.408163 29.98399 28.080645 27.225573 22.409801 23.490822 29.5716 +hsa-miR-195-4373105 24.955904 21.973122 25.162039 23.807299 22.833584 25.19478 23.659203 25.132584 24.77304 24.67891 24.68134 23.851768 29.606216 25.778252 26.256199 23.838264 +hsa-miR-196b-4395326 30.321602 31.224546 26.766193 25.471167 23.248884 23.858482 28.538149 27.980804 26.77422 28.425152 28.996578 28.615313 29.654919 26.210608 27.067173 32.11623 +hsa-miR-197-4373102 26.235542 24.51063 23.693163 27.61388 24.193407 24.179253 25.521088 28.854462 27.765589 27.557825 25.333094 24.503218 30.167719 25.409454 28.94612 25.18778 +hsa-miR-198-4395384 32.171192 29.617344 30.55803 32.17156 32.18402 33.78133 30.975542 32.417633 33.662785 30.20404 30.427326 32.30711 40 30.295618 31.270874 30.817923 +hsa-miR-199a-5p-4373272 29.461817 28.17258 29.677837 29.804634 30.16582 30.34311 28.741503 30.782848 40 31.180601 29.097933 27.794252 40 30.14261 32.002735 28.609838 +hsa-miR-199a-3p-4395415 25.461369 23.188457 24.953688 24.837439 26.23898 26.093723 24.579674 27.315273 28.20599 25.614115 24.229033 23.005182 30.425905 25.77212 27.042883 23.912004 +hsa-miR-199b-5p-4373100 30.602165 29.525787 30.441385 32.006367 31.91207 30.145575 30.816683 32.930553 34.451973 33.76153 29.543737 28.718832 40 33.960365 40 32.656296 +hsa-miR-200a-4378069 21.590786 21.239649 20.552895 28.665438 20.80527 22.491333 22.267694 22.816935 22.605474 22.877903 25.922098 20.474697 24.723743 19.388592 20.53688 19.531748 +hsa-miR-200b-4395362 22.943388 22.393265 21.371283 32.313625 23.593842 24.99264 23.83046 25.742167 25.60991 24.493654 22.254652 21.9693 25.742502 21.376146 22.899696 21.409271 +hsa-miR-200c-4395411 22.370533 21.441671 20.36812 32.04465 30.312483 31.264923 22.062864 25.079508 30.573427 23.199959 19.823662 21.08625 24.248459 21.123081 22.51843 21.902992 +hsa-miR-202-4395474 34.116425 33.188408 40 33.96079 40 40 26.522406 38.29556 40 40 30.192541 31.958895 40 40 33.864254 40 +hsa-miR-203-4373095 29.808897 23.664116 23.637823 34.303394 31.670815 27.539988 24.562328 27.781017 35.39446 25.517416 25.167477 25.209507 29.814816 24.701874 25.155384 32.041832 +hsa-miR-204-4373094 27.687527 26.520987 28.815933 24.749275 21.65904 21.76907 26.006163 26.307232 23.948532 27.600658 28.077513 24.280664 30.020391 27.128738 30.664793 27.928137 +hsa-miR-205-4373093 31.502264 25.987482 20.393745 34.345688 40 40 40 31.409008 40 26.888144 33.51482 22.433672 40 40 40 27.229403 +hsa-miR-208b-4395401 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 33.380974 +hsa-miR-210-4373089 24.355362 23.974373 23.136507 24.583252 21.214907 24.461721 25.1533 23.1059 22.011164 25.424456 24.87357 23.556376 25.697552 24.119295 23.950888 22.69275 +hsa-miR-214-4395417 23.947964 21.671532 24.038387 22.220837 24.695354 24.558098 23.460045 26.121443 26.597103 23.90038 23.555565 21.388538 28.472082 23.82941 24.953007 23.019789 +hsa-miR-215-4373084 27.97715 28.971123 27.396889 29.079872 25.018826 25.574087 29.81047 32.981525 32.168808 30.881737 29.197762 27.482407 28.138681 22.762514 22.659306 28.554272 +hsa-miR-216a-4395331 29.743277 31.63736 34.224266 40 31.144415 31.154707 40 40 31.29676 40 40 32.16066 40 32.735462 40 28.788765 +hsa-miR-216b-4395437 35.403725 40 40 40 40 32.412933 40 40 31.706612 40 40 40 40 40 40 28.57588 +hsa-miR-217-4395448 33.95809 40 40 40 31.527271 32.88717 40 40 33.307465 40 40 40 40 40 34.462204 29.138393 +hsa-miR-218-4373081 25.31147 23.095455 26.883472 25.953535 23.943924 26.69531 24.45969 27.643877 29.971169 25.699938 24.028603 25.101051 32.106937 27.250757 27.961054 26.17961 +hsa-miR-219-5p-4373080 40 33.90879 40 40 33.955303 40 40 35.70717 40 40 40 33.216583 33.22229 40 40 40 +hsa-miR-221-4373077 21.04784 24.329615 23.940918 26.933655 24.295994 24.905937 26.174763 27.80699 25.589949 27.352388 24.540249 24.677557 28.857136 24.988861 26.906506 25.917938 +hsa-miR-222-4395387 14.827194 17.09035 17.400957 18.5207 17.95588 18.306398 19.264647 19.629063 18.355541 19.34153 18.742174 16.663755 22.144733 18.666376 19.400778 18.998425 +hsa-miR-223-4395406 19.620735 19.071835 20.134726 21.947794 22.322277 19.768818 19.443796 20.481066 19.91355 21.558676 18.51496 19.587536 20.648619 22.555529 23.270466 21.1974 +hsa-miR-224-4395210 27.139767 25.318731 27.299507 24.397238 26.406794 25.64719 23.79526 29.639847 28.969873 28.083778 24.527418 24.963095 27.495737 25.126055 26.708103 26.850723 +hsa-miR-296-3p-4395212 40 32.763054 40 34.53951 32.902657 40 40 40 40 40 40 40 40 40 40 40 +hsa-miR-296-5p-4373066 29.830828 27.41245 28.75272 26.005468 28.105728 26.742952 28.269321 28.80072 28.11006 28.705406 26.207472 26.605682 31.32585 28.951752 31.455585 29.101004 +hsa-miR-299-3p-4373189 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 +hsa-miR-299-5p-4373188 40 40 40 40 40 40 31.575146 40 40 40 38.320023 40 40 37.133503 40 30.549423 +hsa-miR-301a-4373064 28.502428 26.558365 27.006626 28.148956 24.515463 26.366604 26.655252 29.0203 28.330462 28.688673 25.95165 27.692263 33.49057 28.145685 28.460129 23.599905 +hsa-miR-301b-4395503 31.833433 31.5948 33.36911 34.116665 29.392971 30.03003 31.517067 34.211945 34.71778 40 31.605484 32.620865 40 30.285036 33.92237 28.132767 +hsa-miR-302a-4378070 35.99786 33.89025 40 40 40 40 40 40 33.390827 40 40 36.64913 40 40 40 40 +ath-miR159a-4373390 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 +hsa-miR-302b-4378071 40 40 40 40 34.840935 40 40 40 40 40 40 33.851166 40 40 40 40 +hsa-miR-302c-4378072 40 40 40 33.85148 36.287235 40 40 40 40 40 40 40 40 40 40 40 +hsa-miR-320-4395388 21.667723 20.333265 20.360273 19.326086 19.790665 21.9429 20.721874 20.952284 21.783802 20.966002 21.17318 20.310486 22.546814 21.15185 20.732552 20.474642 +hsa-miR-323-3p-4395338 31.141607 28.915445 29.368113 30.81396 30.484818 31.874256 25.41205 32.33331 30.98308 29.67083 27.71531 27.76928 31.565975 29.10579 30.217478 24.158522 +hsa-miR-324-3p-4395272 27.489338 25.89904 27.38005 27.488832 24.96157 26.255157 26.712826 27.94378 27.649406 27.059658 27.627296 26.507986 30.684101 28.144812 27.704657 25.726492 +hsa-miR-324-5p-4373052 27.201174 26.60161 26.71381 28.9233 24.671906 25.817354 26.045849 28.83473 28.059381 28.114737 27.165697 26.612123 31.003588 27.9146 28.51527 25.064087 +hsa-miR-326-4373050 40 31.305079 40 32.951496 40 40 40 40 34.940132 40 34.04789 40 40 40 40 31.782383 +hsa-miR-328-4373049 27.311823 26.702068 27.327414 27.807243 25.079546 26.795649 26.28013 29.668257 30.260492 28.27104 28.189182 27.219486 31.825577 28.811737 30.868261 27.46382 +hsa-miR-329-4373191 40 35.172394 40 40 40 40 31.52909 40 40 33.623997 38.43601 40 36.64958 40 40 28.285145 +hsa-miR-330-3p-4373047 32.4498 30.177475 30.115568 33.75169 30.29147 31.770716 30.18449 31.836494 32.29981 31.879372 31.738298 31.34125 40 30.701904 32.39723 29.10387 +hsa-miR-330-5p-4395341 34.787563 32.59566 32.428356 33.004852 32.91219 32.843468 35.18993 31.478708 31.01786 33.79892 40 40 36.79115 32.667793 35.03112 32.506844 +hsa-miR-331-3p-4373046 26.963358 24.527723 25.579708 26.00985 23.666943 24.261354 25.619196 27.149805 27.510567 26.65454 26.870907 25.33165 30.498297 26.288124 27.18966 25.106182 +hsa-miR-331-5p-4395344 29.879808 29.275434 29.485044 28.73222 28.456034 28.913286 29.568577 30.177011 33.53168 31.914179 32.01627 32.061768 39.661495 32.274555 29.024149 30.176588 +hsa-miR-335-4373045 28.973509 26.840096 27.72894 28.29606 29.278847 27.293913 26.835793 31.795296 31.48388 28.323576 28.052267 27.649061 32.409798 28.242256 30.439074 25.529438 +hsa-miR-337-5p-4395267 32.20402 30.129879 29.306908 31.32664 30.9645 30.591045 26.629732 30.350798 30.105919 31.022528 27.97728 27.713095 40 29.469883 29.95289 26.318941 +hsa-miR-338-3p-4395363 31.368694 27.34744 32.963493 32.86691 33.87515 34.33222 30.85496 30.638168 30.916538 29.866476 29.949347 33.210567 32.253876 29.459421 30.106312 30.07536 +hsa-miR-339-3p-4395295 25.322163 25.120718 25.067701 25.832626 24.130978 24.253675 26.34077 26.741241 26.191746 25.912079 25.03118 25.079912 29.670847 25.888971 25.964384 25.144842 +hsa-miR-339-5p-4395368 27.215391 26.938581 26.226854 27.815779 24.871466 25.747574 28.11549 31.534174 30.421698 29.481493 27.487375 26.599983 36.046574 28.67872 31.45175 27.133703 +hsa-miR-340-4395369 29.550964 29.12221 29.87242 30.095463 28.199541 28.741976 28.387346 30.469442 30.125237 31.368473 28.821337 29.276594 33.739334 29.628698 32.212734 28.108948 +has-miR-155-4395459 24.00249 22.522434 22.729202 22.885416 23.731236 22.957563 21.665346 24.092432 24.18353 22.644096 23.221989 20.929134 27.395021 22.703438 22.66063 22.962395 +hsa-let-7b-4395446 20.377666 19.403944 21.601055 20.017927 19.450274 21.495893 19.703941 22.099838 21.217636 20.868633 20.749687 19.535143 23.223139 21.184017 22.357435 20.017818 +hsa-miR-342-3p-4395371 21.387936 18.974796 21.039167 21.665077 19.439087 20.60763 20.653637 22.663555 22.078352 21.36299 20.362139 19.52542 25.40008 22.36935 23.222862 19.611422 +hsa-miR-342-5p-4395258 31.4802 28.336296 36.17202 29.79078 30.16497 40 31.927338 34.760605 36.36629 31.933372 30.12623 28.635727 40 31.24705 35.373695 30.19164 +hsa-miR-345-4395297 25.79043 24.584026 24.460136 25.62474 22.950916 25.057346 24.937819 27.37623 27.321882 26.358074 26.767977 25.03441 29.166582 25.49755 27.776884 24.711096 +hsa-miR-361-5p-4373035 25.657713 25.586605 26.552492 28.091946 25.369793 25.489134 26.409002 29.325436 27.592949 28.637384 25.972574 25.854258 28.547285 27.04303 30.26726 25.569666 +hsa-miR-362-3p-4395228 28.268562 29.720432 28.764685 30.911915 29.247414 28.213463 29.66092 40 30.870564 32.039707 29.828815 31.271425 40 31.530388 33.52199 28.78504 +hsa-miR-362-5p-4378092 26.775013 27.937683 27.427214 27.228962 28.155811 28.056702 28.713224 29.604002 29.384594 28.398312 27.62481 29.019314 32.530235 28.70266 28.655672 28.145187 +hsa-miR-363-4378090 30.145895 29.365599 27.679329 28.261208 30.631313 28.837147 30.451574 36.214912 30.822092 29.814875 33.16722 29.320383 34.967007 40 40 29.32276 +hsa-miR-365-4373194 25.22199 24.791473 24.473515 25.233025 24.335373 22.971094 22.583687 27.68564 25.72512 26.575357 22.46285 24.941013 29.753593 25.96362 28.681005 25.18492 +hsa-miR-367-4373034 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 +hsa-miR-369-3p-4373032 40 40 40 40 40 40 40 40 40 40 32.429596 40 40 40 40 31.219519 +hsa-miR-369-5p-4373195 40 40 40 40 40 40 30.035944 40 40 40 31.80069 31.1995 40 40 40 29.897526 +hsa-miR-370-4395386 28.027323 26.652365 26.874245 27.28196 29.222815 28.723686 23.528393 28.29389 28.371801 25.883478 26.00066 24.849014 29.124321 26.391626 26.073782 23.085201 +hsa-miR-371-3p-4395235 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 +hsa-miR-372-4373029 40 40 33.64662 35.245846 40 40 40 40 40 31.515686 40 35.722374 30.273195 27.503933 31.333765 40 +hsa-miR-373-4378073 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/Output_Differentially_Expressed_transcripts.txt Thu Oct 10 04:24:43 2019 -0400 @@ -0,0 +1,122 @@ +RPs.class1...class2 RPs.class1...class2.1 RPrank.class1...class2 RPrank.class1...class2.1 pfp.class1...class2 pfp.class1...class2.1 pval.class1...class2 pval.class1...class2.1 AveFC +hsa.let.7a.4373169 35.2287166697874 66.8121056614332 25 92 1.12522901489316 1.10873932246089 0.232485333655611 0.843008410466132 -0.44813283122807 +hsa.let.7c.4373167 46.8700792380026 55.6516370615522 63 67 0.926083656696879 1.20053894957392 0.482175788197548 0.66476123654093 0.00830626877193108 +hsa.let.7d.4395394 56.1213665897553 57.4739474917145 85 71 0.959014966842299 1.1908604706699 0.673688199847896 0.698769367087296 0.11204156877193 +hsa.let.7e.4395517 55.0032952491413 60.0985135384074 81 78 0.974370930993455 1.15509135737272 0.652264838103057 0.744604346074979 0.0400519021052643 +hsa.let.7f.4373164 47.0764202431293 44.4036990878072 65 50 0.906012584559215 1.03523375896117 0.486700975176438 0.427782545025278 0.307971257634196 +hsa.let.7g.4395393 50.6877532345653 65.4675420878088 71 90 0.962136400315681 1.1099226159017 0.564559375391846 0.825562276290523 -0.141038364561402 +hsa.miR.9.4373285 10.536127469722 56.6034590519905 1 70 0.126021897856574 1.18015755445825 0.00104150328807086 0.682735775306423 -1.8888603645614 +hsa.miR.10a.4373153 62.8914554100751 28.2998209406868 100 17 0.954623829263224 0.808947655961007 0.788945313440681 0.113653802903613 0.941296102105263 +hsa.miR.10b.4395329 65.7105950009909 22.1423988128832 102 12 0.983185275810632 0.443542314376782 0.828800811013921 0.0439876675414991 1.37043604635244 +MammU6.4395470 34.9085465989085 70.7696006670046 24 108 1.14064856656784 0.994619381519313 0.226244343782051 0.887759447967651 -0.51441323122807 +MammU6.4395470.1 35.291306528833 69.0508562562824 27 101 1.0473770474074 1.04170574588188 0.233712233719008 0.869522977967516 -0.51441323122807 +hsa.miR.15a.4373123 42.9557679606758 41.1078034646755 50 42 0.957823451458406 1.02342579765472 0.395794814652234 0.355238706623951 0.437773976591533 +hsa.miR.15b.4373122 55.1994921062869 39.6877334577216 83 35 0.956435636268589 1.12183054313454 0.656067419919776 0.324496438096766 0.505775935438597 +hsa.miR.16.4373121 46.8093566468396 68.4414125389229 62 98 0.93841945275974 1.06506788535081 0.480843025381024 0.862616964994875 -0.230271264561404 +hsa.miR.17.4395419 74.6669180090301 37.586465138777 113 30 0.987882473803613 1.12972009654058 0.92256793008106 0.280095891704277 0.775343502105263 +hsa.miR.18a.4395533 75.4064931066633 28.9044399642879 114 20 0.985191937103621 0.740915478994738 0.928197362229858 0.122465368428882 1.0351033354386 +hsa.miR.18b.4395328 84.777879778874 17.2768167295538 115 7 1.0276184312077 0.25093199374832 0.976662145362688 0.0145167269110598 2.18943941617554 +hsa.miR.19a.4373099 64.5324435433049 44.9034765223427 101 51 0.973695248372392 1.04114907406384 0.812753885005055 0.438831427911205 0.480579502105264 +hsa.miR.19b.4373098 67.8331532853782 42.4334749945257 104 44 0.995332421129292 1.05679333618965 0.855492328904515 0.384288485887146 0.572982635438597 +hsa.miR.20a.4373286 69.5504329403339 34.8493912454534 107 26 0.989498941483387 1.04757037723744 0.875011460650599 0.225097767009698 0.78123896877193 +hsa.miR.20b.4373263 58.693517173634 44.2445061439214 94 49 0.927515425142335 1.04766925755135 0.72054917325107 0.424262757190218 0.614445202105264 +hsa.miR.21.4373090 58.3757240329522 40.5391078238433 91 37 0.950651330826961 1.12128152686414 0.714952653762425 0.342871210693993 0.567005868771932 +hsa.miR.22.4373079 24.3608555659537 75.0909067867862 7 115 1.11982567689629 0.974136024182765 0.0647833036220993 0.92583175852081 -1.08916753122807 +hsa.miR.23a.4373074 55.1847427037704 56.1075911595715 82 68 0.967678585973674 1.19830562655311 0.655782182230093 0.673427955418276 0.0811706354385975 +hsa.miR.23b.4373073 35.2492761980368 43.000024716232 26 46 1.08382539749689 1.0436800570152 0.232888101941481 0.396770930766108 0.137116705448388 +hsa.miR.24.4373072 44.4478720044645 69.1218871331497 55 102 0.94327028191146 1.03242988771413 0.428759219050664 0.870312797907782 -0.256882597894736 +hsa.miR.25.4373071 62.0643646493867 45.5648291729117 98 54 0.958504342621373 1.01604188157759 0.776309302288384 0.453440178555289 0.425048902105264 +hsa.miR.26a.4395166 46.5553393478423 68.7075708531158 60 99 0.958446614028142 1.05803075548507 0.475262783815607 0.865661527215058 -0.258735864561402 +hsa.miR.26b.4395167 40.4101733209449 75.0066541288493 43 114 0.956960881537346 0.982001016694782 0.340077007488478 0.925191040522356 -0.434572064561403 +hsa.miR.27a.4373287 42.7511323033725 70.193670434168 49 106 0.966230786911811 1.00664117623788 0.391283541807262 0.881850947778637 -0.31787353122807 +hsa.miR.27b.4373068 46.4106700456541 67.0737830815825 59 93 0.968166792531627 1.10106177082014 0.472081328589802 0.846270617241925 -0.25140753122807 +hsa.miR.28.3p.4395557 40.6322352834779 60.535210550394 44 79 0.948452355718037 1.15156360788875 0.34489176571565 0.751847314241415 -0.176673097894737 +hsa.miR.28.5p.4373067 41.3162688386693 69.9739445489307 47 104 0.926263442481905 1.02331476972329 0.359788279311153 0.879543273150594 -0.309909764561403 +MammU6.4395470.2 34.2413989197904 70.8211622262731 20 109 1.29128456647729 0.986070702225151 0.213435465533437 0.888278566467284 -0.51441323122807 +MammU6.4395470.3 35.7320903744624 70.1035015896213 29 105 1.01145197294661 1.0151410642516 0.242414109218608 0.88090753509436 -0.51441323122807 +hsa.miR.29a.4395223 46.9495080801353 55.5296052753449 64 66 0.91490821426252 1.21444484960372 0.483918394320672 0.662424463420211 -0.0153592312280697 +hsa.miR.29b.4373288 36.2255124931867 61.9400432414879 30 84 1.01752170722232 1.11546664349633 0.252278109228674 0.774373537633814 -0.304025264561403 +hsa.miR.29c.4395171 21.4070139513841 87.448327519995 4 120 1.15420154444355 0.992385730901883 0.0381554229568115 0.984184195935752 -1.12739733122807 +hsa.miR.30b.4373290 27.6604748752578 73.4795474546169 12 113 1.05576699802616 0.977524390483328 0.104704165093504 0.912894678715835 -0.779788564561403 +hsa.miR.30c.4373060 26.4828802385374 71.8840757001403 8 112 1.34969521954483 0.970833509228798 0.0892360475732122 0.898622752344011 -0.928280897894736 +hsa.miR.31.4395390 31.0387332562355 33.731422852518 17 25 1.11142028637526 0.986545981005909 0.156149957589912 0.203831814257419 0.0525106354385969 +hsa.miR.34a.4395168 36.9159919865016 61.5506233672022 34 83 0.947662366217544 1.11997728134392 0.266285292986748 0.768248878938388 -0.26537363122807 +hsa.miR.92a.4395169 70.2375563601087 36.1404209078546 108 29 0.988512088660818 1.04547376034016 0.882308310540234 0.250568091321194 0.889609802105264 +hsa.miR.93.4373302 61.2965369611069 39.6311528950135 97 34 0.953284120454412 1.15050372665693 0.764202972595686 0.323282038895337 0.655649168771931 +hsa.miR.95.4373011 86.6178299778828 22.8141565572012 117 13 1.01565557183331 0.463271515662733 0.982080181028906 0.0497729727571531 1.51506430210526 +hsa.miR.99a.4373008 53.6287604841303 54.5424069087342 78 64 0.969762832864305 1.21616757896779 0.625136371598478 0.643262190528419 0.067893602105263 +hsa.miR.99b.4373007 37.5431376334204 67.3674361795056 36 94 0.9384140695571 1.09399431652567 0.279197574413683 0.849879882259614 -0.335970497894736 +hsa.miR.100.4373160 41.1959384949464 59.3785745243349 46 76 0.939489234791612 1.16608949180712 0.357161196697637 0.732419846093731 -0.21304413122807 +hsa.miR.101.4395364 55.868822913912 48.3345028779069 84 55 0.963537715579973 1.13112154653309 0.668902215774526 0.514146157515043 0.403893962919811 +hsa.miR.103.4373158 50.1335088328923 57.7723374576166 70 73 0.955583857214164 1.16719115346879 0.552817107479268 0.704173175233235 0.0393743354385956 +hsa.miR.106a.4395280 72.3371349449597 38.8156554860747 110 31 0.993109633254118 1.19393930554071 0.902826939321925 0.305885276626132 0.717189835438597 +RNU44.4373384 62.2279471966461 39.3871248316707 99 32 0.951917923211897 1.20264527679008 0.778841937173371 0.31805494923374 0.706346502105264 +hsa.miR.106b.4373155 53.4692575420864 49.4429417801746 76 57 0.990186637515657 1.14221159273777 0.62193540868752 0.538066618066551 0.236924635438597 +hsa.miR.125a.5p.4395309 37.1288416705334 68.0382007010791 35 97 0.935669642411137 1.07018894256274 0.270648243672643 0.857920061393268 -0.391130631228069 +hsa.miR.125b.4373148 43.5189237261866 63.1361581554452 53 87 0.931986851200943 1.10235526127562 0.408225645567355 0.792602543231231 -0.13781103122807 +hsa.miR.126.4395339 21.5107325508332 71.5225098405362 5 110 0.94250808633345 0.984698124604956 0.0389466151377459 0.895180113277233 -1.10629339789474 +hsa.miR.127.3p.4373147 70.6187612154893 21.4177631503247 109 11 0.983798303419578 0.420606395801794 0.886231529526727 0.0382369450728903 1.65796630210526 +hsa.miR.128.4395327 57.4334970855617 50.8322639707996 87 59 0.970827703948121 1.16407309662517 0.698033142508153 0.567605890089961 0.254177884796816 +hsa.miR.130a.4373145 39.6898089986034 66.1803482941243 42 91 0.934987175034544 1.11021338788605 0.324541002904552 0.834953870228351 -0.28605290863586 +hsa.miR.130b.4373144 58.3212622499881 44.2206673112049 90 48 0.959917080958772 1.06816704156969 0.713987911456938 0.423735685911943 0.426522835438596 +hsa.miR.132.4373143 72.5481231622978 30.9971155493347 111 22 0.986251944136728 0.855010096877489 0.904743519001461 0.155456381250453 1.08109146877193 +hsa.miR.133a.4395357 26.6176036941829 28.2612800662868 9 16 1.22261041614934 0.855345261752124 0.090937964837554 0.113103505686231 0.0156927687719302 +hsa.miR.134.4373299 94.5860290976694 12.0052026909073 120 3 1.00376197015933 0.0888428320079531 0.995466416686941 0.00220271484317239 2.73494884290486 +hsa.miR.135b.4395372 90.1424166598191 10.3634623424458 118 2 1.01489401976457 0.0571541642160587 0.98973135811751 0.000944696929191053 3.19000553638624 +hsa.miR.138.4395395 30.8719206694688 28.7546756138386 16 19 1.15992449296295 0.765813092343432 0.153378445350472 0.120251642599382 0.413280548641702 +hsa.miR.139.5p.4395400 37.6606040820164 58.1010887575846 37 74 0.921022016462453 1.16106210999598 0.281634831480254 0.710071042476881 -0.169963464561402 +hsa.miR.140.3p.4395345 23.7176839486084 87.2925639970237 6 119 1.17477999363176 1.00033932862384 0.0582535534032279 0.983804794266422 -1.04643829789474 +hsa.miR.140.5p.4373374 20.9145854915436 92.2260079976253 3 121 1.39303335747277 0.992874193573837 0.0345380171274241 0.992874193573837 -1.13894009789474 +hsa.miR.142.3p.4373136 53.3973360135554 52.2313391384686 75 60 1.00105496570517 1.20343877292273 0.620488615106509 0.596746498969947 0.115200435438597 +hsa.miR.142.5p.4395359 58.785225999407 35.2848877798901 95 27 0.919795779838877 1.04681272394842 0.722153711443746 0.233586310302539 0.781394586221705 +hsa.miR.143.4395360 27.2901874207341 54.5170378097775 10 63 1.20633380527445 1.23451468637879 0.0996970087003674 0.642763844974078 -0.525173564561403 +hsa.miR.145.4395389 44.2689617730106 41.094552626756 54 41 0.951874441796707 1.04753475517701 0.424803469892745 0.354949793076508 0.177742502105263 +hsa.miR.146a.4373132 56.7436362549979 31.3136457717637 86 24 0.964263557759411 0.810531290578024 0.685344346837267 0.160766536974153 0.99484577853081 +hsa.miR.146b.5p.4373178 32.1622309627703 58.760620605813 18 75 1.17901838828226 1.16438086950786 0.175391165199014 0.721723679447018 -0.39673643122807 +hsa.miR.148a.4373130 49.3285001356973 41.825740618728 68 43 0.953071063677043 1.04380361935722 0.535610184545776 0.370938476300501 0.344109068771931 +hsa.miR.149.4395366 43.0230100748501 31.2579792120465 51 23 0.942561411907683 0.840828184600261 0.397277950473486 0.159826845006661 0.499046360426002 +hsa.miR.150.4373127 48.4268429585011 35.4839003363998 67 28 0.932150005868317 1.02634472609142 0.516149176803117 0.237501258930246 0.582082435438597 +hsa.miR.152.4395170 36.857609624375 64.3442770129302 33 88 0.972004677371022 1.11390084884224 0.265092184737551 0.810109708248899 -0.33951953122807 +hsa.miR.181a.4373117 34.5681812444294 75.1705576556829 22 116 1.20821639215874 0.966366415621499 0.219675707665226 0.926433919108214 -0.583370231228069 +RNU48.4373383 43.4822845107493 59.7178345106474 52 77 0.948026431331117 1.16002716785328 0.407416317596844 0.738199106815723 -0.162982697894737 +hsa.miR.185.4395382 40.9509410503499 67.7516603357923 45 96 0.946006925553427 1.07705139263432 0.351820757437225 0.854520113164419 -0.230903797894736 +hsa.miR.186.4395396 57.7291088314302 57.5860294674931 88 72 0.967165757372592 1.17774134365749 0.703393278089158 0.700804766473877 0.129796702105264 +hsa.miR.191.4395410 68.3171695401597 49.1051218271018 106 56 0.983045744180738 1.14692064877471 0.861180569282299 0.530806250672594 0.38859766877193 +hsa.miR.192.4373108 46.7879392854463 15.3759479001326 61 5 0.952870707632679 0.198505578118786 0.480372836079284 0.00820270983961924 2.2527731354386 +hsa.miR.193a.5p.4395392 34.8391250420824 69.6470086466764 23 103 1.18316426610117 1.02915154590778 0.224898992729974 0.876054621723155 -0.437929764561403 +hsa.miR.193b.4395478 28.7808038165245 67.4741760646398 13 95 1.12284638537955 1.08413237673169 0.120636388511852 0.851178312310004 -0.655673364561403 +hsa.miR.194.4373106 39.2549588278796 15.8799312932915 40 6 0.953574726419197 0.194335779001427 0.315231314518743 0.00963648490916165 2.08315346877193 +hsa.miR.195.4373105 29.1465841619012 78.9169345223434 14 117 1.08975561464934 0.983531952517441 0.126087426488354 0.951018499541658 -0.777260397894735 +hsa.miR.196b.4395326 37.845617234098 30.8732704681634 39 21 0.885735556895789 0.883880688263613 0.285485014206081 0.153400780607735 0.74712636670527 +hsa.miR.197.4373102 45.8409672027188 50.4046068768689 58 58 0.958679742481785 1.16529647183573 0.459532438544988 0.558571862532828 0.0956193354385968 +hsa.miR.199a.3p.4395415 61.0542938866474 40.8347131760383 96 39 0.95830652201404 1.08369889789593 0.760309306721883 0.349291380313565 0.592049235438597 +hsa.miR.200a.4378069 52.7988697759324 20.2799897286481 73 10 1.00839184975806 0.365542273878026 0.608368636630897 0.0302101052791757 1.50274430210526 +hsa.miR.200b.4395362 91.7675290155164 14.2345118100525 119 4 1.0089344542611 0.167171788371197 0.992257851711325 0.00552634011144454 2.50608283622595 +hsa.miR.200c.4395411 97.2285057132699 8.76837528719496 121 1 0.997419039387118 0.0411426767284208 0.997419039387118 0.000340022121722486 4.23872162921062 +hsa.miR.204.4373094 11.6393438820439 70.5328038998662 2 107 0.11196606858841 1.00119542907081 0.00185067881964314 0.885354635624598 -1.83589803122807 +hsa.miR.210.4373089 44.7255719063089 39.5074283496487 57 33 0.923206349303533 1.17564219550969 0.434898858762821 0.320629689684462 0.268055302105264 +hsa.miR.214.4395417 54.9809722228099 40.3284130593875 80 36 0.985894458668031 1.13708791238937 0.651831047053243 0.338307147487745 0.592415402105263 +hsa.miR.218.4373081 33.3182049462543 61.5005304238664 19 82 1.24932927365745 1.13246309698033 0.196175671070178 0.767454330185019 -0.313370655773772 +hsa.miR.221.4373077 37.8420073675619 53.5958822663792 38 61 0.908804762412074 1.23871751815007 0.285409760096354 0.624477426505405 -0.0692033312280695 +hsa.miR.222.4395387 35.4493696592197 60.9306968708811 28 80 1.02340243767207 1.14694247914088 0.236820398800149 0.758309077117939 -0.359114564561403 +hsa.miR.223.4395406 34.5237596415276 44.0533551340846 21 47 1.260840568503 1.08137089394066 0.21882356974019 0.420036628224884 0.138275235438597 +hsa.miR.224.4395210 73.6176445667352 23.1839290539239 112 14 0.987511973966854 0.459335349270241 0.914060670118079 0.0531462387585402 1.39897626877193 +hsa.miR.296.5p.4373066 36.8281690924029 55.3455418239781 32 65 1.00010709043955 1.22654222511762 0.264491131355915 0.658886319278058 -0.193292597894736 +hsa.miR.301a.4373064 66.0296197448429 24.8634528526249 103 15 0.97856670132758 0.566054900986545 0.832994795344965 0.0701720951636212 1.55340547865687 +hsa.miR.320.4395388 58.3846010980728 40.9014415937415 92 40 0.940524776396571 1.06099818777054 0.715109747342847 0.350743202568772 0.393933002105264 +hsa.miR.323.3p.4395338 57.959114221853 17.2967717930428 89 8 0.961924459020784 0.220775398867766 0.707531213659915 0.0145967205862986 1.34928400983266 +hsa.miR.324.3p.4395272 44.6501754569801 64.3759010153882 56 89 0.936090623370591 1.10199140324386 0.433232024039282 0.810555660237219 -0.174225364561403 +hsa.miR.324.5p.4373052 53.120749630527 54.4855204065883 74 62 1.00545287042386 1.25321714216472 0.614905061250956 0.642144320778618 0.0601905354385961 +hsa.miR.328.4373049 27.4125003955639 82.4554878253522 11 118 1.11470200844018 0.992769602518229 0.101336546221834 0.968155480141744 -0.838278031228069 +hsa.miR.331.3p.4373046 36.6865532858239 71.8468364642764 31 111 1.02110562560939 0.97919716475403 0.261605573503231 0.898271779237168 -0.412132664561403 +hsa.miR.335.4373045 67.8664336522007 28.4553495372336 105 18 0.986309216128349 0.779027765866521 0.855888162756005 0.115888427980144 1.0980493144635 +hsa.miR.339.3p.4395295 51.1950298390811 61.1540978442817 72 81 0.96669704368085 1.13817347265526 0.575224687148935 0.761917779215507 0.0357133021052634 +hsa.miR.339.5p.4395368 41.7139485793845 45.4861361715899 48 53 0.928897518476201 1.03124665973164 0.368488271792212 0.451703082361793 0.00819328176540157 +has.miR.155.4395459 58.5745278104554 40.5736249931529 93 38 0.934770932095643 1.0941580777707 0.718460303180949 0.343619892192452 0.503639602105264 +hsa.let.7b.4395446 53.6206996952452 56.5600309947179 77 69 0.982103350076228 1.19584050155421 0.624974859139418 0.681925575266451 0.120173802105263 +hsa.miR.342.3p.4395371 47.1585003227777 61.9962760390221 66 85 0.895582233510376 1.10359159199459 0.488499400096569 0.775250291897028 -0.0869565312280698 +hsa.miR.345.4395297 39.4847738641054 68.725462444004 41 100 0.944816731426246 1.0476961636762 0.320144512301455 0.865864598079504 -0.37189033122807 +hsa.miR.361.5p.4373035 54.0431898119479 44.9099409774623 79 52 0.970149106691587 1.02145944950104 0.633403135773846 0.438974308876479 0.336599502105263 +hsa.miR.362.5p.4378092 49.3515939061691 42.901185378551 69 45 0.940128163461519 1.06101181657143 0.53610614280037 0.394591171452184 0.348744533765758 +hsa.miR.365.4373194 30.5505149724016 62.5808039552251 15 86 1.19469590385703 1.10341990548356 0.148102797998805 0.784248858442861 -0.530506497894736 +hsa.miR.370.4395386 85.6135441452575 17.529637034432 116 9 1.02146720058491 0.209097025210238 0.979257812130986 0.0155526712966292 2.0395945354386
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/Output_Imputed_data.txt Thu Oct 10 04:24:43 2019 -0400 @@ -0,0 +1,122 @@ +GSM628068_15b.txt GSM628070_18b.txt GSM628072_202b.txt GSM628080_22b.txt GSM628084_236b.txt GSM628085_23b.txt GSM628090_31b.txt GSM628093_49b1.txt GSM628094_49b2.txt GSM628101_5b.txt GSM628073_204b.txt GSM628096_4b.txt GSM628100_59b.txt GSM628104_6b1.txt GSM628105_6b2.txt GSM628106_7b.txt +hsa-let-7a-4373169 -0.10627070526316 -0.557821305263158 0.336157936842106 -0.780144431578947 -0.0814021263157905 0.668402547368419 0.0194041789473687 1.34244237894737 0.384812431578947 0.30180532631579 -0.384672778947369 -0.0333288105263172 2.74755885263158 -0.1108066 1.46416136842105 -0.0776833052631574 +hsa-let-7c-4373167 2.31021929473684 2.45362469473684 4.56912293684211 3.52972356842105 2.17141987368421 1.90707054736842 2.05991717894737 2.89496437894737 2.18686043157895 1.73135932631579 3.56901122105263 1.97634518947368 1.86694485263158 3.2289804 3.26888236842105 1.52856769473684 +hsa-let-7d-4395394 0.572405294736843 -0.273916305263157 0.273208936842106 -0.89686643157895 0.52192187368421 1.02561254736842 0.601744178947367 1.14809437894737 0.996484431578946 0.166171326315791 -0.527965778947369 0.459998189473684 0.373820852631578 0.484774399999999 0.627738368421053 0.390300694736844 +hsa-let-7e-4395517 -2.48294670526316 -2.87105530526316 -2.13697406315789 -3.40639743157895 -2.67303812631579 -1.99413445263158 -2.41962082105263 -2.00354762105263 -1.73984156842105 -2.80291367368421 -2.93227377894737 -2.55975681052632 -2.31524914736842 -2.5787856 -1.96488963157895 -2.60763830526316 +hsa-let-7f-4373164 2.64683729473684 2.10072169473684 1.89566093684211 1.92501956842105 2.36273787368421 2.47774154736842 2.66874117894737 2.95004337894737 3.46180243157895 2.35741432631579 2.17016222105263 2.32869518947368 -1.47808328054202 2.5925034 4.97843536842105 2.46849169473684 +hsa-let-7g-4395393 -0.360660705263157 -0.246760305263154 0.580444936842106 -0.356146431578949 -0.0232351263157904 0.700283547368421 0.329834178947369 0.463429378947373 1.01458143157895 0.328803326315789 -0.426551778947368 0.0557101894736816 0.798810852631579 0.7569794 0.491588368421053 0.628037694736842 +hsa-miR-9-4373285 0.218553294736843 7.28927269473684 5.51928993684211 4.85112356842105 -1.55655012631579 6.47460754736842 2.99358517894737 0.0272943789473707 2.30450743157895 2.90086532631579 5.77449222105263 8.24450318947368 1.89546585263158 6.8071984 5.52556836842105 1.69946369473684 +hsa-miR-10a-4373153 -0.203284705263158 2.96346869473684 4.78896093684211 4.19303656842105 2.07529787368421 1.96929754736842 3.15902717894737 3.14884637894737 4.39690743157895 2.86719432631579 4.00021922105263 2.40610818947368 2.99054285263158 0.599976399999999 0.28746636842105 1.68316169473684 +hsa-miR-10b-4395329 0.21526329473684 4.09103569473684 0.128488936842107 -1.17974743157895 1.59108587368421 -0.454721452631578 -0.135803821052633 2.20259937894737 2.73195343157895 3.97882232631579 1.19453422105263 0.635477189473683 -1.34622941285149 0.4099164 0.11442936842105 -1.32935830526316 +MammU6-4395470 -5.06895470526316 -6.13947830526316 -5.73250506315789 -6.82858743157895 -5.51284312631579 -6.22158245263158 -6.69455182105263 -6.46864262105263 -5.36103656842105 -6.15366567368421 -5.17901077894737 -3.51088481052632 -6.87602014736842 -6.1878156 -5.55582763157895 -5.71307030526316 +MammU6-4395470 -5.06895470526316 -6.13947830526316 -5.73250506315789 -6.82858743157895 -5.51284312631579 -6.22158245263158 -6.69455182105263 -6.46864262105263 -5.36103656842105 -6.15366567368421 -5.17901077894737 -3.51088481052632 -6.87602014736842 -6.1878156 -5.55582763157895 -5.71307030526316 +hsa-miR-15a-4373123 3.23836329473684 3.70094969473684 4.17385093684211 7.98237556842105 3.35357487368421 3.94521154736842 4.40403717894737 3.06676737894737 2.45976943157895 4.11709732631579 4.58925822105263 4.97367618947368 0.0609566057139617 4.4438444 4.17376836842105 3.39705069473684 +hsa-miR-15b-4373122 2.52584329473684 3.09239569473684 2.56561293684211 2.10488256842105 2.86841687368421 4.26089854736842 3.60125117894737 5.95711937894737 3.52837143157895 4.19907532631579 1.91725622105263 3.05073818947368 3.76748685263158 2.4632464 5.49313336842105 1.09580369473684 +hsa-miR-16-4373121 -2.00657870526316 -2.49035630526316 -1.99672306315789 -1.57782943157895 -2.38303212631579 -1.80285045263158 -1.63025082105263 -1.94874662105263 -2.56702856842105 -2.66837867368421 -1.98476077894737 -1.80409081052631 -2.29767314736842 -1.4753316 -1.18924163157895 -2.51033930526315 +hsa-miR-17-4395419 -1.79499070526316 -2.26196630526316 -4.50013306315789 -2.68134743157895 -3.39273612631579 -2.99110545263158 -1.38101782105263 -1.52695062105263 -1.83330756842105 -2.28642867368421 -3.01366677894737 -2.76961881052632 -3.23389414736842 -3.8956026 -3.54512763157895 -2.98414130526316 +hsa-miR-18a-4395533 5.58237429473684 4.75076669473684 1.74807393684211 3.02609456842105 2.84972087368421 4.23137654736842 4.01595417894737 4.14000337894737 4.55666843157895 4.38002332631579 4.16591422105263 3.99766118947368 3.14680485263158 1.7499894 2.08515836842105 2.21248569473684 +hsa-miR-18b-4395328 6.88157929473684 6.17644069473684 3.05174893684211 4.62661956842105 3.36480787368421 5.27572054736842 6.07514717894737 6.40662437894737 6.34538343157895 5.80233132631579 -0.923050778947367 5.10250318947368 5.71028956820991 2.4422824 2.96216936842105 3.97301169473684 +hsa-miR-19a-4373099 3.65561129473684 3.22277269473684 1.11906493684211 2.31467556842105 2.36821187368421 2.96127954736842 3.50299217894737 3.91184937894737 3.31605443157895 3.28246432631579 2.99925722105263 3.14296718947368 2.56984885263157 2.4360644 1.87961036842105 1.88176069473684 +hsa-miR-19b-4373098 -1.32351270526316 -1.61009030526316 -3.61913006315789 -1.99228343157895 -2.57441812631579 -2.07011545263158 -1.35967582105263 -0.929679621052632 -1.75613856842105 -1.71396667368421 -2.40072877894737 -1.91586481052632 -2.70152714736842 -2.3305766 -2.38599163157895 -3.07261330526316 +hsa-miR-20a-4373286 0.32625929473684 -0.517450305263158 -2.76717106315789 -0.811210431578949 -2.12624912631579 -1.00315445263158 0.215076178947367 0.565394378947371 0.0392374315789468 -0.258367673684209 -1.66126877894737 -0.982858810526317 -1.22628314736842 -2.1594596 -1.46260863157895 -0.997536305263157 +hsa-miR-20b-4373263 2.24750129473684 1.69704269473684 -0.343979063157892 1.14639656842105 0.709940873684211 1.20357954736842 2.80924917894737 3.43527937894737 2.69658843157895 1.98072432631579 1.26216122105263 1.52601018947368 0.978888852631577 0.609459399999999 1.18610536842105 1.30009769473684 +hsa-miR-21-4373090 -0.659377705263157 0.241534694736842 -2.41769906315789 -1.07747243157895 -2.85360112631579 -2.41850645263158 -1.55418782105263 -2.52138062105263 -2.39080456842105 0.542493326315793 -3.29930177894737 -2.24975781052632 -1.61002914736842 -1.3619036 -2.28452463157895 -1.66191930526316 +hsa-miR-22-4373079 -1.22232270526316 -0.334148305263156 -0.537692063157895 0.74218956842105 0.201439873684212 0.274105547368421 -0.864572821052633 -2.20570462105263 -2.13921156842105 -0.119018673684209 -0.334465778947369 0.0415361894736854 3.21218885263158 0.523385399999999 -1.06244663157895 0.431845694736843 +hsa-miR-23a-4373074 4.43605229473684 3.56405669473684 3.60539693684211 4.53509656842105 3.52733487368421 3.00238854736842 3.46007717894737 3.90427037894737 3.16754443157895 4.95202632631579 2.99568122105263 4.87744118947369 3.43131285263158 3.6567464 3.31522536842105 4.12911569473684 +hsa-miR-23b-4373073 3.84832929473684 2.15284569473684 5.09321893684211 2.22298056842105 3.04818387368421 2.35939054736842 4.57073717894737 4.36105737894737 4.62009843157895 2.78575132631579 6.62924122105263 3.95216218947368 -1.09585816742717 3.6628214 3.62144636842105 3.44504269473684 +hsa-miR-24-4373072 -2.43776870526316 -4.09310930526315 -3.91762906315789 -4.12623743157895 -3.03036612631579 -3.90880445263158 -3.13351482105263 -3.23444662105263 -2.97747656842105 -3.60977167368421 -3.73411377894737 -2.97199781052631 -2.96072814736842 -2.6418186 -3.51741063157895 -3.31411030526316 +hsa-miR-25-4373071 1.76506929473684 2.17097869473684 -0.659570063157894 0.816554568421051 1.14126987368421 1.49987554736842 2.09001917894737 1.56617637894737 1.71121343157895 1.88888332631579 1.26324022105263 1.09813118947368 0.320474852631577 0.837933400000001 0.80652636842105 1.51768269473684 +hsa-miR-26a-4395166 -2.81293470526316 -3.67457430526316 -2.40405906315789 -3.06410643157895 -2.49553812631579 -2.92728445263158 -2.44962882105263 -2.26573662105263 -1.89329556842105 -3.25475767368421 -2.34901077894737 -3.17481781052632 -1.76533514736842 -2.4245826 -2.31557663157895 -2.76341130526316 +hsa-miR-26b-4395167 0.91949129473684 0.229364694736844 1.15954293684211 -0.0261774315789474 0.0174428736842103 0.229988547368421 0.553636178947368 0.66764937894737 0.594527431578946 0.296556326315791 0.0739212210526325 0.370849189473685 1.66248285263158 1.3465204 1.07685636842105 0.862015694736844 +hsa-miR-27a-4373287 -0.0325887052631586 -0.540027305263156 -0.554941063157895 -0.03409743157895 -0.626332126315789 -0.850848452631578 0.146544178947366 -0.56914262105263 -0.599688568421055 -0.548883673684208 -0.832793778947369 0.392374189473685 0.271205852631578 0.2570354 -0.983331631578949 0.276747694736843 +hsa-miR-27b-4373068 0.913320294736842 0.365287694736843 1.69545793684211 -0.31490543157895 0.70039087368421 0.75438354736842 1.27098817894737 0.672884378947369 1.21814243157895 0.86095932631579 1.29284622105263 1.22579018947368 1.18279085263158 1.2459514 0.123676368421052 1.31953569473684 +hsa-miR-28-3p-4395557 -0.473655705263159 -0.895612305263157 -1.52626206315789 -3.73917443157895 -1.34834812631579 -1.31609445263158 -0.537095821052632 -1.57641162105263 -1.69931856842105 -0.71063667368421 -0.555292778947369 -0.536567810526314 -1.60887214736842 -1.2504666 -2.81989863157895 -0.462429305263157 +hsa-miR-28-5p-4373067 2.31633229473684 1.90569069473684 1.02749893684211 0.143035568421052 1.67255087368421 1.64825054736842 2.13934817894737 2.45993637894737 1.65671243157895 2.55899932631579 2.18319322105263 2.16480618947368 2.58046485263158 2.0126294 1.45320136842105 1.98217669473684 +MammU6-4395470 -5.06895470526316 -6.13947830526316 -5.73250506315789 -6.82858743157895 -5.51284312631579 -6.22158245263158 -6.69455182105263 -6.46864262105263 -5.36103656842105 -6.15366567368421 -5.17901077894737 -3.51088481052632 -6.87602014736842 -6.1878156 -5.55582763157895 -5.71307030526315 +MammU6-4395470 -5.06895470526316 -6.13947830526316 -5.73250506315789 -6.82858743157895 -5.51284312631579 -6.22158245263158 -6.69455182105263 -6.46864262105263 -5.36103656842105 -6.15366567368421 -5.17901077894737 -3.51088481052632 -6.87602014736842 -6.1878156 -5.55582763157895 -5.71307030526316 +hsa-miR-29a-4395223 -5.04273970526316 -3.39443630526316 -1.99018006315789 -2.08719443157895 -2.52911912631579 -2.83472945263158 -2.41142682105263 -2.73562062105263 -3.26599156842105 -2.51246467368421 -3.66120977894737 -3.29464881052631 -2.25326314736842 -3.3242766 -3.19649263157895 -1.46029530526316 +hsa-miR-29b-4373288 -0.337737705263159 2.25605169473684 3.33651793684211 2.41589156842105 1.38553487368421 2.11656254736842 2.07781717894737 1.49895737894737 1.66652943157895 2.88033032631579 1.01879622105263 2.34836018947368 3.16802985263158 1.6025964 1.47122836842105 3.79301369473684 +hsa-miR-29c-4395171 -1.41656270526316 -1.47881730526316 0.955219936842106 -1.74781743157895 -0.189510126315789 -0.531174452631578 -0.988872821052631 -1.31118062105263 -0.988632568421053 -0.324200673684211 -0.0467077789473689 -0.501292810526316 1.18325185263158 0.656977399999999 -0.0149386315789495 0.674164694736841 +hsa-miR-30b-4373290 -5.84019270526316 -4.84307630526316 -3.37505106315789 -3.01660743157895 -5.52642812631579 -4.41302245263158 -3.44335382105263 -2.52386562105263 -3.69685456842105 -4.13657567368421 -4.47691977894737 -3.47172181052632 -2.87383814736842 -3.0574046 -1.68597163157895 -4.24442930526316 +hsa-miR-30c-4373060 -5.32073970526316 -4.49645430526316 -3.28162906315789 -2.54768443157895 -5.75191212631579 -4.88651845263158 -3.07038682105263 -2.29631162105263 -3.45177356842105 -3.61643267368421 -4.10260377894737 -3.18409681052632 -2.77500214736842 -2.6210416 -1.10975663157895 -3.86971930526316 +hsa-miR-31-4395390 -2.26478570526316 2.26732969473684 -3.44720606315789 1.42585756842105 -2.92484612631579 -1.58155045263158 0.785904178947366 -0.603183621052629 -0.747395568421055 1.58350532631579 -3.83924177894737 -2.32379681052631 -0.160511147368421 -0.9019096 -1.27507563157895 4.88164869473684 +hsa-miR-34a-4395168 -0.581344705263159 -0.785547305263158 0.481233936842106 -1.17237843157895 -0.910292126315788 0.482826547368422 -1.12269782105263 -3.37498262105263 -2.89239556842105 -0.692943673684209 -0.557874778947369 -1.05263881052631 -0.652243147368424 -0.774592599999998 -2.22520063157895 0.513678694736844 +hsa-miR-92a-4395169 0.0489962947368419 0.358882694736842 -2.38338906315789 -0.968675431578948 -1.49176012631579 -0.589046452631578 0.304834178947367 0.38003637894737 0.893006431578947 -0.00079067368421093 -0.775900778947367 -1.10613781052632 -2.39636314736842 -1.2913986 -1.27273163157895 -0.563870305263158 +hsa-miR-93-4373302 2.37503829473684 1.67891669473685 -0.777305063157894 1.26943756842105 0.65361987368421 1.45814354736842 2.64647817894737 2.23010737894737 1.83016543157895 1.79947432631579 0.63821622105263 1.50615318947368 0.475253852631578 0.515158400000001 0.325969368421053 1.70379969473684 +hsa-miR-95-4373011 4.93659429473684 4.44293169473684 2.44865093684211 3.73512656842105 5.60500187368421 4.68343054736842 2.75259017894737 5.74630837894737 4.16947443157895 5.18586532631579 2.54100422105263 4.20553218947368 2.66358685263158 2.7843804 3.42393836842105 1.51475669473684 +hsa-miR-99a-4373008 0.0660912947368395 0.671401694736844 2.58973593684211 -0.213936431578947 0.505649873684209 -0.51376445263158 -0.113988821052633 0.24106437894737 0.677201431578947 -0.557197673684211 -0.281189778947368 0.266778189473683 0.162942852631577 0.540520400000002 0.29216236842105 0.622778694736844 +hsa-miR-99b-4373007 -0.0122607052631594 -0.211403305263158 1.47516093684211 -0.744699431578947 0.243777873684213 -0.803674452631579 -0.487913821052633 -0.412185621052629 0.344485431578946 0.0703043263157923 0.0178882210526332 -0.243579810526317 1.20609685263158 1.4579194 0.0552003684210511 -0.800747305263158 +hsa-miR-100-4373160 0.406326294736843 -0.0301113052631585 3.26816193684211 -0.122917431578948 0.733327873684211 0.291199547368421 0.245567178947368 0.556814378947369 0.177207431578946 -0.0243326736842104 -0.237789778947367 0.888678189473684 0.411435852631577 1.4203294 0.612631368421052 1.48372569473684 +hsa-miR-101-4395364 5.51019329473684 5.17796669473684 7.49301193684211 6.01004356842105 5.62667287368421 6.10232954736842 5.72417017894737 5.19685237894737 6.29721143157895 5.73824132631579 6.58545022105263 6.51590318947368 3.67869228774429 5.9138424 5.52900536842105 4.67975869473684 +hsa-miR-103-4373158 3.06065429473684 2.66464769473684 2.37888393684211 3.74765356842105 1.49926987368421 1.93393354736842 2.38288617894737 3.52345537894737 3.31999743157895 3.33594432631579 2.42691722105263 2.97507118947368 3.87368985263158 2.6807504 2.77488836842105 1.74083269473684 +hsa-miR-106a-4395280 -1.86893070526316 -2.38613030526316 -4.64409806315789 -2.75667643157895 -3.44911512631579 -2.91294445263158 -1.86853082105263 -1.61854462105263 -1.81788556842105 -2.41579267368421 -3.02918677894737 -2.86311181052632 -3.25593014736842 -3.9287306 -3.63599563157895 -3.03337330526316 +RNU44-4373384 1.56660429473684 1.20209969473684 -0.299741063157891 -0.0362244315789484 -1.27975612631579 -0.73528245263158 0.0428101789473665 -0.940781621052629 -0.622675568421056 0.64962332631579 -2.47671777894737 -0.260070810526316 -1.15295314736842 -0.5884936 -0.667743631578951 0.635905694736841 +hsa-miR-106b-4373155 1.61812629473684 1.56793769473684 -0.884536063157892 0.849729568421051 -0.120570126315791 0.174705547368422 1.36797117894737 1.44395737894737 1.23596343157894 1.39136932631579 0.59259922105263 0.844967189473685 1.73737285263158 0.210263399999999 -0.123298631578947 0.503340694736842 +hsa-miR-125a-5p-4395309 1.55929629473684 2.94945169473684 4.26883793684211 1.76993156842105 1.52552487368421 2.49147454736842 1.91094717894737 2.57802037894737 2.73532943157895 2.41135932631579 2.41886122105263 2.01451518947368 2.82826985263158 3.8826864 3.25047136842105 2.47208369473684 +hsa-miR-125b-4373148 -1.28868070526316 0.585056694736842 2.23569093684211 -0.28044143157895 0.56980587368421 0.35945954736842 -0.333217821052632 0.48512537894737 0.326628431578946 0.134797326315791 0.413946221052633 -0.323068810526316 -0.205788147368423 1.3903684 0.238546368421051 0.989396694736843 +hsa-miR-126-4395339 -3.05197470526316 -5.45491030526316 -2.27340406315789 -2.50636843157895 -0.916806126315788 -1.62389745263158 -3.05659282105263 -4.10629762105263 -3.05219556842105 -4.84385567368421 -3.09038377894737 -2.30226481052632 0.951077852631578 -2.3694986 -2.15665063157895 -2.92630130526316 +hsa-miR-127-3p-4373147 1.86582429473684 3.94774969473684 1.16667793684211 2.59346256842105 3.94392687368421 3.26747754736842 -1.26363182105263 2.20983137894737 1.97405743157895 0.691978326315791 0.910161221052633 0.553917189473683 0.663730852631577 0.719162400000002 0.322136368421052 -0.878493305263156 +hsa-miR-128-4395327 4.34085929473684 4.33204069473684 2.54042093684211 3.12545756842105 3.92027387368421 4.01348154736842 3.60539017894737 3.59461637894737 4.32284843157895 3.62672232631579 3.78601022105263 4.17351118947368 1.48642755648227 3.4964364 4.08337036842105 3.90244369473684 +hsa-miR-130a-4373145 3.36149829473684 1.13485169473684 2.39426293684211 2.80784056842105 0.988374873684212 1.66577354736842 2.80899217894737 2.76852137894737 3.97804143157895 2.34797932631579 2.76365022105263 1.78576118947369 3.02197631707831 3.2415554 3.48989536842105 1.96716069473684 +hsa-miR-130b-4373144 4.07709129473684 3.04486269473684 1.69930493684211 1.82896356842105 2.18026987368421 3.79827554736842 4.14286617894737 2.43632937894737 3.24877643157895 3.48300132631579 3.26768422105263 3.48269618947369 3.16634685263158 2.3444204 1.69585636842105 1.44770369473685 +hsa-miR-132-4373143 1.75566529473684 2.09345469473684 1.02196793684211 4.92430656842105 1.14639487368421 1.90290854736842 0.777799178947369 3.15288637894737 2.10662043157895 2.16237032631579 1.19961522105263 0.664038189473683 0.980122852631578 1.0304424 2.83024036842105 -0.564383305263156 +hsa-miR-133a-4395357 4.33480229473684 1.53229569473684 -4.16878906315789 -1.92824943157895 5.77286787368421 7.49518854736842 3.64852717894737 4.79345337894737 5.86631843157895 1.19752232631579 3.63172822105263 4.47580718947368 -0.738228147368421 4.5849194 1.15546236842105 3.92251669473684 +hsa-miR-134-4373299 5.51729029473684 3.99056969473684 4.16470393684211 6.15819556842105 6.54499287368421 6.01706154736842 -0.103174821052633 4.13801237894737 4.94337543157895 2.59200032631579 2.69455522105263 2.78183518947369 -1.34665059216599 3.0066254 2.68235236842105 0.149405694736842 +hsa-miR-135b-4395372 7.55468429473684 4.80962369473684 2.75482093684211 10.3230655778975 3.53001287368421 2.59426154736842 2.93030717894737 2.90561537894737 6.15718543157895 4.23961632631579 0.628746221052634 -0.944049810526316 0.321387852631577 3.5067494 2.95543536842105 3.07121369473684 +hsa-miR-138-4395395 6.36773329473684 1.39637969473684 7.67777493684211 6.52170756842105 5.07704587368421 3.23219154736842 4.91847217894737 0.49092137894737 -0.283753568421055 1.01381232631579 -0.146784658165998 3.62716318947368 2.89821985263158 3.9069364 4.41517236842105 4.66698069473684 +hsa-miR-139-5p-4395400 0.376951294736841 0.219569694736844 0.371633936842105 1.03375756842105 3.37532787368421 1.92654854736842 -1.22765782105263 2.18345137894737 1.94106943157895 0.154176326315792 1.47278922105263 0.867084189473682 0.448826852631576 0.8502014 2.54040136842105 1.05337469473684 +hsa-miR-140-3p-4395345 3.13924229473684 1.99372969473684 3.34830893684211 2.41081556842105 3.08620087368421 3.13371354736842 2.42648617894737 2.34862537894737 -0.248440568421053 1.98285632631579 4.04932022105263 2.92614218947368 3.38672085263158 3.2390774 3.67249736842105 3.17779469473684 +hsa-miR-140-5p-4373374 -0.270104705263158 -0.759666305263156 0.431451936842106 -0.643503431578949 0.12728787368421 -0.45653145263158 -0.873907821052633 -1.32562162105263 -3.08733656842105 -0.47233267368421 0.597806221052633 0.786222189473683 1.02447685263158 0.3827164 -0.134050631578948 -0.221689305263158 +hsa-miR-142-3p-4373136 -1.12969170526316 -0.296213305263155 0.380790936842107 -0.30996343157895 1.43698187368421 -0.71225845263158 -1.25918782105263 -1.65253762105263 -1.18392656842105 -0.839616673684208 -0.505087778947367 -1.47490681052632 -0.108200147368422 0.220810400000001 -0.88124663157895 -1.28194530526316 +hsa-miR-142-5p-4395359 5.14842829473684 6.07267169473684 6.46765393684211 7.32022456842105 7.52116487368421 5.64495154736842 5.06638717894737 5.53385437894737 5.31544043157895 5.11201932631579 6.11260022105263 4.60404218947368 2.18846134793293 7.0624554 5.40725536842105 5.45849569473684 +hsa-miR-143-4395360 -0.241270705263158 -1.60197230526316 1.26247093684211 -3.72637543157895 0.532888873684211 1.40535754736842 -0.116474821052634 -0.632127621052629 0.441043431578947 -1.33279267368421 0.594453221052632 0.872736189473684 2.19775185263158 0.559588399999999 -2.70227063157895 -0.776769305263155 +hsa-miR-145-4395389 -3.59358370526316 -5.57641830526316 -2.59280906315789 -6.62979343157895 -3.38036512631579 -0.0566344526315818 -4.00661582105263 -2.27687162105263 -1.70956456842105 -4.90334767368421 -3.16229877894737 -3.46698581052632 -2.43740314736842 -3.9720166 -4.75418163157895 -4.10917130526316 +hsa-miR-146a-4373132 -0.860456705263157 -0.690683305263157 1.20015193684211 -2.22703243157895 6.70097187368421 -1.78149945263158 -1.24080682105263 -2.07572862105263 -0.633686568421055 -2.18038767368421 -0.721380778947367 -2.34007981052632 -1.85996114736842 -1.2294056 -1.27381469013223 -0.817927305263158 +hsa-miR-146b-5p-4373178 -0.606704705263159 -2.75808530526316 -1.55512406315789 -0.438091431578947 0.763635873684212 -3.26910545263158 -1.45425982105263 -3.45405862105263 -1.54012956842105 -2.42028667368421 -2.03705377894737 -1.84862181052632 -2.20552614736842 -1.6920976 2.02250636842105 -1.89811430526316 +hsa-miR-148a-4373130 2.01946429473684 2.00574469473684 2.86777893684211 6.76736956842105 3.79237187368421 2.32826054736842 2.09599417894737 2.00873837894737 1.77326843157894 2.46714932631579 3.89392022105263 1.95269218947368 1.12965685263158 2.3095994 3.44324736842105 2.08191369473684 +hsa-miR-149-4395366 4.66817729473684 2.74259969473684 3.19544293684211 4.09964756842105 0.19276287368421 4.41145354736842 2.46856117894737 5.05268737894737 4.57394143157895 0.452037326315789 0.22921922105263 4.49983018947368 0.35957670270715 3.3073164 5.68560836842105 2.03855769473684 +hsa-miR-150-4373127 -2.97647870526316 -3.51645030526316 -0.874215063157894 -2.31567043157895 1.63187487368421 -2.78076445263158 -2.78196182105263 -2.77306062105263 -2.48656556842105 -3.73300567368421 -2.50640877894737 -5.37878981052632 -0.61105214736842 -3.1041236 -1.95218863157895 -3.50371030526316 +hsa-miR-152-4395170 2.98380929473684 1.95340569473684 2.83524093684211 1.95643556842105 4.45817287368421 1.29349154736842 2.45335017894737 0.542109378947369 0.217116431578947 2.02767732631579 2.61759922105263 1.67661318947368 2.49024185263158 2.6679524 2.23221236842105 2.78498369473684 +hsa-miR-181a-4373117 1.65239729473684 0.364608694736845 0.744558936842107 0.664937568421053 1.83341487368421 0.93179154736842 1.57997817894737 -0.0870756210526302 0.939055431578947 0.23936032631579 0.779397221052633 0.837448189473683 1.20144985263158 2.8797384 1.45650136842105 1.66350269473684 +RNU48-4373383 -1.65221070526316 -0.629488305263156 -2.04684906315789 -2.32959543157895 -3.25864212631579 -2.64111645263158 -2.04319382105263 -2.18061962105263 -0.600899568421053 -0.933660673684209 -2.37547877894737 -1.36637681052632 -2.04740714736842 -1.6117506 -0.516706631578949 -2.09414930526315 +hsa-miR-185-4395382 1.27161929473684 1.77013769473684 1.20476193684211 2.71236256842105 2.95941987368421 3.17626754736842 2.43205217894737 1.09467137894737 1.08446443157895 1.48823132631579 2.61603922105263 2.53489518947368 1.25060785263158 2.3988024 1.41409736842105 2.68737369473684 +hsa-miR-186-4395396 0.177677294736842 -0.612990305263157 -1.36702706315789 -0.622885431578947 -0.0550091263157881 -1.31199845263158 -0.170379821052634 -0.629954621052629 -0.876455568421054 -0.332548673684208 -0.490692778947369 -0.306554810526315 -0.362150147368421 -0.895836599999999 -1.73482463157895 -0.469664305263155 +hsa-miR-191-4395410 -4.02735270526316 -4.18962630526316 -5.18693306315789 -4.23354543157895 -4.76580912631579 -3.87340445263158 -4.01214282105263 -3.14741062105263 -3.54656256842105 -4.11934667368421 -4.86799677894737 -4.48565181052632 -4.88270314736842 -4.3244816 -4.04581663157895 -4.38621630526316 +hsa-miR-192-4373108 2.62099129473684 1.72296569473684 -0.0941520631578925 2.46272056842105 -2.31003312631579 -2.89356545263158 3.58945017894737 1.41477437894737 1.88770443157895 1.66824332631579 2.73093322105263 1.44254118947368 -3.72118214736842 -4.9932776 -5.59106663157895 2.65687269473684 +hsa-miR-193a-5p-4395392 4.38441529473684 3.50859069473684 3.92226093684211 1.91282456842105 4.56417787368421 3.73335554736842 3.90208417894737 3.54563237894737 3.85962643157895 3.56496732631579 4.50090922105263 3.94564218947368 2.61207185263158 4.0526814 4.31462136842105 5.34041369473684 +hsa-miR-193b-4395478 -1.73953570526316 -0.130260305263157 -0.784639063157893 -1.17324843157895 -0.83032312631579 -3.00353445263158 -2.89567382105263 -2.28276362105263 -2.87160156842105 -0.60826067368421 -3.09392177894737 -1.06369381052632 -1.46495114736842 -0.0105836000000004 -0.305311631578949 0.0805976947368459 +hsa-miR-194-4373106 5.82445329473684 4.84192969473684 3.07356493684211 5.41571956842105 1.19002387368421 0.24296454736842 6.14257617894737 5.24698737894737 5.63490243157895 4.54659232631579 6.46009622105263 4.75628318947368 -0.549070147368423 -2.0474926 -2.08662963157895 6.26372069473684 +hsa-miR-195-4373105 0.924013294736843 -1.04358830526315 1.41614993684211 -0.0754584315789479 -0.0588581263157906 1.64485554736842 0.259817178947368 -0.40057662105263 -0.178771568421054 -0.182660673684213 1.15744622105263 0.527406189473683 1.83157285263158 1.3209584 0.67874736842105 0.530384694736842 +hsa-miR-196b-4395326 6.28971129473684 8.20783569473684 3.02030393684211 1.58840956842105 0.356441873684211 0.308557547368419 5.13876317894737 2.44764337894737 1.82240843157895 3.56358132631579 5.47268422105263 5.29095118947368 1.88027585263158 1.7533144 1.48972136842105 -0.723511492863196 +hsa-miR-197-4373102 2.20365129473684 1.49391969473684 -0.0527260631578947 3.73112256842105 1.30096487368421 0.62932854736842 2.12170217894737 3.32130137894737 2.81377743157894 2.69625432631579 1.80920022105263 1.17885618947369 2.39307585263158 0.9521604 3.36866836842105 1.87990069473685 +hsa-miR-199a-3p-4395415 1.42947829473684 0.171746694736843 1.20779893684211 0.954681568421051 3.34653787368421 2.54379854736842 1.18028817894737 1.78211237894737 3.25417843157895 0.752544326315792 0.705139221052633 -0.319179810526315 2.65126185263158 1.3148264 1.46543136842105 0.604124694736843 +hsa-miR-200a-4378069 -2.44110470526316 -1.77706130526316 -3.19299406315789 4.78268056842105 -2.08717212631579 -1.05859145263158 -1.13169182105263 -2.71622562105263 -2.34633756842105 -1.98366767368421 2.39820422105263 -2.84966481052632 -3.05090014736842 -5.0687016 -5.04057163157895 -3.77613130526316 +hsa-miR-200b-4395362 -1.08850270526316 -0.623445305263157 -2.37460606315789 5.54974424296129 0.70139987368421 1.44271554736842 0.431074178947366 0.209006378947368 0.658098431578946 -0.36791667368421 -1.26924177894737 -1.35506181052632 -2.03214114736842 -3.0811476 -2.67775563157895 -1.89860830526316 +hsa-miR-200c-4395411 -1.66135770526316 -1.57503930526316 -3.37776906315789 2.92543150614129 7.42004087368421 7.71499854736842 -1.33652182105263 -0.453652621052629 5.62161543157895 -1.66161167368421 -3.70023177894737 -2.23811181052632 -3.52618414736842 -3.3342126 -3.05902163157895 -1.40488730526316 +hsa-miR-204-4373094 3.65563629473684 3.50427669473684 5.07004393684211 0.866517568421052 -1.23340212631579 -1.78085445263158 2.60677717894737 0.774071378947369 -1.00327956842105 2.73908732631579 4.55361922105263 0.956302189473686 2.24574785263158 2.6714444 5.08734136842105 4.62025769473684 +hsa-miR-210-4373089 0.323471294736841 0.957662694736843 -0.609382063157891 0.700494568421053 -1.67753512631579 0.911796547368422 1.75391417894737 -2.42726062105263 -2.94064756842105 0.562885326315789 1.34967622105263 0.232014189473684 -2.07709114736842 -0.337998599999999 -1.62656363157895 -0.615129305263157 +hsa-miR-214-4395417 -0.0839267052631598 -1.34517830526316 0.292497936842107 -1.66192043157895 1.80291187368421 1.00817354736842 0.0606591789473683 0.588282378947369 1.64529143157895 -0.961190673684211 0.0316712210526333 -1.93582381052632 0.697438852631578 -0.627883600000001 -0.62444463157895 -0.288090305263157 +hsa-miR-218-4373081 1.27957929473684 0.0787446947368444 3.13758293684211 2.07077756842105 1.05148187368421 3.14538554736842 1.06030417894737 2.11071637894737 5.01935743157895 0.83836732631579 0.504709221052632 1.77668918947368 3.42540739990579 2.7934634 2.38360236842105 2.87173069473684 +hsa-miR-221-4373077 -2.98405070526316 1.31290469473684 0.195028936842107 3.05089756842105 1.40355187368421 1.35601254736842 2.77537717894737 2.27382937894737 0.638137431578947 2.49081732631579 1.01635522105263 1.35319518947368 1.08249285263158 0.5315674 1.32905436842105 2.61005869473684 +hsa-miR-222-4395387 -9.20469670526316 -5.92636030526316 -6.34493206315789 -5.36205743157895 -4.93656212631579 -5.24352645263158 -4.13473882105263 -5.90409762105263 -6.59627056842105 -5.52004067368421 -4.78171977894737 -6.66060681052632 -5.62991014736842 -5.7909176 -6.17667363157895 -4.30945430526315 +hsa-miR-223-4395406 -4.41115570526316 -3.94487530526316 -3.61116306315789 -1.93496343157895 -0.570165126315789 -3.78110645263158 -3.95558982105263 -5.05209462105263 -5.03826156842105 -3.30289467368421 -5.00893377894737 -3.73682581052632 -7.12602414736842 -1.9017646 -2.30698563157895 -2.11047930526316 +hsa-miR-224-4395210 3.10787629473684 2.30202069473684 3.55361793684211 0.514480568421053 3.51435187368421 2.09726554736842 0.395874178947366 4.10668637894737 4.01806143157895 3.22220732631579 1.00352422105263 1.63873318947368 -0.278906147368424 0.668761400000001 1.13065136842105 3.54284369473684 +hsa-miR-296-5p-4373066 5.79893729473684 4.39573969473684 5.00683093684211 2.12271056842105 5.21328587368421 3.19302754736842 4.86993517894737 3.26755937894737 3.15824843157895 3.84383532631579 2.68357822105263 3.28132018947369 3.55120685263158 4.4944584 5.87813336842105 5.79312469473684 +hsa-miR-301a-4373064 4.47053729473684 3.54165469473684 3.26073693684211 4.26619856842105 1.62302087368421 2.81667954736842 3.25586617894737 3.48713937894737 3.37865043157895 3.82710232631579 2.42775622105263 4.36790118947368 -2.62263300667804 3.6883914 2.88267736842105 0.292025694736843 +hsa-miR-320-4395388 -2.36416770526316 -2.68344530526316 -3.38561606315789 -4.55667143157895 -3.10177712631579 -1.60702445263158 -2.67751182105263 -4.58087662105263 -3.16800956842105 -3.89556867368421 -2.35071377894737 -3.01387581052632 -5.22782914736842 -3.3054436 -4.84489963157895 -2.83323730526316 +hsa-miR-323-3p-4395338 7.10971629473684 5.89873469473684 5.62222393684211 6.93120256842105 7.59237587368421 8.32433154736842 2.01266417894737 -3.22755054377873 6.03126843157895 4.80925932631579 4.19141622105263 4.44491818947368 3.79133185263158 4.6484964 4.64002636842105 0.850642694736845 +hsa-miR-324-3p-4395272 3.45744729473684 2.88232969473684 3.63416093684211 3.60607456842105 2.06912787368421 2.70523254736842 3.31344017894737 2.41061937894737 2.69759443157895 2.19808732631579 4.10340222105263 3.18362418947368 2.90945785263158 3.6875184 2.12720536842105 2.41861269473684 +hsa-miR-324-5p-4373052 3.16928329473684 3.58489969473684 2.96792093684211 5.04054256842105 1.77946387368421 2.26742954736842 2.64646317894737 3.30156937894737 3.10756943157894 3.25316632631579 3.64180322105263 3.28776118947368 3.22894485263158 3.4573064 2.93781836842105 1.75620769473684 +hsa-miR-328-4373049 3.27993229473684 3.68535769473684 3.58152493684211 3.92448556842105 2.18710387368421 3.24572454736842 2.88074417894737 4.13509637894737 5.30868043157895 3.40946932631579 4.66528822105263 3.89512418947368 4.05093385263158 4.3544434 5.29080936842105 4.15594069473684 +hsa-miR-331-3p-4373046 2.93146729473684 1.51101269473684 1.83381893684211 2.12709256842105 0.774500873684211 0.711429547368422 2.21981017894737 1.61664437894737 2.55875543157895 1.79296932631579 3.34701322105263 2.00728818947368 2.72365385263158 1.8308304 1.61220836842105 1.79830269473684 +hsa-miR-335-4373045 4.94161829473684 3.82338569473684 3.98305093684211 4.41330256842105 6.38640487368421 3.74398854736842 3.43640717894737 6.26213537894737 6.53206843157895 3.46200532631579 4.52837322105263 4.32469918947368 1.88110857848214 3.7849624 4.86162236842105 2.22155869473684 +hsa-miR-339-3p-4395295 1.29027229473684 2.10400769473684 1.32181193684211 1.94986856842105 1.23853587368421 0.703750547368423 2.94138417894737 1.20808037894737 1.23993443157895 1.05050832631579 1.50728622105263 1.75555018947368 1.89620385263158 1.4316774 0.386932368421052 1.83696269473684 +hsa-miR-339-5p-4395368 3.18350029473684 3.92187069473684 2.48096493684211 3.93302156842105 1.97902387368421 2.19764954736842 4.71610417894737 6.00101337894737 5.46988643157895 4.61992232631579 3.96348122105263 3.27562118947369 1.89196377467075 4.2214264 5.87429836842105 3.82582369473684 +has-miR-155-4395459 -0.0294007052631575 -0.494276305263156 -1.01668706315789 -0.997341431578949 0.83879387368421 -0.592361452631579 -1.73403982105263 -1.44072862105263 -0.768281568421051 -2.21747467368421 -0.301904778947367 -2.39522781052631 -0.379622147368423 -1.7538556 -2.91682163157895 -0.345484305263156 +hsa-let-7b-4395446 -3.65422470526316 -3.61276630526316 -2.14483406315789 -3.86483043157895 -3.44216812631579 -2.05403145263158 -3.69544482105263 -3.43332262105263 -3.73417556842105 -3.99293767368421 -2.77420677894737 -3.78921881052631 -4.55150414736842 -3.2732766 -3.22001663157895 -3.29006130526316 +hsa-miR-342-3p-4395371 -2.64395470526316 -4.04191430526316 -2.70672206315789 -2.21768043157895 -3.45335512631579 -2.94229445263158 -2.74574882105263 -2.86960562105263 -2.87345956842105 -3.49858067368421 -3.16175477894737 -3.79894181052632 -2.37456314736842 -2.0879436 -2.35458963157895 -3.69645730526316 +hsa-miR-345-4395297 1.75853929473684 1.56731569473684 0.714246936842105 1.74198256842105 0.0584738736842105 1.50742154736842 1.53843317894737 1.84306937894737 2.37007043157895 1.49650332631579 3.24408322105263 1.71004818947369 1.39193885263158 1.0402564 2.19943236842105 1.40321669473684 +hsa-miR-361-5p-4373035 1.62582229473684 2.56989469473684 2.80660293684211 4.20918856842105 2.47735087368421 1.93920954736842 3.00961617894737 3.79227537894737 2.64113743157895 3.77581332631579 2.44868022105263 2.52989618947368 0.772641852631576 2.5857364 4.68980836842105 2.26178669473684 +hsa-miR-362-5p-4378092 2.74312229473684 4.92097269473684 3.68132493684211 3.34620456842105 5.26336887368421 4.50677754736842 5.31383817894737 4.07084137894737 4.43278243157895 3.53674132631579 4.10091622105263 5.69495218947369 1.04035446266861 4.2453664 3.07822036842105 4.83730769473684 +hsa-miR-365-4373194 1.19009929473684 1.77476269473684 0.727625936842106 1.35026756842105 1.44293087368421 -0.578830452631578 -0.815698821052631 2.15247937894737 0.773308431578947 1.71378632631579 -1.06104377894737 1.61665118947369 1.97894985263158 1.5063264 3.10355336842105 1.87704069473685 +hsa-miR-370-4395386 3.99543229473684 3.63565469473684 3.12835593684211 3.39920256842105 6.33037287368421 5.17376154736842 0.129007178947369 2.76072937894737 3.41998943157895 1.02190732631579 2.47676622105263 1.52465218947368 1.34967785263158 1.9343324 0.496330368421052 -0.222678305263155
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/Output_Normalized_data.txt Thu Oct 10 04:24:43 2019 -0400 @@ -0,0 +1,192 @@ +GSM628068_15b.txt GSM628070_18b.txt GSM628072_202b.txt GSM628080_22b.txt GSM628084_236b.txt GSM628085_23b.txt GSM628090_31b.txt GSM628093_49b1.txt GSM628094_49b2.txt GSM628101_5b.txt GSM628073_204b.txt GSM628096_4b.txt GSM628100_59b.txt GSM628104_6b1.txt GSM628105_6b2.txt GSM628106_7b.txt +hsa-let-7a-4373169 -0.10627070526316 -0.557821305263158 0.336157936842106 -0.780144431578947 -0.0814021263157905 0.668402547368419 0.0194041789473687 1.34244237894737 0.384812431578947 0.30180532631579 -0.384672778947369 -0.0333288105263172 2.74755885263158 -0.1108066 1.46416136842105 -0.0776833052631574 +hsa-let-7c-4373167 2.31021929473684 2.45362469473684 4.56912293684211 3.52972356842105 2.17141987368421 1.90707054736842 2.05991717894737 2.89496437894737 2.18686043157895 1.73135932631579 3.56901122105263 1.97634518947368 1.86694485263158 3.2289804 3.26888236842105 1.52856769473684 +hsa-let-7d-4395394 0.572405294736843 -0.273916305263157 0.273208936842106 -0.89686643157895 0.52192187368421 1.02561254736842 0.601744178947367 1.14809437894737 0.996484431578946 0.166171326315791 -0.527965778947369 0.459998189473684 0.373820852631578 0.484774399999999 0.627738368421053 0.390300694736844 +hsa-let-7e-4395517 -2.48294670526316 -2.87105530526316 -2.13697406315789 -3.40639743157895 -2.67303812631579 -1.99413445263158 -2.41962082105263 -2.00354762105263 -1.73984156842105 -2.80291367368421 -2.93227377894737 -2.55975681052632 -2.31524914736842 -2.5787856 -1.96488963157895 -2.60763830526316 +hsa-let-7f-4373164 2.64683729473684 2.10072169473684 1.89566093684211 1.92501956842105 2.36273787368421 2.47774154736842 2.66874117894737 2.95004337894737 3.46180243157895 2.35741432631579 2.17016222105263 2.32869518947368 NA 2.5925034 4.97843536842105 2.46849169473684 +hsa-let-7g-4395393 -0.360660705263157 -0.246760305263155 0.580444936842106 -0.356146431578949 -0.0232351263157895 0.700283547368421 0.329834178947369 0.463429378947371 1.01458143157895 0.328803326315789 -0.426551778947367 0.0557101894736824 0.798810852631579 0.756979399999999 0.491588368421052 0.628037694736843 +hsa-miR-1-4395333 NA 8.21890969473684 2.42275693684211 4.51909656842105 NA NA NA NA NA NA NA NA NA NA NA NA +hsa-miR-9-4373285 0.218553294736843 7.28927269473684 5.51928993684211 4.85112356842105 -1.55655012631579 6.47460754736842 2.99358517894737 0.0272943789473707 2.30450743157895 2.90086532631579 5.77449222105263 8.24450318947368 1.89546585263158 6.8071984 5.52556836842105 1.69946369473684 +hsa-miR-10a-4373153 -0.203284705263158 2.96346869473684 4.78896093684211 4.19303656842105 2.07529787368421 1.96929754736842 3.15902717894737 3.14884637894737 4.39690743157895 2.86719432631579 4.00021922105263 2.40610818947368 2.99054285263158 0.599976399999999 0.28746636842105 1.68316169473684 +hsa-miR-10b-4395329 0.21526329473684 4.09103569473684 0.128488936842107 -1.17974743157895 1.59108587368421 -0.454721452631578 -0.135803821052633 2.20259937894737 2.73195343157895 3.97882232631579 1.19453422105263 0.635477189473683 NA 0.4099164 0.11442936842105 -1.32935830526316 +MammU6-4395470 -5.06895470526316 -6.13947830526316 -5.73250506315789 -6.82858743157895 -5.51284312631579 -6.22158245263158 -6.69455182105263 -6.46864262105263 -5.36103656842105 -6.15366567368421 -5.17901077894737 -3.51088481052632 -6.87602014736842 -6.1878156 -5.55582763157895 -5.71307030526316 +MammU6-4395470 -5.06895470526316 -6.13947830526316 -5.73250506315789 -6.82858743157895 -5.51284312631579 -6.22158245263158 -6.69455182105263 -6.46864262105263 -5.36103656842105 -6.15366567368421 -5.17901077894737 -3.51088481052632 -6.87602014736842 -6.1878156 -5.55582763157895 -5.71307030526316 +hsa-miR-15a-4373123 3.23836329473684 3.70094969473684 4.17385093684211 7.98237556842105 3.35357487368421 3.94521154736842 4.40403717894737 3.06676737894737 2.45976943157895 4.11709732631579 4.58925822105263 4.97367618947368 NA 4.4438444 4.17376836842105 3.39705069473684 +hsa-miR-15b-4373122 2.52584329473684 3.09239569473684 2.56561293684211 2.10488256842105 2.86841687368421 4.26089854736842 3.60125117894737 5.95711937894737 3.52837143157895 4.19907532631579 1.91725622105263 3.05073818947368 3.76748685263158 2.4632464 5.49313336842105 1.09580369473684 +hsa-miR-16-4373121 -2.00657870526316 -2.49035630526316 -1.99672306315789 -1.57782943157895 -2.38303212631579 -1.80285045263158 -1.63025082105263 -1.94874662105263 -2.56702856842105 -2.66837867368421 -1.98476077894737 -1.80409081052631 -2.29767314736842 -1.4753316 -1.18924163157895 -2.51033930526316 +hsa-miR-17-4395419 -1.79499070526316 -2.26196630526316 -4.50013306315789 -2.68134743157895 -3.39273612631579 -2.99110545263158 -1.38101782105263 -1.52695062105263 -1.83330756842105 -2.28642867368421 -3.01366677894737 -2.76961881052632 -3.23389414736842 -3.8956026 -3.54512763157895 -2.98414130526316 +hsa-miR-18a-4395533 5.58237429473684 4.75076669473684 1.74807393684211 3.02609456842105 2.84972087368421 4.23137654736842 4.01595417894737 4.14000337894737 4.55666843157895 4.38002332631579 4.16591422105263 3.99766118947369 3.14680485263158 1.7499894 2.08515836842105 2.21248569473684 +hsa-miR-18b-4395328 6.88157929473684 6.17644069473684 3.05174893684211 4.62661956842105 3.36480787368421 5.27572054736842 6.07514717894737 6.40662437894737 6.34538343157895 5.80233132631579 -0.923050778947367 5.10250318947368 NA 2.4422824 2.96216936842105 3.97301169473684 +hsa-miR-19a-4373099 3.65561129473684 3.22277269473684 1.11906493684211 2.31467556842105 2.36821187368421 2.96127954736842 3.50299217894737 3.91184937894737 3.31605443157895 3.28246432631579 2.99925722105263 3.14296718947368 2.56984885263158 2.4360644 1.87961036842105 1.88176069473684 +hsa-miR-19b-4373098 -1.32351270526316 -1.61009030526316 -3.61913006315789 -1.99228343157895 -2.57441812631579 -2.07011545263158 -1.35967582105263 -0.929679621052632 -1.75613856842105 -1.71396667368421 -2.40072877894737 -1.91586481052632 -2.70152714736842 -2.3305766 -2.38599163157895 -3.07261330526316 +hsa-miR-20a-4373286 0.32625929473684 -0.517450305263157 -2.76717106315789 -0.811210431578949 -2.12624912631579 -1.00315445263158 0.215076178947367 0.565394378947371 0.0392374315789468 -0.258367673684209 -1.66126877894737 -0.982858810526317 -1.22628314736842 -2.1594596 -1.46260863157895 -0.997536305263157 +hsa-miR-20b-4373263 2.24750129473684 1.69704269473684 -0.343979063157892 1.14639656842105 0.709940873684211 1.20357954736842 2.80924917894737 3.43527937894737 2.69658843157895 1.98072432631579 1.26216122105263 1.52601018947368 0.978888852631577 0.609459399999999 1.18610536842105 1.30009769473684 +hsa-miR-21-4373090 -0.659377705263157 0.241534694736842 -2.41769906315789 -1.07747243157895 -2.85360112631579 -2.41850645263158 -1.55418782105263 -2.52138062105263 -2.39080456842105 0.542493326315793 -3.29930177894737 -2.24975781052632 -1.61002914736842 -1.3619036 -2.28452463157895 -1.66191930526316 +hsa-miR-22-4373079 -1.22232270526316 -0.334148305263156 -0.537692063157895 0.74218956842105 0.201439873684212 0.274105547368421 -0.864572821052633 -2.20570462105263 -2.13921156842105 -0.119018673684209 -0.334465778947369 0.0415361894736854 3.21218885263158 0.523385399999999 -1.06244663157895 0.431845694736843 +hsa-miR-23a-4373074 4.43605229473684 3.56405669473684 3.60539693684211 4.53509656842105 3.52733487368421 3.00238854736842 3.46007717894737 3.90427037894737 3.16754443157895 4.95202632631579 2.99568122105263 4.87744118947369 3.43131285263158 3.6567464 3.31522536842105 4.12911569473684 +hsa-miR-23b-4373073 3.84832929473684 2.15284569473684 5.09321893684211 2.22298056842105 3.04818387368421 2.35939054736842 4.57073717894737 4.36105737894737 4.62009843157895 2.78575132631579 6.62924122105263 3.95216218947368 NA 3.6628214 3.62144636842105 3.44504269473684 +hsa-miR-24-4373072 -2.43776870526316 -4.09310930526316 -3.91762906315789 -4.12623743157895 -3.03036612631579 -3.90880445263158 -3.13351482105263 -3.23444662105263 -2.97747656842105 -3.60977167368421 -3.73411377894737 -2.97199781052631 -2.96072814736842 -2.6418186 -3.51741063157895 -3.31411030526316 +hsa-miR-25-4373071 1.76506929473684 2.17097869473684 -0.659570063157894 0.816554568421051 1.14126987368421 1.49987554736842 2.09001917894737 1.56617637894737 1.71121343157895 1.88888332631579 1.26324022105263 1.09813118947368 0.320474852631577 0.837933400000001 0.80652636842105 1.51768269473684 +hsa-miR-26a-4395166 -2.81293470526316 -3.67457430526316 -2.40405906315789 -3.06410643157895 -2.49553812631579 -2.92728445263158 -2.44962882105263 -2.26573662105263 -1.89329556842105 -3.25475767368421 -2.34901077894737 -3.17481781052632 -1.76533514736842 -2.4245826 -2.31557663157895 -2.76341130526316 +hsa-miR-26b-4395167 0.91949129473684 0.229364694736844 1.15954293684211 -0.0261774315789474 0.0174428736842103 0.229988547368421 0.553636178947368 0.66764937894737 0.594527431578946 0.296556326315791 0.0739212210526325 0.370849189473685 1.66248285263158 1.3465204 1.07685636842105 0.862015694736844 +hsa-miR-27a-4373287 -0.0325887052631586 -0.540027305263155 -0.554941063157894 -0.0340974315789495 -0.626332126315788 -0.850848452631578 0.146544178947366 -0.569142621052631 -0.599688568421055 -0.548883673684209 -0.832793778947369 0.392374189473685 0.271205852631578 0.257035399999999 -0.983331631578949 0.276747694736844 +hsa-miR-27b-4373068 0.913320294736842 0.365287694736843 1.69545793684211 -0.31490543157895 0.70039087368421 0.75438354736842 1.27098817894737 0.672884378947369 1.21814243157895 0.86095932631579 1.29284622105263 1.22579018947368 1.18279085263158 1.2459514 0.123676368421052 1.31953569473684 +hsa-miR-28-3p-4395557 -0.473655705263159 -0.895612305263157 -1.52626206315789 -3.73917443157895 -1.34834812631579 -1.31609445263158 -0.537095821052631 -1.57641162105263 -1.69931856842105 -0.71063667368421 -0.555292778947369 -0.536567810526314 -1.60887214736842 -1.2504666 -2.81989863157895 -0.462429305263157 +hsa-miR-28-5p-4373067 2.31633229473684 1.90569069473684 1.02749893684211 0.143035568421052 1.67255087368421 1.64825054736842 2.13934817894737 2.45993637894737 1.65671243157895 2.55899932631579 2.18319322105263 2.16480618947368 2.58046485263158 2.0126294 1.45320136842105 1.98217669473684 +MammU6-4395470 -5.06895470526316 -6.13947830526316 -5.73250506315789 -6.82858743157895 -5.51284312631579 -6.22158245263158 -6.69455182105263 -6.46864262105263 -5.36103656842105 -6.15366567368421 -5.17901077894737 -3.51088481052632 -6.87602014736842 -6.1878156 -5.55582763157895 -5.71307030526316 +MammU6-4395470 -5.06895470526316 -6.13947830526316 -5.73250506315789 -6.82858743157895 -5.51284312631579 -6.22158245263158 -6.69455182105263 -6.46864262105263 -5.36103656842105 -6.15366567368421 -5.17901077894737 -3.51088481052632 -6.87602014736842 -6.1878156 -5.55582763157895 -5.71307030526316 +hsa-miR-29a-4395223 -5.04273970526316 -3.39443630526316 -1.99018006315789 -2.08719443157895 -2.52911912631579 -2.83472945263158 -2.41142682105263 -2.73562062105263 -3.26599156842105 -2.51246467368421 -3.66120977894737 -3.29464881052631 -2.25326314736842 -3.3242766 -3.19649263157895 -1.46029530526316 +hsa-miR-29b-4373288 -0.337737705263159 2.25605169473684 3.33651793684211 2.41589156842105 1.38553487368421 2.11656254736842 2.07781717894737 1.49895737894737 1.66652943157895 2.88033032631579 1.01879622105263 2.34836018947368 3.16802985263158 1.6025964 1.47122836842105 3.79301369473684 +hsa-miR-29c-4395171 -1.41656270526316 -1.47881730526316 0.955219936842106 -1.74781743157895 -0.189510126315788 -0.531174452631578 -0.988872821052631 -1.31118062105263 -0.988632568421053 -0.32420067368421 -0.0467077789473684 -0.501292810526316 1.18325185263158 0.656977399999999 -0.0149386315789499 0.674164694736842 +hsa-miR-30b-4373290 -5.84019270526316 -4.84307630526316 -3.37505106315789 -3.01660743157895 -5.52642812631579 -4.41302245263158 -3.44335382105263 -2.52386562105263 -3.69685456842105 -4.13657567368421 -4.47691977894737 -3.47172181052632 -2.87383814736842 -3.0574046 -1.68597163157895 -4.24442930526316 +hsa-miR-30c-4373060 -5.32073970526316 -4.49645430526316 -3.28162906315789 -2.54768443157895 -5.75191212631579 -4.88651845263158 -3.07038682105263 -2.29631162105263 -3.45177356842105 -3.61643267368421 -4.10260377894737 -3.18409681052632 -2.77500214736842 -2.6210416 -1.10975663157895 -3.86971930526316 +hsa-miR-31-4395390 -2.26478570526316 2.26732969473684 -3.44720606315789 1.42585756842105 -2.92484612631579 -1.58155045263158 0.785904178947366 -0.603183621052629 -0.747395568421055 1.58350532631579 -3.83924177894737 -2.32379681052631 -0.160511147368421 -0.9019096 -1.27507563157895 4.88164869473684 +hsa-miR-32-4395220 6.68317829473684 7.82627469473684 6.94946093684211 NA 5.88805787368421 5.70838254736842 6.33545217894737 NA NA NA 6.04704822105263 7.36168818947369 NA NA NA 6.76956269473684 +hsa-miR-33b-4395196 NA NA NA NA NA NA NA NA 6.09454243157895 NA NA NA NA NA NA NA +hsa-miR-34a-4395168 -0.58134470526316 -0.785547305263158 0.481233936842106 -1.17237843157895 -0.910292126315788 0.482826547368422 -1.12269782105263 -3.37498262105263 -2.89239556842105 -0.692943673684209 -0.557874778947369 -1.05263881052631 -0.652243147368424 -0.774592599999998 -2.22520063157895 0.513678694736843 +hsa-miR-34c-5p-4373036 NA 0.945503694736843 7.32554493684211 2.07157456842105 8.43884887368421 NA 7.71142917894737 1.72531537894737 2.06608143157895 -0.681396673684208 NA 4.61180118947368 NA 5.0633704 4.68934036842105 4.80660169473684 +hsa-miR-92a-4395169 0.0489962947368419 0.358882694736842 -2.38338906315789 -0.968675431578948 -1.49176012631579 -0.589046452631578 0.304834178947367 0.38003637894737 0.893006431578947 -0.00079067368421093 -0.775900778947367 -1.10613781052632 -2.39636314736842 -1.2913986 -1.27273163157895 -0.563870305263158 +hsa-miR-93-4373302 2.37503829473684 1.67891669473685 -0.777305063157893 1.26943756842105 0.65361987368421 1.45814354736842 2.64647817894737 2.23010737894737 1.83016543157895 1.79947432631579 0.63821622105263 1.50615318947368 0.475253852631578 0.515158400000001 0.325969368421053 1.70379969473684 +hsa-miR-95-4373011 4.93659429473684 4.44293169473684 2.44865093684211 3.73512656842105 5.60500187368421 4.68343054736842 2.75259017894737 5.74630837894737 4.16947443157895 5.18586532631579 2.54100422105263 4.20553218947368 2.66358685263158 2.7843804 3.42393836842105 1.51475669473684 +hsa-miR-96-4373372 NA NA 5.82666093684211 NA 6.96591087368421 NA NA NA NA NA 5.90311622105263 NA NA NA NA 8.33341069473684 +hsa-miR-98-4373009 3.70374129473684 4.49032569473684 2.49010493684211 NA 1.31266987368421 2.15993554736842 3.95435117894737 5.27643837894737 3.71343843157895 NA 4.41996722105263 3.38224018947368 NA 4.6898814 4.61071236842105 2.37777669473684 +hsa-miR-99a-4373008 0.0660912947368395 0.671401694736844 2.58973593684211 -0.213936431578947 0.505649873684209 -0.51376445263158 -0.113988821052633 0.241064378947371 0.677201431578947 -0.557197673684211 -0.281189778947368 0.266778189473683 0.162942852631577 0.540520400000002 0.292162368421049 0.622778694736844 +hsa-miR-99b-4373007 -0.0122607052631594 -0.211403305263158 1.47516093684211 -0.744699431578947 0.243777873684213 -0.803674452631579 -0.487913821052633 -0.412185621052629 0.344485431578946 0.0703043263157923 0.0178882210526332 -0.243579810526317 1.20609685263158 1.4579194 0.0552003684210511 -0.800747305263158 +hsa-miR-100-4373160 0.406326294736843 -0.0301113052631585 3.26816193684211 -0.122917431578948 0.73332787368421 0.291199547368421 0.245567178947368 0.556814378947369 0.177207431578946 -0.02433267368421 -0.237789778947366 0.888678189473683 0.411435852631577 1.4203294 0.612631368421052 1.48372569473684 +hsa-miR-101-4395364 5.51019329473684 5.17796669473684 7.49301193684211 6.01004356842105 5.62667287368421 6.10232954736842 5.72417017894737 5.19685237894737 6.29721143157895 5.73824132631579 6.58545022105263 6.51590318947368 NA 5.9138424 5.52900536842105 4.67975869473684 +hsa-miR-103-4373158 3.06065429473684 2.66464769473684 2.37888393684211 3.74765356842105 1.49926987368421 1.93393354736842 2.38288617894737 3.52345537894737 3.31999743157895 3.33594432631579 2.42691722105263 2.97507118947368 3.87368985263158 2.6807504 2.77488836842105 1.74083269473684 +hsa-miR-105-4395278 NA NA NA NA NA NA NA NA NA NA 6.97120822105263 NA NA NA NA 5.47800769473684 +hsa-miR-106a-4395280 -1.86893070526316 -2.38613030526316 -4.64409806315789 -2.75667643157895 -3.44911512631579 -2.91294445263158 -1.86853082105263 -1.61854462105263 -1.81788556842105 -2.41579267368421 -3.02918677894737 -2.86311181052632 -3.25593014736842 -3.9287306 -3.63599563157895 -3.03337330526316 +RNU44-4373384 1.56660429473684 1.20209969473684 -0.299741063157892 -0.0362244315789475 -1.27975612631579 -0.73528245263158 0.0428101789473665 -0.940781621052629 -0.622675568421055 0.64962332631579 -2.47671777894737 -0.260070810526315 -1.15295314736842 -0.5884936 -0.667743631578951 0.635905694736842 +hsa-miR-106b-4373155 1.61812629473684 1.56793769473684 -0.884536063157892 0.849729568421051 -0.120570126315791 0.174705547368422 1.36797117894737 1.44395737894737 1.23596343157894 1.39136932631579 0.59259922105263 0.844967189473685 1.73737285263158 0.210263399999999 -0.123298631578947 0.503340694736842 +hsa-miR-107-4373154 6.09271829473684 6.42316969473684 4.28138993684211 NA 4.94651087368421 3.48886554736842 5.33338317894737 NA 6.86283943157895 6.38860632631579 5.08115722105263 7.13526518947369 NA 4.6652994 5.26266836842105 4.39395069473684 +hsa-miR-122-4395356 NA 7.75212969473684 NA NA NA NA 7.95716017894737 NA NA NA NA NA NA 6.7969824 NA NA +hsa-miR-124-4373295 NA NA 7.75177793684211 5.72774256842105 NA NA NA 4.71983237894737 6.98625443157895 6.63973232631579 NA NA NA NA 4.25606536842105 NA +hsa-miR-125a-3p-4395310 5.22826829473684 5.57405669473684 7.53637793684211 5.23701056842105 5.85935987368421 7.09798854736842 5.97174817894737 5.02791837894737 6.21284243157895 4.76869332631579 7.18911622105263 5.78312318947368 NA NA 5.80964436842105 6.05176869473684 +hsa-miR-125a-5p-4395309 1.55929629473684 2.94945169473684 4.26883793684211 1.76993156842105 1.52552487368421 2.49147454736842 1.91094717894737 2.57802037894737 2.73532943157895 2.41135932631579 2.41886122105263 2.01451518947368 2.82826985263158 3.8826864 3.25047136842105 2.47208369473684 +hsa-miR-125b-4373148 -1.28868070526316 0.585056694736842 2.23569093684211 -0.28044143157895 0.56980587368421 0.35945954736842 -0.333217821052632 0.48512537894737 0.326628431578946 0.134797326315791 0.413946221052633 -0.323068810526316 -0.205788147368423 1.3903684 0.238546368421051 0.989396694736843 +hsa-miR-126-4395339 -3.05197470526316 -5.45491030526316 -2.27340406315789 -2.50636843157895 -0.916806126315787 -1.62389745263158 -3.05659282105263 -4.10629762105263 -3.05219556842105 -4.84385567368421 -3.09038377894737 -2.30226481052632 0.951077852631578 -2.3694986 -2.15665063157895 -2.92630130526316 +hsa-miR-127-3p-4373147 1.86582429473684 3.94774969473684 1.16667793684211 2.59346256842105 3.94392687368421 3.26747754736842 -1.26363182105263 2.20983137894737 1.97405743157895 0.691978326315791 0.910161221052633 0.553917189473683 0.663730852631577 0.719162400000002 0.322136368421052 -0.878493305263156 +hsa-miR-127-5p-4395340 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA +hsa-miR-128-4395327 4.34085929473684 4.33204069473684 2.54042093684211 3.12545756842105 3.92027387368421 4.01348154736842 3.60539017894737 3.59461637894737 4.32284843157895 3.62672232631579 3.78601022105263 4.17351118947368 NA 3.4964364 4.08337036842105 3.90244369473684 +hsa-miR-129-3p-4373297 NA 7.20960469473684 NA NA NA NA 6.79666317894737 NA 6.74335243157894 5.12081332631579 NA NA NA NA NA NA +hsa-miR-129-5p-4373171 NA NA NA 5.07311556842105 NA NA NA NA NA NA 2.44351122105263 NA NA NA NA NA +hsa-miR-130a-4373145 3.36149829473684 1.13485169473684 2.39426293684211 2.80784056842105 0.988374873684212 1.66577354736842 2.80899217894737 2.76852137894737 3.97804143157895 2.34797932631579 2.76365022105263 1.78576118947369 NA 3.2415554 3.48989536842105 1.96716069473684 +hsa-miR-130b-4373144 4.07709129473684 3.04486269473684 1.69930493684211 1.82896356842105 2.18026987368421 3.79827554736842 4.14286617894737 2.43632937894737 3.24877643157895 3.48300132631579 3.26768422105263 3.48269618947369 3.16634685263158 2.3444204 1.69585636842105 1.44770369473684 +hsa-miR-132-4373143 1.75566529473684 2.09345469473684 1.02196793684211 4.92430656842105 1.14639487368421 1.90290854736842 0.777799178947369 3.15288637894737 2.10662043157895 2.16237032631579 1.19961522105263 0.664038189473683 0.980122852631578 1.0304424 2.83024036842105 -0.564383305263156 +hsa-miR-133a-4395357 4.33480229473684 1.53229569473684 -4.16878906315789 -1.92824943157895 5.77286787368421 7.49518854736842 3.64852717894737 4.79345337894737 5.86631843157895 1.19752232631579 3.63172822105263 4.47580718947368 -0.738228147368421 4.5849194 1.15546236842105 3.92251669473684 +hsa-miR-133b-4395358 NA 5.32645369473684 -0.105808063157895 2.05767456842105 NA NA 8.55920917894737 NA NA 5.98229232631579 7.37080922105263 NA 3.19666685263158 NA 5.75776336842105 7.19107369473684 +hsa-miR-134-4373299 5.51729029473684 3.99056969473684 4.16470393684211 6.15819556842105 6.54499287368421 6.01706154736842 -0.103174821052633 4.13801237894737 4.94337543157895 2.59200032631579 2.69455522105263 2.78183518947369 NA 3.0066254 2.68235236842105 0.149405694736842 +hsa-miR-135a-4373140 6.42544529473684 6.02225269473684 NA NA 3.10647087368421 4.57062954736842 7.49741717894737 NA NA 6.19567432631579 6.06093622105263 2.50177018947369 NA NA NA 2.60345069473684 +hsa-miR-135b-4395372 7.55468429473684 4.80962369473684 2.75482093684211 NA 3.53001287368421 2.59426154736842 2.93030717894737 2.90561537894737 6.15718543157895 4.23961632631579 0.628746221052634 -0.944049810526316 0.321387852631577 3.5067494 2.95543536842105 3.07121369473684 +hsa-miR-136-4373173 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA +hsa-miR-137-4373301 NA NA NA NA NA NA 6.13957017894737 NA NA NA 7.36798022105263 NA NA NA NA NA +hsa-miR-138-4395395 6.36773329473684 1.39637969473684 7.67777493684211 6.52170756842105 5.07704587368421 3.23219154736842 4.91847217894737 0.49092137894737 -0.283753568421055 1.01381232631579 NA 3.62716318947368 2.89821985263158 3.9069364 4.41517236842105 4.66698069473684 +hsa-miR-139-3p-4395424 2.99999429473684 2.33397669473684 2.92230293684211 1.20903256842105 NA 4.98955154736842 1.54153817894737 NA NA 1.82738432631579 4.75034622105263 NA 3.42638585263158 3.2067344 4.99995436842105 3.60865669473684 +hsa-miR-139-5p-4395400 0.376951294736841 0.219569694736844 0.371633936842105 1.03375756842105 3.37532787368421 1.92654854736842 -1.22765782105263 2.18345137894737 1.94106943157895 0.154176326315792 1.47278922105263 0.867084189473683 0.448826852631576 0.8502014 2.54040136842105 1.05337469473684 +hsa-miR-140-3p-4395345 3.13924229473684 1.99372969473684 3.34830893684211 2.41081556842105 3.08620087368421 3.13371354736842 2.42648617894737 2.34862537894737 -0.248440568421053 1.98285632631579 4.04932022105263 2.92614218947368 3.38672085263158 3.2390774 3.67249736842105 3.17779469473684 +hsa-miR-140-5p-4373374 -0.270104705263158 -0.759666305263156 0.431451936842105 -0.643503431578949 0.12728787368421 -0.45653145263158 -0.873907821052633 -1.32562162105263 -3.08733656842105 -0.47233267368421 0.597806221052632 0.786222189473683 1.02447685263158 0.3827164 -0.134050631578948 -0.221689305263158 +hsa-miR-141-4373137 -0.659495705263158 1.69549169473684 -0.626639063157892 NA NA NA 1.22905717894737 1.64669937894737 NA 1.36245332631579 -0.505449778947369 0.304945189473685 1.61509085263158 -0.0519806000000003 -0.531698631578948 1.66063069473684 +hsa-miR-142-3p-4373136 -1.12969170526316 -0.296213305263155 0.380790936842107 -0.30996343157895 1.43698187368421 -0.71225845263158 -1.25918782105263 -1.65253762105263 -1.18392656842105 -0.839616673684208 -0.505087778947367 -1.47490681052632 -0.108200147368422 0.220810400000001 -0.88124663157895 -1.28194530526316 +hsa-miR-142-5p-4395359 5.14842829473684 6.07267169473684 6.46765393684211 7.32022456842105 7.52116487368421 5.64495154736842 5.06638717894737 5.53385437894737 5.31544043157895 5.11201932631579 6.11260022105263 4.60404218947368 NA 7.0624554 5.40725536842105 5.45849569473684 +hsa-miR-143-4395360 -0.241270705263158 -1.60197230526316 1.26247093684211 -3.72637543157895 0.532888873684211 1.40535754736842 -0.116474821052634 -0.632127621052629 0.441043431578947 -1.33279267368421 0.594453221052632 0.872736189473684 2.19775185263158 0.559588399999999 -2.70227063157895 -0.776769305263155 +hsa-miR-145-4395389 -3.59358370526316 -5.57641830526316 -2.59280906315789 -6.62979343157895 -3.38036512631579 -0.056634452631581 -4.00661582105263 -2.27687162105263 -1.70956456842105 -4.90334767368421 -3.16229877894737 -3.46698581052632 -2.43740314736842 -3.9720166 -4.75418163157895 -4.10917130526316 +hsa-miR-146a-4373132 -0.860456705263157 -0.690683305263157 1.20015193684211 -2.22703243157895 6.70097187368421 -1.78149945263158 -1.24080682105263 -2.07572862105263 -0.633686568421055 -2.18038767368421 -0.721380778947367 -2.34007981052632 -1.85996114736842 -1.2294056 NA -0.817927305263158 +hsa-miR-146b-3p-4395472 6.49579629473684 5.19021569473684 6.84750193684211 NA 2.12119187368421 5.50866154736842 7.52148617894737 5.40517937894737 NA 5.69882132631579 7.54856822105263 5.45956418947369 NA 7.3301244 3.99416136842105 7.15306169473684 +hsa-miR-146b-5p-4373178 -0.606704705263159 -2.75808530526316 -1.55512406315789 -0.438091431578947 0.763635873684212 -3.26910545263158 -1.45425982105263 -3.45405862105263 -1.54012956842105 -2.42028667368421 -2.03705377894737 -1.84862181052632 -2.20552614736842 -1.6920976 2.02250636842105 -1.89811430526316 +hsa-miR-147b-4395373 NA NA NA NA 2.71230387368421 1.88194154736842 NA NA NA NA NA 4.93105318947368 NA NA 3.88624536842105 NA +hsa-miR-148a-4373130 2.01946429473684 2.00574469473684 2.86777893684211 6.76736956842105 3.79237187368421 2.32826054736842 2.09599417894737 2.00873837894737 1.77326843157894 2.46714932631579 3.89392022105263 1.95269218947368 1.12965685263158 2.3095994 3.44324736842105 2.08191369473684 +hsa-miR-148b-4373129 4.97320429473684 5.19522969473684 3.85475793684211 7.04153756842105 3.77067287368421 3.36609154736842 5.75285717894737 NA 5.10607443157895 6.07982632631579 4.24517822105263 5.47742318947368 NA 4.0844364 4.95608536842105 3.85368069473684 +hsa-miR-149-4395366 4.66817729473684 2.74259969473684 3.19544293684211 4.09964756842105 0.19276287368421 4.41145354736842 2.46856117894737 5.05268737894737 4.57394143157895 0.452037326315789 0.229219221052631 4.49983018947368 NA 3.3073164 5.68560836842105 2.03855769473684 +hsa-miR-150-4373127 -2.97647870526316 -3.51645030526316 -0.874215063157894 -2.31567043157895 1.63187487368421 -2.78076445263158 -2.78196182105263 -2.77306062105263 -2.48656556842105 -3.73300567368421 -2.50640877894737 -5.37878981052632 -0.611052147368422 -3.1041236 -1.95218863157895 -3.50371030526316 +hsa-miR-152-4395170 2.98380929473684 1.95340569473684 2.83524093684211 1.95643556842105 4.45817287368421 1.29349154736842 2.45335017894737 0.542109378947369 0.217116431578948 2.02767732631579 2.61759922105263 1.67661318947368 2.49024185263158 2.6679524 2.23221236842105 2.78498369473684 +hsa-miR-153-4373305 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA +hsa-miR-154-4373270 NA NA NA NA NA NA 6.09984217894737 NA NA NA 7.56577222105263 7.86092918947368 NA NA 4.64940836842105 5.00534369473684 +hsa-miR-181a-4373117 1.65239729473684 0.364608694736845 0.744558936842107 0.664937568421053 1.83341487368421 0.93179154736842 1.57997817894737 -0.0870756210526302 0.939055431578947 0.23936032631579 0.779397221052633 0.837448189473683 1.20144985263158 2.8797384 1.45650136842105 1.66350269473684 +hsa-miR-181c-4373115 7.01718729473684 5.95200569473684 6.79322493684211 6.42820556842105 6.09889087368421 6.61207854736842 7.15129417894737 5.81107337894737 5.95131643157895 6.59200832631579 6.51155022105263 6.83839018947369 NA NA NA 6.54588269473684 +hsa-miR-182-4395445 6.40595429473684 7.29259969473684 3.86529593684211 NA 4.44064387368421 NA 6.48692417894737 NA 6.96896643157895 6.32218532631579 3.41529222105263 5.40465918947368 NA 4.9093444 5.18176436842105 4.43625169473684 +RNU48-4373383 -1.65221070526316 -0.629488305263155 -2.04684906315789 -2.32959543157895 -3.25864212631579 -2.64111645263158 -2.04319382105263 -2.18061962105263 -0.600899568421053 -0.933660673684209 -2.37547877894737 -1.36637681052632 -2.04740714736842 -1.6117506 -0.516706631578948 -2.09414930526316 +hsa-miR-183-4395380 NA 6.95494969473684 4.38954593684211 NA 4.15499387368421 NA 5.69072717894737 6.34409537894737 NA 6.74614332631579 3.62894222105263 4.57626518947368 NA 4.5498744 NA 4.84581869473684 +hsa-miR-184-4373113 NA 1.92881169473684 NA 7.75104456842105 7.81888787368421 5.30153654736842 7.09773817894737 5.86559737894737 NA 3.79093332631579 5.51740622105263 3.63639618947368 NA NA NA 7.65247069473684 +hsa-miR-185-4395382 1.27161929473684 1.77013769473684 1.20476193684211 2.71236256842105 2.95941987368421 3.17626754736842 2.43205217894737 1.09467137894737 1.08446443157895 1.48823132631579 2.61603922105263 2.53489518947368 1.25060785263158 2.3988024 1.41409736842105 2.68737369473684 +hsa-miR-186-4395396 0.177677294736842 -0.612990305263157 -1.36702706315789 -0.622885431578947 -0.0550091263157881 -1.31199845263158 -0.170379821052634 -0.629954621052629 -0.876455568421054 -0.332548673684208 -0.49069277894737 -0.306554810526315 -0.362150147368421 -0.895836599999999 -1.73482463157895 -0.469664305263155 +hsa-miR-187-4373307 -3.74204570526316 1.73825469473684 0.084180936842106 NA 1.14516887368421 3.64822554736842 NA 3.14583037894737 NA 0.597862326315791 4.71179122105263 0.0863181894736833 NA NA 2.73566036842105 5.48488869473684 +hsa-miR-188-3p-4395217 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA +hsa-miR-190-4373110 7.03281029473684 NA NA 6.64520656842105 6.30842487368421 6.22720554736842 7.67775317894737 NA NA NA 6.94355622105263 8.41381818947368 NA 5.4657144 5.29614836842105 7.89854069473684 +hsa-miR-191-4395410 -4.02735270526316 -4.18962630526316 -5.18693306315789 -4.23354543157895 -4.76580912631579 -3.87340445263158 -4.01214282105263 -3.14741062105263 -3.54656256842105 -4.11934667368421 -4.86799677894737 -4.48565181052632 -4.88270314736842 -4.3244816 -4.04581663157895 -4.38621630526316 +hsa-miR-192-4373108 2.62099129473684 1.72296569473684 -0.0941520631578925 2.46272056842105 -2.31003312631579 -2.89356545263158 3.58945017894737 1.41477437894737 1.88770443157895 1.66824332631579 2.73093322105263 1.44254118947368 -3.72118214736842 -4.9932776 -5.59106663157895 2.65687269473684 +hsa-miR-193a-3p-4395361 5.89134829473684 7.03998569473684 7.25518493684211 5.22147156842105 7.15515387368421 5.69587754736842 7.56562917894737 NA 5.70427643157895 NA 6.29141222105263 7.35890618947369 NA 7.2996364 NA 7.89479169473684 +hsa-miR-193a-5p-4395392 4.38441529473684 3.50859069473684 3.92226093684211 1.91282456842105 4.56417787368421 3.73335554736842 3.90208417894737 3.54563237894737 3.85962643157895 3.56496732631579 4.50090922105263 3.94564218947368 2.61207185263158 4.0526814 4.31462136842105 5.34041369473684 +hsa-miR-193b-4395478 -1.73953570526316 -0.130260305263157 -0.784639063157893 -1.17324843157895 -0.83032312631579 -3.00353445263158 -2.89567382105263 -2.28276362105263 -2.87160156842105 -0.60826067368421 -3.09392177894737 -1.06369381052632 -1.46495114736842 -0.0105836000000004 -0.305311631578949 0.080597694736845 +hsa-miR-194-4373106 5.82445329473684 4.84192969473684 3.07356493684211 5.41571956842105 1.19002387368421 0.24296454736842 6.14257617894737 5.24698737894737 5.63490243157895 4.54659232631579 6.46009622105263 4.75628318947368 -0.549070147368422 -2.0474926 -2.08662963157895 6.26372069473684 +hsa-miR-195-4373105 0.924013294736842 -1.04358830526316 1.41614993684211 -0.0754584315789479 -0.0588581263157906 1.64485554736842 0.259817178947369 -0.400576621052629 -0.178771568421052 -0.182660673684211 1.15744622105263 0.527406189473684 1.83157285263158 1.3209584 0.67874736842105 0.530384694736842 +hsa-miR-196b-4395326 6.28971129473684 8.20783569473684 3.02030393684211 1.58840956842105 0.356441873684211 0.308557547368419 5.13876317894737 2.44764337894737 1.82240843157895 3.56358132631579 5.47268422105263 5.29095118947368 1.88027585263158 1.7533144 1.48972136842105 NA +hsa-miR-197-4373102 2.20365129473684 1.49391969473684 -0.0527260631578947 3.73112256842105 1.30096487368421 0.62932854736842 2.12170217894737 3.32130137894737 2.81377743157894 2.69625432631579 1.80920022105263 1.17885618947368 2.39307585263158 0.9521604 3.36866836842105 1.87990069473684 +hsa-miR-198-4395384 NA 6.60063369473684 6.81214093684211 NA NA NA 7.57615617894737 NA NA 5.34246932631579 6.90343222105263 NA NA 5.8383244 5.69342236842105 7.51004369473684 +hsa-miR-199a-5p-4373272 5.42992629473684 5.15586969473684 5.93194793684211 5.92187656842105 7.27337787368421 6.79318554736842 5.34211717894737 5.24968737894737 NA 6.31903032631579 5.57403922105263 4.46989018947368 NA 5.6853164 NA 5.30195869473684 +hsa-miR-199a-3p-4395415 1.42947829473684 0.171746694736843 1.20779893684211 0.954681568421051 3.34653787368421 2.54379854736842 1.18028817894737 1.78211237894737 3.25417843157895 0.752544326315792 0.705139221052633 -0.319179810526315 2.65126185263158 1.3148264 1.46543136842105 0.604124694736843 +hsa-miR-199b-5p-4373100 6.57027429473684 6.50907669473684 6.69549593684211 NA 9.01962787368421 6.59565054736842 7.41729717894737 NA NA NA 6.01984322105263 5.39447018947368 NA NA NA NA +hsa-miR-200a-4378069 -2.44110470526316 -1.77706130526316 -3.19299406315789 4.78268056842105 -2.08717212631579 -1.05859145263158 -1.13169182105263 -2.71622562105263 -2.34633756842105 -1.98366767368421 2.39820422105263 -2.84966481052632 -3.05090014736842 -5.0687016 -5.04057163157895 -3.77613130526316 +hsa-miR-200b-4395362 -1.08850270526316 -0.623445305263157 -2.37460606315789 NA 0.70139987368421 1.44271554736842 0.431074178947366 0.209006378947368 0.658098431578946 -0.36791667368421 -1.26924177894737 -1.35506181052632 -2.03214114736842 -3.0811476 -2.67775563157895 -1.89860830526316 +hsa-miR-200c-4395411 -1.66135770526316 -1.57503930526316 -3.37776906315789 NA 7.42004087368421 7.71499854736842 -1.33652182105263 -0.45365262105263 5.62161543157895 -1.66161167368421 -3.70023177894737 -2.23811181052632 -3.52618414736842 -3.3342126 -3.05902163157895 -1.40488730526316 +hsa-miR-202-4395474 NA NA NA NA NA NA 3.12302017894737 NA NA NA 6.66864722105263 8.63453318947368 NA NA NA NA +hsa-miR-203-4373095 5.77700629473684 0.647405694736843 -0.108066063157892 NA 8.77837287368421 3.99006354736842 1.16294217894737 2.24785637894737 NA 0.655845326315792 1.64358322105263 1.88514518947368 2.04017285263158 0.2445804 -0.422067631578948 NA +hsa-miR-204-4373094 3.65563629473684 3.50427669473684 5.07004393684211 0.866517568421052 -1.23340212631579 -1.78085445263158 2.60677717894737 0.774071378947369 -1.00327956842105 2.73908732631579 4.55361922105263 0.956302189473686 2.24574785263158 2.6714444 5.08734136842105 4.62025769473684 +hsa-miR-205-4373093 7.47037329473684 2.97077169473684 -3.35214406315789 NA NA NA NA 5.87584737894737 NA 2.02657332631579 NA -0.890689810526315 NA NA NA 3.92152369473684 +hsa-miR-208b-4395401 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA +hsa-miR-210-4373089 0.323471294736841 0.957662694736843 -0.609382063157891 0.700494568421053 -1.67753512631579 0.911796547368422 1.75391417894737 -2.42726062105263 -2.94064756842105 0.56288532631579 1.34967622105263 0.232014189473684 -2.07709114736842 -0.337998599999999 -1.62656363157895 -0.615129305263157 +hsa-miR-214-4395417 -0.0839267052631598 -1.34517830526316 0.292497936842107 -1.66192043157895 1.80291187368421 1.00817354736842 0.0606591789473683 0.588282378947369 1.64529143157895 -0.961190673684211 0.0316712210526333 -1.93582381052632 0.697438852631578 -0.627883600000001 -0.62444463157895 -0.288090305263157 +hsa-miR-215-4373084 3.94525929473684 5.95441269473684 3.65099993684211 5.19711456842105 2.12638387368421 2.02416254736842 6.41108417894737 NA NA 6.02016632631579 5.67386822105263 4.15804518947368 0.364037852631576 -1.6947796 -2.91814563157895 5.24639269473684 +hsa-miR-216a-4395331 5.71138629473684 8.62064969473684 NA NA 8.25197287368421 7.60478254736842 NA NA 6.34494843157895 NA NA NA NA NA NA 5.48088569473684 +hsa-miR-216b-4395437 NA NA NA NA NA NA NA NA 6.75480043157895 NA NA NA NA NA NA 5.26800069473684 +hsa-miR-217-4395448 NA NA NA NA 8.63482887368421 NA NA NA NA NA NA NA NA NA NA 5.83051369473684 +hsa-miR-218-4373081 1.27957929473684 0.0787446947368444 3.13758293684211 2.07077756842105 1.05148187368421 3.14538554736842 1.06030417894737 2.11071637894737 5.01935743157895 0.83836732631579 0.504709221052632 1.77668918947368 NA 2.7934634 2.38360236842105 2.87173069473684 +hsa-miR-219-5p-4373080 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA +hsa-miR-221-4373077 -2.98405070526316 1.31290469473684 0.195028936842107 3.05089756842105 1.40355187368421 1.35601254736842 2.77537717894737 2.27382937894737 0.638137431578947 2.49081732631579 1.01635522105263 1.35319518947368 1.08249285263158 0.5315674 1.32905436842105 2.61005869473684 +hsa-miR-222-4395387 -9.20469670526316 -5.92636030526316 -6.34493206315789 -5.36205743157895 -4.93656212631579 -5.24352645263158 -4.13473882105263 -5.90409762105263 -6.59627056842105 -5.52004067368421 -4.78171977894737 -6.66060681052632 -5.62991014736842 -5.7909176 -6.17667363157895 -4.30945430526316 +hsa-miR-223-4395406 -4.41115570526316 -3.94487530526316 -3.61116306315789 -1.93496343157895 -0.570165126315789 -3.78110645263158 -3.95558982105263 -5.05209462105263 -5.03826156842105 -3.30289467368421 -5.00893377894737 -3.73682581052632 -7.12602414736842 -1.9017646 -2.30698563157895 -2.11047930526316 +hsa-miR-224-4395210 3.10787629473684 2.30202069473684 3.55361793684211 0.514480568421053 3.51435187368421 2.09726554736842 0.395874178947366 4.10668637894737 4.01806143157895 3.22220732631579 1.00352422105263 1.63873318947368 -0.278906147368424 0.668761400000001 1.13065136842105 3.54284369473684 +hsa-miR-296-3p-4395212 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA +hsa-miR-296-5p-4373066 5.79893729473684 4.39573969473684 5.00683093684211 2.12271056842105 5.21328587368421 3.19302754736842 4.86993517894737 3.26755937894737 3.15824843157895 3.84383532631579 2.68357822105263 3.28132018947369 3.55120685263158 4.4944584 5.87813336842105 5.79312469473684 +hsa-miR-299-3p-4373189 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA +hsa-miR-299-5p-4373188 NA NA NA NA NA NA 8.17576017894737 NA NA NA NA NA NA NA NA 7.24154369473684 +hsa-miR-301a-4373064 4.47053729473684 3.54165469473684 3.26073693684211 4.26619856842105 1.62302087368421 2.81667954736842 3.25586617894737 3.48713937894737 3.37865043157895 3.82710232631579 2.42775622105263 4.36790118947368 NA 3.6883914 2.88267736842105 0.292025694736843 +hsa-miR-301b-4395503 7.80154229473684 8.57808969473684 NA NA 6.50052887368421 6.48010554736842 8.11768117894737 NA NA NA 8.08159022105263 NA NA 5.8277424 NA 4.82488769473684 +hsa-miR-302a-4378070 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA +ath-miR159a-4373390 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA +hsa-miR-302b-4378071 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA +hsa-miR-302c-4378072 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA +hsa-miR-320-4395388 -2.36416770526316 -2.68344530526316 -3.38561606315789 -4.55667143157895 -3.10177712631579 -1.60702445263158 -2.67751182105263 -4.58087662105263 -3.16800956842105 -3.89556867368421 -2.35071377894737 -3.01387581052632 -5.22782914736842 -3.3054436 -4.84489963157895 -2.83323730526316 +hsa-miR-323-3p-4395338 7.10971629473684 5.89873469473684 5.62222393684211 6.93120256842105 7.59237587368421 8.32433154736842 2.01266417894737 NA 6.03126843157895 4.80925932631579 4.19141622105263 4.44491818947368 3.79133185263158 4.6484964 4.64002636842105 0.850642694736845 +hsa-miR-324-3p-4395272 3.45744729473684 2.88232969473684 3.63416093684211 3.60607456842105 2.06912787368421 2.70523254736842 3.31344017894737 2.41061937894737 2.69759443157895 2.19808732631579 4.10340222105263 3.18362418947368 2.90945785263158 3.6875184 2.12720536842105 2.41861269473684 +hsa-miR-324-5p-4373052 3.16928329473684 3.58489969473684 2.96792093684211 5.04054256842105 1.77946387368421 2.26742954736842 2.64646317894737 3.30156937894737 3.10756943157894 3.25316632631579 3.64180322105263 3.28776118947368 3.22894485263158 3.4573064 2.93781836842105 1.75620769473684 +hsa-miR-326-4373050 NA 8.28836869473684 NA NA NA NA NA NA NA NA NA NA NA NA NA 8.47450369473684 +hsa-miR-328-4373049 3.27993229473684 3.68535769473684 3.58152493684211 3.92448556842105 2.18710387368421 3.24572454736842 2.88074417894737 4.13509637894737 5.30868043157895 3.40946932631579 4.66528822105263 3.89512418947368 4.05093385263158 4.3544434 5.29080936842105 4.15594069473684 +hsa-miR-329-4373191 NA NA NA NA NA NA 8.12970417894737 NA NA NA NA NA NA NA NA 4.97726569473684 +hsa-miR-330-3p-4373047 NA 7.16076469473684 6.36967893684211 NA 7.39902787368421 8.22079154736842 6.78510417894737 6.30333337894737 NA 7.01780132631579 8.21440422105263 8.01688818947368 NA 6.2446104 NA 5.79599069473684 +hsa-miR-330-5p-4395341 NA NA NA NA NA NA NA 5.94554737894737 6.06604843157895 NA NA NA NA NA NA NA +hsa-miR-331-3p-4373046 2.93146729473684 1.51101269473684 1.83381893684211 2.12709256842105 0.774500873684211 0.711429547368422 2.21981017894737 1.61664437894737 2.55875543157895 1.79296932631579 3.34701322105263 2.00728818947368 2.72365385263158 1.8308304 1.61220836842105 1.79830269473684 +hsa-miR-331-5p-4395344 5.84791729473684 6.25872369473684 5.73915493684211 4.84946256842105 5.56359187368421 5.36336154736842 6.16919117894737 4.64385037894737 NA 7.05260832631579 NA NA NA NA 3.44669736842105 6.86870869473684 +hsa-miR-335-4373045 4.94161829473684 3.82338569473684 3.98305093684211 4.41330256842105 6.38640487368421 3.74398854736842 3.43640717894737 6.26213537894737 6.53206843157895 3.46200532631579 4.52837322105263 4.32469918947368 NA 3.7849624 4.86162236842105 2.22155869473684 +hsa-miR-337-5p-4395267 NA 7.11316869473684 5.56101893684211 7.44388256842105 8.07205787368421 7.04112054736842 3.23034617894737 4.81763737894737 5.15410743157895 6.16095732631579 4.45338622105263 4.38873318947368 NA 5.0125894 4.37543836842105 3.01106169473684 +hsa-miR-338-3p-4395363 7.33680329473684 4.33072969473684 NA NA NA NA 7.45557417894737 5.10500737894737 5.96472643157895 5.00490532631579 6.42545322105263 NA NA 5.0021274 4.52886036842105 6.76748069473684 +hsa-miR-339-3p-4395295 1.29027229473684 2.10400769473684 1.32181193684211 1.94986856842105 1.23853587368421 0.703750547368422 2.94138417894737 1.20808037894737 1.23993443157894 1.05050832631579 1.50728622105263 1.75555018947368 1.89620385263158 1.4316774 0.38693236842105 1.83696269473684 +hsa-miR-339-5p-4395368 3.18350029473684 3.92187069473684 2.48096493684211 3.93302156842105 1.97902387368421 2.19764954736842 4.71610417894737 6.00101337894737 5.46988643157895 4.61992232631579 3.96348122105263 3.27562118947369 NA 4.2214264 5.87429836842105 3.82582369473684 +hsa-miR-340-4395369 5.51907329473684 6.10549969473684 6.12653093684211 6.21270556842105 5.30709887368421 5.19205154736842 4.98796017894737 4.93628137894737 5.17342543157894 6.50690232631579 5.29744322105263 5.95223218947368 NA 5.1714044 NA 4.80106869473684 +has-miR-155-4395459 -0.0294007052631571 -0.494276305263156 -1.01668706315789 -0.997341431578949 0.83879387368421 -0.592361452631579 -1.73403982105263 -1.44072862105263 -0.768281568421052 -2.21747467368421 -0.301904778947367 -2.39522781052631 -0.379622147368423 -1.7538556 -2.91682163157895 -0.345484305263156 +hsa-let-7b-4395446 -3.65422470526316 -3.61276630526316 -2.14483406315789 -3.86483043157895 -3.44216812631579 -2.05403145263158 -3.69544482105263 -3.43332262105263 -3.73417556842105 -3.99293767368421 -2.77420677894737 -3.78921881052631 -4.55150414736842 -3.2732766 -3.22001663157895 -3.29006130526316 +hsa-miR-342-3p-4395371 -2.64395470526316 -4.04191430526316 -2.70672206315789 -2.21768043157895 -3.45335512631579 -2.94229445263158 -2.74574882105263 -2.86960562105263 -2.87345956842105 -3.49858067368421 -3.16175477894737 -3.79894181052632 -2.37456314736842 -2.0879436 -2.35458963157895 -3.69645730526316 +hsa-miR-342-5p-4395258 7.44830929473684 5.31958569473684 NA 5.90802256842105 7.27252787368421 NA 8.52795217894737 NA NA 7.07180132631579 6.60233622105263 5.31136518947368 NA 6.7897564 NA 6.88376069473684 +hsa-miR-345-4395297 1.75853929473684 1.56731569473684 0.714246936842105 1.74198256842105 0.0584738736842105 1.50742154736842 1.53843317894737 1.84306937894737 2.37007043157895 1.49650332631579 3.24408322105263 1.71004818947369 1.39193885263158 1.0402564 2.19943236842105 1.40321669473684 +hsa-miR-361-5p-4373035 1.62582229473684 2.56989469473684 2.80660293684211 4.20918856842105 2.47735087368421 1.93920954736842 3.00961617894737 3.79227537894737 2.64113743157895 3.77581332631579 2.44868022105263 2.52989618947369 0.772641852631576 2.5857364 4.68980836842105 2.26178669473684 +hsa-miR-362-3p-4395228 4.23667129473684 6.70372169473684 5.01879593684211 7.02915756842105 6.35497187368421 4.66353854736842 6.26153417894737 NA 5.91875243157895 NA 6.30492122105263 7.94706318947368 NA 7.0730944 NA 5.47716069473684 +hsa-miR-362-5p-4378092 2.74312229473684 4.92097269473684 3.68132493684211 3.34620456842105 5.26336887368421 4.50677754736842 5.31383817894737 4.07084137894737 4.43278243157895 3.53674132631579 4.10091622105263 5.69495218947369 NA 4.2453664 3.07822036842105 4.83730769473684 +hsa-miR-363-4378090 6.11400429473684 6.34888869473684 3.93343993684211 4.37845056842105 7.73887087368421 5.28722254736842 7.05218817894737 NA 5.87028043157895 4.95330432631579 NA 5.99602118947368 NA NA NA 6.01488069473684 +hsa-miR-365-4373194 1.19009929473684 1.77476269473684 0.727625936842106 1.35026756842105 1.44293087368421 -0.578830452631578 -0.815698821052631 2.15247937894737 0.773308431578947 1.71378632631579 -1.06104377894737 1.61665118947369 1.97894985263158 1.5063264 3.10355336842105 1.87704069473684 +hsa-miR-367-4373034 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA +hsa-miR-369-3p-4373032 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA 7.91163969473684 +hsa-miR-369-5p-4373195 NA NA NA NA NA NA 6.63655817894737 NA NA NA 8.27679622105263 7.87513818947368 NA NA NA 6.58964669473684 +hsa-miR-370-4395386 3.99543229473684 3.63565469473684 3.12835593684211 3.39920256842105 6.33037287368421 5.17376154736842 0.129007178947369 2.76072937894737 3.41998943157895 1.02190732631579 2.47676622105263 1.52465218947368 1.34967785263158 1.9343324 0.496330368421052 -0.222678305263155 +hsa-miR-371-3p-4395235 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA +hsa-miR-372-4373029 NA NA NA NA NA NA NA NA NA 6.65411532631579 NA NA 2.49855185263158 3.0466394 5.75631336842105 NA +hsa-miR-373-4378073 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA