Skip to content

Commit c7da8f7

Browse files
authored
Update README.md
1 parent 71cb51b commit c7da8f7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,12 @@ basis, components = nmf(ims, feature_table, rk)
7777
basis, components, G = nmf(ims, feature_table, rk, n_run=20)
7878
````
7979

80+
## Notes:
81+
82+
- Setting a higher `beta` parameter in Nimfa.Snmf() results in a more sparse matrix, useful in identify key peaks in reconstructed mass spectra.
83+
8084
## Credits
8185

8286
- [francisbrochu/msvlm](https://github.com/francisbrochu/msvlm) for the `Spectrum` Class
8387

84-
- [mims-harvard/nimfa](https://github.com/mims-harvard/nimfa) for the NMF analysis
88+
- [mims-harvard/nimfa](https://github.com/mims-harvard/nimfa) for the NMF analysis

0 commit comments

Comments
 (0)