Esempio n. 1
0
 public static void plot_subtile_map(run_metrics metrics, string metric_name, filter_options options, subtile_data data)
 {
     c_csharp_plotPINVOKE.plot_subtile_map__SWIG_5(run_metrics.getCPtr(metrics), metric_name, filter_options.getCPtr(options), subtile_data.getCPtr(data));
     if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public static void plot_event_by_event_type(run_metrics metrics, filter_options options, candle_stick_plot_data data, bool save_outliers)
 {
     c_csharp_plotPINVOKE.plot_event_by_event_type__SWIG_0(run_metrics.getCPtr(metrics), filter_options.getCPtr(options), candle_stick_plot_data.getCPtr(data), save_outliers);
     if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 3
0
 public static void plot_run_diagnostics_by_cycle(run_metrics metrics, filter_options options, candle_stick_plot_data data)
 {
     c_csharp_plotPINVOKE.plot_run_diagnostics_by_cycle(run_metrics.getCPtr(metrics), filter_options.getCPtr(options), candle_stick_plot_data.getCPtr(data));
     if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 4
0
 public static void plot_by_cycle(run_metrics metrics, string metric_name, filter_options options, candle_stick_plot_data data, bool skip_empty)
 {
     c_csharp_plotPINVOKE.plot_by_cycle__SWIG_2(run_metrics.getCPtr(metrics), metric_name, filter_options.getCPtr(options), candle_stick_plot_data.getCPtr(data), skip_empty);
     if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 5
0
 public static void plot_flowcell_map(run_metrics metrics, metric_type type, filter_options options, flowcell_data data)
 {
     c_csharp_plotPINVOKE.plot_flowcell_map__SWIG_3(run_metrics.getCPtr(metrics), (int)type, filter_options.getCPtr(options), flowcell_data.getCPtr(data));
     if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 6
0
 public static void plot_by_lane(run_metrics metrics, metric_type type, filter_options options, candle_stick_plot_data data)
 {
     c_csharp_plotPINVOKE.plot_by_lane__SWIG_1(run_metrics.getCPtr(metrics), (int)type, filter_options.getCPtr(options), candle_stick_plot_data.getCPtr(data));
     if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 7
0
 public static void plot_qscore_heatmap(run_metrics metrics, filter_options options, heatmap_data data)
 {
     c_csharp_plotPINVOKE.plot_qscore_heatmap__SWIG_2(run_metrics.getCPtr(metrics), filter_options.getCPtr(options), heatmap_data.getCPtr(data));
     if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 8
0
 public static void plot_distortion(run_metrics metrics, filter_options options, uint distortion_curve_index, candle_stick_plot_data data)
 {
     c_csharp_plotPINVOKE.plot_distortion(run_metrics.getCPtr(metrics), filter_options.getCPtr(options), distortion_curve_index, candle_stick_plot_data.getCPtr(data));
     if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 9
0
 public static void plot_qscore_histogram(run_metrics metrics, filter_options options, bar_plot_data data, uint boundary)
 {
     c_csharp_plotPINVOKE.plot_qscore_histogram__SWIG_0(run_metrics.getCPtr(metrics), filter_options.getCPtr(options), bar_plot_data.getCPtr(data), boundary);
     if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 10
0
        public static uint calculate_flowcell_buffer_size(run_metrics metrics, filter_options options)
        {
            uint ret = c_csharp_plotPINVOKE.calculate_flowcell_buffer_size(run_metrics.getCPtr(metrics), filter_options.getCPtr(options));

            if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
            {
                throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 11
0
 public static void plot_qscore_heatmap(run_metrics metrics, filter_options options, heatmap_data data, float[] buffer, uint buffer_size)
 {
     unsafe
     {
         fixed(float *swig_ptrTo_buffer = buffer)
         {
             {
                 c_csharp_plotPINVOKE.plot_qscore_heatmap__SWIG_0(run_metrics.getCPtr(metrics), filter_options.getCPtr(options), heatmap_data.getCPtr(data), (global::System.IntPtr)swig_ptrTo_buffer, buffer_size);
                 if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
                 {
                     throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
                 }
             }
         }
     }
 }
Esempio n. 12
0
 public static void plot_subtile_map(run_metrics metrics, string metric_name, filter_options options, subtile_data data, float[] buffer)
 {
     unsafe
     {
         fixed(float *swig_ptrTo_buffer = buffer)
         {
             {
                 c_csharp_plotPINVOKE.plot_subtile_map__SWIG_4(run_metrics.getCPtr(metrics), metric_name, filter_options.getCPtr(options), subtile_data.getCPtr(data), (global::System.IntPtr)swig_ptrTo_buffer);
                 if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
                 {
                     throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
                 }
             }
         }
     }
 }
Esempio n. 13
0
 public static void plot_flowcell_map(run_metrics metrics, metric_type type, filter_options options, flowcell_data data, float[] buffer, uint[] tile_buffer, bool skip_empty)
 {
     unsafe
     {
         fixed(float *swig_ptrTo_buffer = buffer)
         {
             unsafe
             {
                 fixed(uint *swig_ptrTo_tile_buffer = tile_buffer)
                 {
                     {
                         c_csharp_plotPINVOKE.plot_flowcell_map__SWIG_0(run_metrics.getCPtr(metrics), (int)type, filter_options.getCPtr(options), flowcell_data.getCPtr(data), (global::System.IntPtr)swig_ptrTo_buffer, (global::System.IntPtr)swig_ptrTo_tile_buffer, skip_empty);
                         if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
                         {
                             throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
                         }
                     }
                 }
             }
         }
     }
 }
Esempio n. 14
0
 public static void plot_flowcell_map2(run_metrics metrics, metric_type type, filter_options options, flowcell_data data, float[] buffer, uint buffer_size, uint[] id_buffer, uint id_buffer_size)
 {
     unsafe
     {
         fixed(float *swig_ptrTo_buffer = buffer)
         {
             unsafe
             {
                 fixed(uint *swig_ptrTo_id_buffer = id_buffer)
                 {
                     {
                         c_csharp_plotPINVOKE.plot_flowcell_map2__SWIG_1(run_metrics.getCPtr(metrics), (int)type, filter_options.getCPtr(options), flowcell_data.getCPtr(data), (global::System.IntPtr)swig_ptrTo_buffer, buffer_size, (global::System.IntPtr)swig_ptrTo_id_buffer, id_buffer_size);
                         if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
                         {
                             throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
                         }
                     }
                 }
             }
         }
     }
 }
Esempio n. 15
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(filter_options obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Esempio n. 16
0
 public static void plot_run_diagnostics_flowcell_map(run_metrics metrics, run_diagnostics_issue_type type, filter_options options, flowcell_data data, float[] buffer)
 {
     unsafe
     {
         fixed(float *swig_ptrTo_buffer = buffer)
         {
             {
                 c_csharp_plotPINVOKE.plot_run_diagnostics_flowcell_map__SWIG_1(run_metrics.getCPtr(metrics), (int)type, filter_options.getCPtr(options), flowcell_data.getCPtr(data), (global::System.IntPtr)swig_ptrTo_buffer);
                 if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
                 {
                     throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
                 }
             }
         }
     }
 }
Esempio n. 17
0
 public static void plot_subtile_aggregate(run_metrics metrics, string metric_name, filter_options options, candle_stick_plot_data data_x, candle_stick_plot_data data_y)
 {
     c_csharp_plotPINVOKE.plot_subtile_aggregate__SWIG_1(run_metrics.getCPtr(metrics), metric_name, filter_options.getCPtr(options), candle_stick_plot_data.getCPtr(data_x), candle_stick_plot_data.getCPtr(data_y));
     if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
     }
 }