set.seed(123) # Makes example reproducible
# Create example data
data <- create_synthetic_data(
n_proteins = 100,
frac_change = 0.05,
n_replicates = 3,
n_conditions = 2,
method = "effect_random"
)
# Plot sequence coverage
qc_sequence_coverage(
data = data,
protein_identifier = protein,
coverage = coverage
)
Run the code above in your browser using DataLab