MCPcopy Create free account

hub / github.com/CellProfiler/CellProfiler-plugins / functions

Functions1,666 in github.com/CellProfiler/CellProfiler-plugins

↓ 3 callersFunctionoptimize_basinhopping
(params_to_optimize, distance_function, time_percent=100)
unmaintained_plugins/CellProfiler3/cellstar/parameter_fitting/pf_process.py:306
↓ 3 callersFunctionoptimize_brute
(params_to_optimize, distance_function)
unmaintained_plugins/CellProfiler3/cellstar/parameter_fitting/pf_process.py:288
↓ 3 callersFunctionpf_rank_parameters_decode
@type param_vector: numpy.ndarray @return: only ranking parameters as a dict
unmaintained_plugins/CellProfiler3/cellstar/parameter_fitting/pf_auto_params.py:135
↓ 3 callersFunctionpoint_list_as_seeds
(pointsYX, origin)
unmaintained_plugins/CellProfiler3/cellstar/core/seeder.py:283
↓ 3 callersFunctionpolar_to_cartesian
(polar_coordinate_boundary, origin_x, origin_y, polar_transform)
unmaintained_plugins/CellProfiler3/cellstar/utils/calc_util.py:174
↓ 3 callersMethodrun_morphological_operations
(self, data, size=None, iterations=None)
unmaintained_plugins/CellProfiler3/activecontourmodel.py:392
↓ 3 callersMethodrun_morphological_operations
(self, data, size=None, iterations=None)
unmaintained_plugins/CellProfiler4_autoconverted/activecontourmodel.py:394
↓ 3 callersFunctionsimoncelli_transform_pyramid
(image, scales, mask=None)
unmaintained_plugins/CellProfiler3/transformfilters.py:75
↓ 3 callersFunctionsimoncelli_transform_redundant
(image, scales, mask=None)
unmaintained_plugins/CellProfiler3/transformfilters.py:172
↓ 3 callersFunctionto_imagej
Helper method to send data to the ImageJ server Returns --------- A Queue connected to the ImageJ server. Only its put method should
active_plugins/cpij/bridge.py:48
↓ 3 callersMethodto_numpy
(index)
unmaintained_plugins/CellProfiler3/cellstar/utils/index.py:17
↓ 2 callersMethod__detect_blobs
(self, data)
unmaintained_plugins/CellProfiler3/blobdetection.py:336
↓ 2 callersMethod__detect_blobs
(self, data)
unmaintained_plugins/CellProfiler4_autoconverted/blobdetection.py:339
↓ 2 callersMethod__draw_centers
(self, blobs, shape)
unmaintained_plugins/CellProfiler3/blobdetection.py:398
↓ 2 callersMethod__draw_centers
(self, blobs, shape)
unmaintained_plugins/CellProfiler4_autoconverted/blobdetection.py:401
↓ 2 callersMethod__draw_circles
(self, blobs, shape)
unmaintained_plugins/CellProfiler3/blobdetection.py:373
↓ 2 callersMethod__draw_circles
(self, blobs, shape)
unmaintained_plugins/CellProfiler4_autoconverted/blobdetection.py:376
↓ 2 callersMethod_clamp
(self, value, minval)
unmaintained_plugins/CellProfiler3/runimagej.py:214
↓ 2 callersMethod_clamp
(self, value, minval)
unmaintained_plugins/CellProfiler4_autoconverted/runimagej.py:216
↓ 2 callersMethod_create_ij_settings
(self, module_name)
unmaintained_plugins/CellProfiler3/runimagej.py:237
↓ 2 callersMethod_create_ij_settings
(self, module_name)
unmaintained_plugins/CellProfiler4_autoconverted/runimagej.py:239
↓ 2 callersFunction_merge_neighbors
(array, min_obj_size, remove_below_threshold, use_contact_area, contact_area_method, abs_
unmaintained_plugins/CellProfiler3/mergeobjects.py:180
↓ 2 callersFunction_merge_neighbors
(array, min_obj_size, remove_below_threshold, use_contact_area, contact_area_method, abs_
unmaintained_plugins/CellProfiler4_autoconverted/mergeobjects.py:183
↓ 2 callersFunction_neighbors
Counts the neighbor pixels for each pixel of an image: x = [ [0, 1, 0], [1, 1, 1],
unmaintained_plugins/CellProfiler3/shollanalysis.py:81
↓ 2 callersFunction_neighbors
Counts the neighbor pixels for each pixel of an image: x = [ [0, 1, 0], [1, 1, 1],
unmaintained_plugins/CellProfiler4_autoconverted/shollanalysis.py:84
↓ 2 callersMethod_to_ch5_coord
(self, plate, well, site)
unmaintained_plugins/CellProfiler3/exporttocellh5.py:333
↓ 2 callersMethod_to_ch5_coord
(self, plate, well, site)
unmaintained_plugins/CellProfiler4_autoconverted/exporttocellh5.py:333
↓ 2 callersMethodadd_image
(self, can_delete=True)
unmaintained_plugins/CellProfiler3/exporttocellh5.py:202
↓ 2 callersMethodadd_image
(self, can_delete=True)
unmaintained_plugins/CellProfiler4_autoconverted/exporttocellh5.py:202
↓ 2 callersFunctionadd_noise
Add a fractional amount of noise to an image to make it look real
unmaintained_tests/test_identifyyeastcells.py:661
↓ 2 callersMethodadd_object
Add an object to the object_groups collection
unmaintained_plugins/CellProfiler3/compensatecolors.py:263
↓ 2 callersMethodadd_object
Add an object to the object_groups collection
active_plugins/compensatecolors.py:271
↓ 2 callersFunctionadd_param_info_settings
Each extracted name, type and input/output class is saved into a (hidden) setting. This is useful information to have when saving and loading
active_plugins/runimagejscript.py:99
↓ 2 callersMethodadd_seed
(self, x, y, seed)
unmaintained_plugins/CellProfiler3/cellstar/core/seeder.py:310
↓ 2 callersMethodas_xy
(self)
unmaintained_plugins/CellProfiler3/cellstar/core/point.py:45
↓ 2 callersFunctionbwdist
this is an intermediary function, 'a' has only True, False vals, so we convert them into 0, 1 values -- in reverse. True is 0, False is 1
unmaintained_plugins/CellProfiler3/activecontourmodel.py:570
↓ 2 callersFunctionbwdist
this is an intermediary function, 'a' has only True, False vals, so we convert them into 0, 1 values -- in reverse. True is 0, False is 1
unmaintained_plugins/CellProfiler4_autoconverted/activecontourmodel.py:572
↓ 2 callersMethodcalculate_background
Fills in background pixels based on foreground pixels using blur. @param background_mask: pixels that belong to the background, if no
unmaintained_plugins/CellProfiler3/cellstar/core/image_repo.py:160
↓ 2 callersMethodcalculate_brighter
(self)
unmaintained_plugins/CellProfiler3/cellstar/core/image_repo.py:271
↓ 2 callersMethodcalculate_brighter_original
(self)
unmaintained_plugins/CellProfiler3/cellstar/core/image_repo.py:213
↓ 2 callersMethodcalculate_clean
(self)
unmaintained_plugins/CellProfiler3/cellstar/core/image_repo.py:261
↓ 2 callersMethodcalculate_clean_original
(self)
unmaintained_plugins/CellProfiler3/cellstar/core/image_repo.py:210
↓ 2 callersMethodcalculate_darker
(self)
unmaintained_plugins/CellProfiler3/cellstar/core/image_repo.py:277
↓ 2 callersMethodcalculate_darker_original
(self)
unmaintained_plugins/CellProfiler3/cellstar/core/image_repo.py:217
↓ 2 callersMethodcalculate_ranking
(self, ranking_params)
unmaintained_plugins/CellProfiler3/cellstar/parameter_fitting/pf_rank_snake.py:54
↓ 2 callersFunctionchebyshev_coefficients_2D
(u2D, Tx, M, W, H)
unmaintained_plugins/CellProfiler3/transformfilters.py:463
↓ 2 callersFunctionchebyshev_coefficients_2D
(u2D, Tx, M, W, H)
unmaintained_plugins/CellProfiler4_autoconverted/transformfilters.py:463
↓ 2 callersFunctionchebyshev_polynomial
(x, M, N)
unmaintained_plugins/CellProfiler3/transformfilters.py:477
↓ 2 callersFunctionchebyshev_polynomial
(x, M, N)
unmaintained_plugins/CellProfiler4_autoconverted/transformfilters.py:477
↓ 2 callersFunctionchebyshev_transform
(image, M, mask=None)
unmaintained_plugins/CellProfiler3/transformfilters.py:403
↓ 2 callersFunctioncheck_fourier_transform
(image, mask=None)
unmaintained_plugins/CellProfiler3/transformfilters.py:62
↓ 2 callersFunctioncheck_haar_transform
(image, scale, mask=None)
unmaintained_plugins/CellProfiler3/transformfilters.py:372
↓ 2 callersFunctioncheck_simoncelli_transform_pyramid
(image, scales, mask=None)
unmaintained_plugins/CellProfiler3/transformfilters.py:165
↓ 2 callersFunctioncheck_simoncelli_transform_redundant
(image, scales, mask=None)
unmaintained_plugins/CellProfiler3/transformfilters.py:261
↓ 2 callersMethodclear_script_parameters
Remove any existing settings added by scripts
active_plugins/runimagejscript.py:305
↓ 2 callersMethodcoarseness
(self, pixels)
unmaintained_plugins/CellProfiler2/enhancedmeasuretexture.py:664
↓ 2 callersMethodcoarseness
(self, pixels)
unmaintained_plugins/CellProfiler3/enhancedmeasuretexture.py:663
↓ 2 callersMethodcoarseness
(self, pixels)
active_plugins/enhancedmeasuretexture.py:810
↓ 2 callersMethodcompute_TrAM
Compute the TrAM statistic for a single trajectory :param tram_feature_names: Names of the features to use (in order of the
unmaintained_plugins/CellProfiler4_autoconverted/measuretrackquality.py:379
↓ 2 callersMethodcompute_typical_deviations
Compute the median absolute temporal difference in each of the features across all tracks :param values_dict: keys are featu
unmaintained_plugins/CellProfiler3/measuretrackquality.py:539
↓ 2 callersFunctioncontain_pixel
Trims pixel to given dimentions, converts pixel position to int @param shape: size (height, width) exclusive @param pixel: pixel to push
unmaintained_plugins/CellProfiler3/cellstar/utils/image_util.py:185
↓ 2 callersFunctionconvert_to_fluorescent
(img, content_dark)
unmaintained_tests/test_identifyyeastcells.py:704
↓ 2 callersMethodcount_feature
(self)
unmaintained_plugins/CellProfiler3/measure_population_context.py:111
↓ 2 callersMethodcount_feature
(self)
unmaintained_plugins/CellProfiler4_autoconverted/measurepopulationcontext.py:114
↓ 2 callersFunctioncreate_distance_function
(pairs_to_use)
unmaintained_plugins/CellProfiler3/cellstar/parameter_fitting/pf_process.py:164
↓ 2 callersFunctioncreate_mutant_from_change
(org_snake, polar_transform, boundary_change)
unmaintained_plugins/CellProfiler3/cellstar/parameter_fitting/pf_mutator.py:29
↓ 2 callersMethoddecode_auto_params
Decode automatic parameters from text and apply to self. @param text: parameters denoted as python list @return true if pars
unmaintained_plugins/CellProfiler3/cellstar/segmentation.py:91
↓ 2 callersMethoddensity_feature
(self)
unmaintained_plugins/CellProfiler3/measure_population_context.py:108
↓ 2 callersMethoddensity_feature
(self)
unmaintained_plugins/CellProfiler4_autoconverted/measurepopulationcontext.py:111
↓ 2 callersMethodedge_feature
(self)
unmaintained_plugins/CellProfiler3/measure_population_context.py:114
↓ 2 callersMethodedge_feature
(self)
unmaintained_plugins/CellProfiler4_autoconverted/measurepopulationcontext.py:117
↓ 2 callersMethodenforce_unique
(self, primary_object_array,secondary_object_array,erode_excess=False)
active_plugins/enforceobjectsonetoone.py:292
↓ 2 callersFunctionextend_slice
(my_slice, extend)
unmaintained_plugins/CellProfiler3/cellstar/utils/calc_util.py:143
↓ 2 callersFunctionfft_convolve
(in1, in2, times)
unmaintained_plugins/CellProfiler3/cellstar/utils/image_util.py:27
↓ 2 callersFunctionfill_foreground_holes
(mask, kernel_size, minimal_hole_size, min_cluster_area_scaled, mask_min_radius_scaled)
unmaintained_plugins/CellProfiler3/cellstar/utils/image_util.py:104
↓ 2 callersMethodfind_adjacent_one
Find correlated pairs of foreground points at given offsets img1, img2 - binary images to be correlated numbering1, numbering2 - inde
unmaintained_plugins/CellProfiler2/identifylinearobjects.py:431
↓ 2 callersMethodfind_adjacent_one
Find correlated pairs of foreground points at given offsets img1, img2 - binary images to be correlated numbering1, numbering2 - inde
unmaintained_plugins/CellProfiler3/identifylinearobjects.py:431
↓ 2 callersMethodfind_adjacent_one
Find correlated pairs of foreground points at given offsets img1, img2 - binary images to be correlated numbering1, numbering2 - inde
unmaintained_plugins/CellProfiler4_autoconverted/identifylinearobjects.py:433
↓ 2 callersMethodfitness_with_gt
(snake, gt_snake)
unmaintained_plugins/CellProfiler3/cellstar/parameter_fitting/pf_snake.py:112
↓ 2 callersFunctionfourier_transform
(image, mask=None)
unmaintained_plugins/CellProfiler3/transformfilters.py:32
↓ 2 callersFunctionfrom_imagej
Helper method to retrieve data from the ImageJ server Returns --------- A Queue connected to the ImageJ server. Only its get method
active_plugins/cpij/bridge.py:59
↓ 2 callersFunctiongeneral_multiproc_fitting
(run_wrapper, *args)
unmaintained_plugins/CellProfiler3/cellstar/parameter_fitting/pf_process.py:323
↓ 2 callersMethodget_angle_ij
(self, angle, scale)
unmaintained_plugins/CellProfiler2/enhancedmeasuretexture.py:601
↓ 2 callersMethodget_angle_ij
(self, angle, scale)
unmaintained_plugins/CellProfiler3/enhancedmeasuretexture.py:600
↓ 2 callersMethodget_angle_ij
(self, angle, scale)
active_plugins/enhancedmeasuretexture.py:741
↓ 2 callersMethodget_header
Read the header fields from the csv file Open the csv file indicated by the settings and read the fields of its first line. These sho
unmaintained_plugins/CellProfiler3/callbarcodes.py:358
↓ 2 callersMethodget_header
Read the header fields from the csv file Open the csv file indicated by the settings and read the fields of its first line. These sho
active_plugins/callbarcodes.py:505
↓ 2 callersFunctionget_histogram
(pixels, b)
unmaintained_plugins/CellProfiler2/calculatehistogram.py:37
↓ 2 callersFunctionget_histogram
(pixels, b)
unmaintained_plugins/CellProfiler3/calculatehistogram.py:37
↓ 2 callersFunctionget_histogram
(pixels, b)
unmaintained_plugins/CellProfiler4_autoconverted/calculatehistogram.py:38
↓ 2 callersMethodget_init_string
Determine if a particular initialization method has been specified. This could be a path to a local installation or a version string.
active_plugins/runimagejscript.py:287
↓ 2 callersMethodget_input_images_from_image_set
(self, image_set)
unmaintained_plugins/CellProfiler3/identifyyeastcells.py:928
↓ 2 callersMethodget_input_images_from_image_set
(self, image_set)
unmaintained_plugins/CellProfiler4_autoconverted/identifyyeastcells.py:931
↓ 2 callersMethodget_measurement_columns
(self, pipeline)
unmaintained_plugins/CellProfiler3/callbarcodes.py:527
↓ 2 callersMethodget_measurement_columns
(self, pipeline)
unmaintained_plugins/CellProfiler4_autoconverted/shollanalysis.py:274
↓ 2 callersMethodget_measurement_name
(self, name)
unmaintained_plugins/CellProfiler3/shollanalysis.py:289
↓ 2 callersMethodget_measurement_name
Return the whole measurement name
unmaintained_plugins/CellProfiler3/measureradialentropy.py:178
↓ 2 callersMethodget_measurement_name
(self, name)
unmaintained_plugins/CellProfiler4_autoconverted/shollanalysis.py:292
↓ 2 callersMethodget_measurement_name
Return the whole measurement name
unmaintained_plugins/CellProfiler4_autoconverted/measureradialentropy.py:180
↓ 2 callersMethodget_measurement_name_bins
Return the whole measurement name
unmaintained_plugins/CellProfiler3/measureradialentropy.py:183
← previousnext →101–200 of 1,666, ranked by callers