Skip to content

Commit

Permalink
Removed unwanted lines
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerAK committed Sep 27, 2024
1 parent 0e20447 commit f3b00e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
9 changes: 0 additions & 9 deletions protzilla/data_analysis/time_series_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,15 +150,6 @@ def time_quant_plot(
line=dict(color=PROTZILLA_DISCRETE_COLOR_SEQUENCE[4]),
)
)
fig.add_trace(
go.Scatter(
x=[None],
y=[None],
mode="markers",
marker=dict(color=PROTZILLA_DISCRETE_COLOR_SEQUENCE[0]),
name="Intensity",
)
)
fig.update_layout(
title=f"Time Series of {formatted_protein_name} in all samples",
plot_bgcolor=colors["plot_bgcolor"],
Expand Down
2 changes: 0 additions & 2 deletions protzilla/data_analysis/time_series_regression_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import pandas as pd
import plotly.graph_objects as go

#from protzilla.data_analysis.time_series_helper import convert_time_to_hours
from protzilla.utilities import default_intensity_column
from protzilla.constants.colors import PROTZILLA_DISCRETE_COLOR_SEQUENCE

Expand All @@ -14,7 +13,6 @@
from statsmodels.tsa.arima.model import ARIMA
from statsmodels.tsa.stattools import adfuller
from pmdarima import auto_arima
from plotly.subplots import make_subplots

colors = {
"plot_bgcolor": "white",
Expand Down

0 comments on commit f3b00e3

Please sign in to comment.