Dear,
while the discrete decoding is recommended in NiMARE, I still want to operate functional decoding of unthresholded distribution map of the tumor, which has been mentioned to be expensive.
I just run the decoder fitting for a whole night and no sign of finishing yet, is this one part of the cost?
*decoder=nimare.decode.continuous.CorrelationDecoder(feature_group=None, features=None, frequency_threshold=0.001, meta_estimator=None, target_image='z_desc-specificity')*
*decoder.fit(used_dataset)*
*encoded_img=['/prot/bhb_Tumor/Decoding_Meta/distribution_OS_Short.nii' '/prot/bhb_Tumor/Decoding_Meta/distribution_OS_Long.nii']*
*decoded_df, _ = decode.continuous.gclda_decode_map(decoder, encoded_img)*
*decoded_df.sort_values(by="Weight", ascending=False).head(10)*
the code is stuck at fitting the decoder, which is showing Info:
INFO:nimare.utils:Shared path detected: ‘/prot/bhb_Tumor/Decoding_Meta/decoding/neurosynth/’
INFO:nimare.utils:Shared path detected: ‘/prot/bhb_Tumor/Decoding_Meta/decoding/neurosynth/’
INFO:nimare.meta.cbma.mkda:Temporary file written to /home/rp/.nimare/temporary_files/MKDAChi27kx6u82a20210708T051632
INFO:nimare.meta.cbma.mkda:Temporary file written to /home/rp/.nimare/temporary_files/MKDAChi2ung08gkt20210708T051632
INFO:nimare.meta.cbma.mkda:Removing temporary file: /home/rp/.nimare/temporary_files/MKDAChi27kx6u82a20210708T051632
INFO:nimare.meta.cbma.mkda:Removing temporary file: /home/rp/.nimare/temporary_files/MKDAChi2ung08gkt20210708T051632
And also, there’re many files of studies generated, is this generating neuroimaging data for all studies I selected?
study-28928648-1_affine-34d2ff913320e14f04a4746cfa875fcd_low_memory-True_r-10.0_value-1_MKDAKernel.nii.gz
…
Thanks for any suggestions in advance!
Best wishes,
Peng