Skip to content

add logos

5d36b51
Select commit
Loading
Failed to load commit list.
Merged

update to FUNCellA #4

add logos
5d36b51
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor succeeded Aug 17, 2025 in 0s

3 issues fixed. 3 issues found.

Annotations

Check notice on line 187 in pyfuncella/thr_AUCell.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

pyfuncella/thr_AUCell.py#L29-L187

Complex Method

Check warning on line 23 in pyfuncella/aucell_threshold.R

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

pyfuncella/aucell_threshold.R#L23

Avoid undesirable operator `:::`. It accesses non-exported functions inside packages. Code relying on these is likely to break in future versions of the package because the functions are not part of the public interface and may be changed or removed by the maintainers without notice. Use public functions via `::` instead. (undesirable_operator_linter)

Check notice on line 232 in app/threshold_tab.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

app/threshold_tab.py#L9-L232

Complex Method