rodrigarc / scifer

Scifer: Single-Cell Immunoglobulin Filtering of Sanger Sequences
Other
5 stars 2 forks source link

adapt values for TCR #22

Open rodrigarc opened 9 months ago

rodrigarc commented 9 months ago

Testing with a TCR dataset using this command

quality_report(
  folder_sequences = "test/sanger/", #use full path
  output_dir = "results/",  #use full path
  folder_path_fcs = "test/fcs/", #use full path
  compensation = FALSE,
  probe1 = "FSC.A", 
  probe2 = "SSC.A",
  posvalue_probe1 = 0, 
  posvalue_probe2 = 0,
  raw_length = 200, trim_start = 20, trim_finish = 250, 
  plot_chromatogram = TRUE
)