view preprocess_datasets/Affymetrix.Rmd @ 34:225eddf25d7f draft

Uploaded
author proteomisc
date Mon, 11 Dec 2023 12:17:49 +0000
parents 1367e5b24925
children 0aa849aec11e
line wrap: on
line source

<!DOCTYPE html>
<html lang="en">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>Preprocessing Plots Before and After</title>
</head>
<body>
<div class="tpR">
    <h1>Preprocessing</h1>
    <p>
        Preprocessing of an `r datasetsource` DataSet, issued from
        `r technology`
        technology.
    </p>
    <h2>Used methods for each step</h2>

    <h3>Background correction methods</h3>
    <pre>method : `r listArguments[["backgroundcorrection_method"]]`</pre>
    <h3>Normalization methods</h3>
    <pre>method : `r listArguments[["normalization_method"]]`</pre>
    <h3>Summarization methods</h3>
    <pre>method : `r listArguments[["summary_method"]]`</pre>
    <h2>Boxplots</h2>
    <h3>Before NM</h3>
    <p>
        <br>
        <img src="boxplot_before_NM.png" width="100%" height="auto" alt="">
        <br>
    </p>
    <h3>After NM</h3>
    <p>
        <br>
        <img src="boxplot_after_NM.png" width="100%" height="auto" alt="">
        <br>
    </p>
    <h2>MA plots</h2>
    <p>
        <br>
        <img src="MA_plot.png" width="100%" height="auto" alt="">
        <br>
    </p>
    <h2>Densities plot</h2>
    <h3>Before NM</h3>
    <p>
        <br>
        <img src="densities_plot_before_NM.png" width="100%" height="auto" alt="">
        <br>
    </p>
    <h3>After NM</h3>
    <p>
        <br>
        <img src="densities_plot_after_NM.png" width="100%" height="auto" alt="">
        <br>
    </p>
</div>
</body>
</html>