Skip to content

Commit a94516c

Browse files
committed
docs: remove obsolete libr option
1 parent 5f2a2f0 commit a94516c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ mzML/mzXML files are internally processed into extracted spectra. xlsx files nee
9494
<pre>
9595
model, type=Pytorch object: loaded from a checkpoint of a trained CandyCrunch model <br />
9696
glycans, type=list: ordered list of glycans used to train CandyCrunch which can be predicted by the model <br />
97-
libr, type=list: library of monosaccharides, used as a mapping index to ensure unique graph construction <br />
9897
bin_num, type=list: number of bins to separate the ms2 spectrum into <br />
9998
frag_num, type=list: number of top fragments to show in df_out per spectrum; default:100 <br />
10099
mode, type=string: mass spectrometry mode; options are 'negative' or 'positive'; default: 'negative' <br />
@@ -209,7 +208,6 @@ simplify, type=bool: whether to select a single fragment for each mass based on
209208
charge, type=int: the charge state of the precursor ion (singly-charged, doubly-charged, etc.); default:-1 <br />
210209
label_mass, type=float: mass of the glycan label or reducing end modification; default:2.0156 <br />
211210
iupac, type=bool: whether to also return the fragment sequence in IUPAC-condensed nomenclature; default:False <br />
212-
libr, type=list: library of monosaccharides, used as a mapping index to ensure unique graph construction
213211
</pre>
214212
</details>
215213

0 commit comments

Comments
 (0)