tumourkit.utils.folder2txt.remove_coordinates
- tumourkit.utils.folder2txt.remove_coordinates(name: str) str
Removes the (number, number) pattern and ‘.npy’ extension from the input string.
- Parameters:
name (str) – The input string with a (number, number) pattern and ‘.npy’ extension.
- Returns:
The input string with the (number, number) pattern and ‘.npy’ extension removed.
- Return type:
str