GithubHelp home page GithubHelp logo

dotdotdot's People

Contributors

andrewejaffe avatar joecat6 avatar madhavitippani avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

dotdotdot's Issues

Error while running rnascope_mouse - line 159

Hello, Kindly help me with this. I am getting the same error for my ROIs - has three channels in total (DAPI, FITC and Cy3)

Error using save
Variable 'excel_dots_of_ROI' not found.

Error in rnascope_mouse (line 159)
save([filename(1:end-4),'_dots_of_ROI.mat'],'excel_dots_of_ROI')

"long.csv" and "man.csv" Column Abbreviation Definitions

Dear Dr. Tippani,

Thank you for this fantastic piece of work. You have made my life much more relaxed and will be cited for sure as long as our RNAScope validation works.

With that said, I cannot find where you list what all the .csv column head abbreviations mean! Unless I am mistaken, they appear to be described differently or worded differently across this body of work.

For my example, I have,
|PO_Cy5 | DO_Cy5 | IO_Cy5 | MI_Cy5 |
| PO_Cy3 | DO_Cy3 | IO_Cy3 | MI_Cy3 |
|PO_DAPI | DO_DAPI | IO_DAPI | MI_DAPI

Thank you again.

Sincerely,
Josh

Help with downstream analyses when running rnascope_mouse.m

Hi,

I am trying to run the Mouse RNAscope workflow as described in mouse_vignette.md.

I managed to run the entire script and have now the two files: long_data.csv and man.csv but have problems understanding the downstream analyses.

A dataframe from long_data.csv for channel 1 (BdnfEx4) is shown in the guide but I am confused were to find these values in the long_data.csv file.

Is no_of_dots_c1 = D_c1 in long_data.csv, and
avg_dot_size_c1 = V_c1 in long_data.csv, and
avg_dot_Intensity_c1 = MI_D_c1 in long_data.csv?

Best regards,

Sofie

Issue in rnascope_mouse.m, line 66: error in nucleus thresholding

There's an error at the above-mentioned place in rnascope_mouse.m using the default settings. Line 66 is:

[cellbw1,~,~,~] = cellsegm.segmct(ch,(0.038),((4/3)*(pi)*(Z/2*0.4)^3),'prm',prm);

The 2nd and 3rd inputs into cellsegm.segmct are the minimum minN and maximum maxN nucleus thresholds, respectively.

minN is explicitly stated as 0.038.
maxN is calculated according to the equation ((4/3)*(pi)*(Z/2*0.4)^3), which calculates to 0.0335.

Rather said, maxN is less than minN. This leads to exclusion of every nucleus in cellsegm, and creates errors downstream in the pipeline.

For example, I was getting an error at line 162 of rnascope_mouse.m:

Error using save
Variable 'excel_dots_of_ROI' not found.
Error in rnascope_mouse (line 162)
save([filename(1:end-4),'_dots_of_ROI.mat'],'excel_dots_of_ROI')

When I changed the maxN threshold to 100, the full pipeline ran fine without error.

I'm posting it as an issue instead of a pull request because 1) I don't know the appropriate maxN for all cases; each user should set it themselves and 2) so other users will see it.

Error when running rnascope_human on 3 channel z stack

Hi, I am trying to run the rnascope_human script on a 3 channel z-stack czi file which contains a gene labeled in Opal 690 in Ch1, a gene labeled in Opal 570 in Ch2, and DAPI in Ch3. Every channel contains 37 z stacks. The script can read all 111 frames but gives 2 error messages at the end.

filename='/Users/samirrahman/Documents/MATLAB/dotdotdot-master/images/553_NEUROD1_CRISPRi_scrambled_63x_1.czi';
toolbox='/Users/samirrahman/Documents/MATLAB/dotdotdot-master/toolbox';
DAPI='Ch3';
LIP='';
DROP='';
addpath(genpath(toolbox))
rnascope_human(filename,toolbox,DAPI,LIP,DROP)
Reading Images: 1 of 111 Frames
Reading Images: 2 of 111 Frames
Reading Images: 3 of 111 Frames
Reading Images: 4 of 111 Frames
Reading Images: 5 of 111 Frames
Reading Images: 6 of 111 Frames
Reading Images: 7 of 111 Frames
Reading Images: 8 of 111 Frames
Reading Images: 9 of 111 Frames
Reading Images: 10 of 111 Frames
Reading Images: 11 of 111 Frames
Reading Images: 12 of 111 Frames
Reading Images: 13 of 111 Frames
Reading Images: 14 of 111 Frames
Reading Images: 15 of 111 Frames
Reading Images: 16 of 111 Frames
Reading Images: 17 of 111 Frames
Reading Images: 18 of 111 Frames
Reading Images: 19 of 111 Frames
Reading Images: 20 of 111 Frames
Reading Images: 21 of 111 Frames
Reading Images: 22 of 111 Frames
Reading Images: 23 of 111 Frames
Reading Images: 24 of 111 Frames
Reading Images: 25 of 111 Frames
Reading Images: 26 of 111 Frames
Reading Images: 27 of 111 Frames
Reading Images: 28 of 111 Frames
Reading Images: 29 of 111 Frames
Reading Images: 30 of 111 Frames
Reading Images: 31 of 111 Frames
Reading Images: 32 of 111 Frames
Reading Images: 33 of 111 Frames
Reading Images: 34 of 111 Frames
Reading Images: 35 of 111 Frames
Reading Images: 36 of 111 Frames
Reading Images: 37 of 111 Frames
Reading Images: 38 of 111 Frames
Reading Images: 39 of 111 Frames
Reading Images: 40 of 111 Frames
Reading Images: 41 of 111 Frames
Reading Images: 42 of 111 Frames
Reading Images: 43 of 111 Frames
Reading Images: 44 of 111 Frames
Reading Images: 45 of 111 Frames
Reading Images: 46 of 111 Frames
Reading Images: 47 of 111 Frames
Reading Images: 48 of 111 Frames
Reading Images: 49 of 111 Frames
Reading Images: 50 of 111 Frames
Reading Images: 51 of 111 Frames
Reading Images: 52 of 111 Frames
Reading Images: 53 of 111 Frames
Reading Images: 54 of 111 Frames
Reading Images: 55 of 111 Frames
Reading Images: 56 of 111 Frames
Reading Images: 57 of 111 Frames
Reading Images: 58 of 111 Frames
Reading Images: 59 of 111 Frames
Reading Images: 60 of 111 Frames
Reading Images: 61 of 111 Frames
Reading Images: 62 of 111 Frames
Reading Images: 63 of 111 Frames
Reading Images: 64 of 111 Frames
Reading Images: 65 of 111 Frames
Reading Images: 66 of 111 Frames
Reading Images: 67 of 111 Frames
Reading Images: 68 of 111 Frames
Reading Images: 69 of 111 Frames
Reading Images: 70 of 111 Frames
Reading Images: 71 of 111 Frames
Reading Images: 72 of 111 Frames
Reading Images: 73 of 111 Frames
Reading Images: 74 of 111 Frames
Reading Images: 75 of 111 Frames
Reading Images: 76 of 111 Frames
Reading Images: 77 of 111 Frames
Reading Images: 78 of 111 Frames
Reading Images: 79 of 111 Frames
Reading Images: 80 of 111 Frames
Reading Images: 81 of 111 Frames
Reading Images: 82 of 111 Frames
Reading Images: 83 of 111 Frames
Reading Images: 84 of 111 Frames
Reading Images: 85 of 111 Frames
Reading Images: 86 of 111 Frames
Reading Images: 87 of 111 Frames
Reading Images: 88 of 111 Frames
Reading Images: 89 of 111 Frames
Reading Images: 90 of 111 Frames
Reading Images: 91 of 111 Frames
Reading Images: 92 of 111 Frames
Reading Images: 93 of 111 Frames
Reading Images: 94 of 111 Frames
Reading Images: 95 of 111 Frames
Reading Images: 96 of 111 Frames
Reading Images: 97 of 111 Frames
Reading Images: 98 of 111 Frames
Reading Images: 99 of 111 Frames
Reading Images: 100 of 111 Frames
Reading Images: 101 of 111 Frames
Reading Images: 102 of 111 Frames
Reading Images: 103 of 111 Frames
Reading Images: 104 of 111 Frames
Reading Images: 105 of 111 Frames
Reading Images: 106 of 111 Frames
Reading Images: 107 of 111 Frames
Reading Images: 108 of 111 Frames
Reading Images: 109 of 111 Frames
Reading Images: 110 of 111 Frames
Reading Images: 111 of 111 Frames
extracted
{'ODye1'}
{'ODye2'}
{'ODye3'}

Elapsed time is 162.937864 seconds.
Undefined function 'std2' for input arguments of type 'double'.

Error in rnascope_human (line 75)
channel = imhmin(eval(channe_i),std2(eval(channe_i)));% suppress background noise in RNA scope channels.

What do these errors mean? Looking forward to your assistance.

Input format

Does the input file have to be in .czi?
Will any of the following formats work: .tiff , .jpg , .gci?

Errors while running human_mouse_tiff

Hi,
I am trying to use this code to analyze the .tiff images that I got from mouse. I have 4 channels and an overlay and my 1st channel is the DAPI channel. I entered the following command:

rnascope_human_tif('/Users/youseralrawi/Documents/MATLAB projects/Keyence trial1 imgs/PV_Per1_Per2_CA1/PV_Per1_Per2_CA1__Z001','/Users/youseralrawi/Documents/MATLAB projects/Keyence trial1 imgs/toolbox','CH1','','Overlay')

I got the following error:

_Index exceeds the number of array elements (6).

Error in rnascope_human_tif>@(x)x{7}(1:end-4) (line 8)
channels = cellfun(@(x) x{7}(1:end-4) , cellfun(@(x) strsplit(x,'_'),{myfiles.name}',
'UniformOutput', false), 'UniformOutput', false);

Error in rnascope_human_tif (line 8)
channels = cellfun(@(x) x{7}(1:end-4) , cellfun(@(x) strsplit(x,''),{myfiles.name}',
'UniformOutput', false), 'UniformOutput', false);

Is there anything I can change to fix this issue?
Thanks.

Trouble with implementing RNAscope function for humans

Hi,
I am currently working through the tutorial for implementing Dotdotdot for human RNAscope data. However, after assigning the MATLAB and czi files to variables (as shown in the tutorial), I try to run the rnascope_human function, but it says the function is not recognized.

So instead, I assigned rnascope_human to the pathway leading to the rnascope_human.m file within my toolbox folder, but now when I run rnascope_human(filename, toolbox, DAPI, LIP, DROP), I am getting an error that says "Index in position 1 exceeds array bounds (must not exceed 1)." Because I am relatively new to MATLAB, I am not sure how to resolve this issue. Please let me know next steps for how to fix this issue and continue using Dotdotdot. This is a great software that I think really helps scientists everywhere.

Attached is an image depicting the problems above; please look at the code from the 1/3 from the top of the command window:
Screen Shot 2021-09-07 at 1 26 53 PM

Any help is much appreciated! I really want to use this software and learn more about this cutting-edge technology.

Regards,
Balaji

Unable to run the code

Hi,
I am new to MATLAB and I have been trying to use the rnascope_mouse script. I tried using the raw image that was posted over here "Mouse2.czi" but I was still unable to run the code. What I did was that I downloaded the toolbox and put .czi image and associated .jpg images that I found in over here in the same folder as the toolbox. Then, I opened the rnascope_mouse.m script and changed the filename definition to the path that I was using and I did the same thing for the toolbox. Then I tried running the code but I kept getting errors with the input or with some parts of the script as shown in the screenshot.

Screen Shot 2020-07-22 at 11 37 56 PM

I am not sure whether there are some errors in the code or I am not doing things correctly.

Under sampling of nuclei

Currently, I am using the mouse vignette, and the first problem I am having is the correct thresholding of my DAPI signal. I’ve attached the PNG generated from your program of my image. How can I improve the thresholding of DAPI? It is missing the majority of that signal. I know the 488 signal (second column) is poor, but I don’t necessarily need that channel. So far, I have attempted to modify the filter size for thresholding, thresholding, and minN and maxN, but with no success. I’m guessing there is something that needs to change in the threshold settings to improve the signal-to-noise ratio, but I don’t know how to proceed. Any help would be greatly appreciated, and I am really excited about using your software.
Test_L6

Error running rna scope mouse function @ line 56

I am getting an error running the rnascope_mouse function at line 56. Another labmate of mine downloaded this 3 weeks ago and is not having this error. I noticed the latest commit was 6 days ago- has something changed with the code or do you have suggestions on why I am receiving this error when running it? The error says the statement is incomplete.
Image 6-11-20 at 10 37 AM

log4j warnings

I am new to MatLab and experiencing some issues when trying to run the code. I am trying to run it on the provided data and the following warning shows up:
image

I also run into the following error:
image

Is there a way to fix these issues? My apologies if these questions are naive.

Issue importing tiff in human rnascope

Hi,

I have an issue running the rnascope_human_tif function with my tif files. I have 4 channels and an overlay assigned as follows:
DAPI = 'CH1'; %
LIP = 'CH2';
DROP = 'Overlay';
addpath(genpath(toolbox)) %adding toolbox path to current working directory
rnascope_human_tif(filename, toolbox, DAPI, LIP, DROP)

I changed the rnascope_human_tif fn code here from 7 to 4, because 7 did not run at all.
channels = cellfun(@(x) x{4}(1:end-4) , cellfun(@(x) strsplit(x,'_'),{myfiles.name}', 'UniformOutput', false), 'UniformOutput', false);

What I got
extracted
{'DAPI' }
{'Lipofuscin'}
{'CH3' }
{'CH4' }

segmented DAPI: 1216 threshold:0.11176
segmented Lipofuscin: 2532 threshold:0.33922
segmented CH3: 1750 threshold:0.49216
segmented CH4: 1200 threshold:0.56667
Completed Masking DAPI
Completed Masking Lipofuscin
Completed Masking CH3
Completed Masking CH4
Started Lipofuscin
Error using cellfun
Input #2 expected to be a cell array, was double instead.

Error in rnascope_human_tif (line 147)
dots_m=cellfun(@(x) intersect(x,cel{i}),
statsc_m.VoxelIdxList,'UniformOutput',
false);

final_table_mouse

When running the final mouse table command (screenshot below) - the output files are created but they are blank. Any ideas?

image

Problem with reading CZI file

Hi, I have a CZI file with 4 channels (Cy5, Cy3, GFP, DAPI), and each channel has 37 z-stacks. I am trying to read this file with the rnascope_human script in the dotdotdot Toolbox directory. I received an error message about not having enough input arguments:

filename = '/Users/samirrahman/Documents/MATLAB/dotdotdot-master/images/NEUROD1_CUX2_SATB2_63x_200_ms_1.czi';
toolbox = '/Users/samirrahman/Documents/MATLAB/dotdotdot-master/toolbox';
rnascope_human(filename, toolbox)
Reading Images: 1 of 148 Frames
Reading Images: 2 of 148 Frames
Reading Images: 3 of 148 Frames
Reading Images: 4 of 148 Frames
Reading Images: 5 of 148 Frames
Reading Images: 6 of 148 Frames
Reading Images: 7 of 148 Frames
Reading Images: 8 of 148 Frames
Reading Images: 9 of 148 Frames
Reading Images: 10 of 148 Frames
Reading Images: 11 of 148 Frames
Reading Images: 12 of 148 Frames
Reading Images: 13 of 148 Frames
Reading Images: 14 of 148 Frames
Reading Images: 15 of 148 Frames
Reading Images: 16 of 148 Frames
Reading Images: 17 of 148 Frames
Reading Images: 18 of 148 Frames
Reading Images: 19 of 148 Frames
Reading Images: 20 of 148 Frames
Reading Images: 21 of 148 Frames
Reading Images: 22 of 148 Frames
Reading Images: 23 of 148 Frames
Reading Images: 24 of 148 Frames
Reading Images: 25 of 148 Frames
Reading Images: 26 of 148 Frames
Reading Images: 27 of 148 Frames
Reading Images: 28 of 148 Frames
Reading Images: 29 of 148 Frames
Reading Images: 30 of 148 Frames
Reading Images: 31 of 148 Frames
Reading Images: 32 of 148 Frames
Reading Images: 33 of 148 Frames
Reading Images: 34 of 148 Frames
Reading Images: 35 of 148 Frames
Reading Images: 36 of 148 Frames
Reading Images: 37 of 148 Frames
Reading Images: 38 of 148 Frames
Reading Images: 39 of 148 Frames
Reading Images: 40 of 148 Frames
Reading Images: 41 of 148 Frames
Reading Images: 42 of 148 Frames
Reading Images: 43 of 148 Frames
Reading Images: 44 of 148 Frames
Reading Images: 45 of 148 Frames
Reading Images: 46 of 148 Frames
Reading Images: 47 of 148 Frames
Reading Images: 48 of 148 Frames
Reading Images: 49 of 148 Frames
Reading Images: 50 of 148 Frames
Reading Images: 51 of 148 Frames
Reading Images: 52 of 148 Frames
Reading Images: 53 of 148 Frames
Reading Images: 54 of 148 Frames
Reading Images: 55 of 148 Frames
Reading Images: 56 of 148 Frames
Reading Images: 57 of 148 Frames
Reading Images: 58 of 148 Frames
Reading Images: 59 of 148 Frames
Reading Images: 60 of 148 Frames
Reading Images: 61 of 148 Frames
Reading Images: 62 of 148 Frames
Reading Images: 63 of 148 Frames
Reading Images: 64 of 148 Frames
Reading Images: 65 of 148 Frames
Reading Images: 66 of 148 Frames
Reading Images: 67 of 148 Frames
Reading Images: 68 of 148 Frames
Reading Images: 69 of 148 Frames
Reading Images: 70 of 148 Frames
Reading Images: 71 of 148 Frames
Reading Images: 72 of 148 Frames
Reading Images: 73 of 148 Frames
Reading Images: 74 of 148 Frames
Reading Images: 75 of 148 Frames
Reading Images: 76 of 148 Frames
Reading Images: 77 of 148 Frames
Reading Images: 78 of 148 Frames
Reading Images: 79 of 148 Frames
Reading Images: 80 of 148 Frames
Reading Images: 81 of 148 Frames
Reading Images: 82 of 148 Frames
Reading Images: 83 of 148 Frames
Reading Images: 84 of 148 Frames
Reading Images: 85 of 148 Frames
Reading Images: 86 of 148 Frames
Reading Images: 87 of 148 Frames
Reading Images: 88 of 148 Frames
Reading Images: 89 of 148 Frames
Reading Images: 90 of 148 Frames
Reading Images: 91 of 148 Frames
Reading Images: 92 of 148 Frames
Reading Images: 93 of 148 Frames
Reading Images: 94 of 148 Frames
Reading Images: 95 of 148 Frames
Reading Images: 96 of 148 Frames
Reading Images: 97 of 148 Frames
Reading Images: 98 of 148 Frames
Reading Images: 99 of 148 Frames
Reading Images: 100 of 148 Frames
Reading Images: 101 of 148 Frames
Reading Images: 102 of 148 Frames
Reading Images: 103 of 148 Frames
Reading Images: 104 of 148 Frames
Reading Images: 105 of 148 Frames
Reading Images: 106 of 148 Frames
Reading Images: 107 of 148 Frames
Reading Images: 108 of 148 Frames
Reading Images: 109 of 148 Frames
Reading Images: 110 of 148 Frames
Reading Images: 111 of 148 Frames
Reading Images: 112 of 148 Frames
Reading Images: 113 of 148 Frames
Reading Images: 114 of 148 Frames
Reading Images: 115 of 148 Frames
Reading Images: 116 of 148 Frames
Reading Images: 117 of 148 Frames
Reading Images: 118 of 148 Frames
Reading Images: 119 of 148 Frames
Reading Images: 120 of 148 Frames
Reading Images: 121 of 148 Frames
Reading Images: 122 of 148 Frames
Reading Images: 123 of 148 Frames
Reading Images: 124 of 148 Frames
Reading Images: 125 of 148 Frames
Reading Images: 126 of 148 Frames
Reading Images: 127 of 148 Frames
Reading Images: 128 of 148 Frames
Reading Images: 129 of 148 Frames
Reading Images: 130 of 148 Frames
Reading Images: 131 of 148 Frames
Reading Images: 132 of 148 Frames
Reading Images: 133 of 148 Frames
Reading Images: 134 of 148 Frames
Reading Images: 135 of 148 Frames
Reading Images: 136 of 148 Frames
Reading Images: 137 of 148 Frames
Reading Images: 138 of 148 Frames
Reading Images: 139 of 148 Frames
Reading Images: 140 of 148 Frames
Reading Images: 141 of 148 Frames
Reading Images: 142 of 148 Frames
Reading Images: 143 of 148 Frames
Reading Images: 144 of 148 Frames
Reading Images: 145 of 148 Frames
Reading Images: 146 of 148 Frames
Reading Images: 147 of 148 Frames
Reading Images: 148 of 148 Frames
Not enough input arguments.

Error in rnascope_human (line 29)
if strcmp(O(i),DAPI)

Do I specify the name of every channel. For example, in my case DAPI is channel 4, the gene CUX2 is in channel 1, NEUROD1 is in channel 2, SATB2 is in channel 3. Should I load maximum projections of every channel or can the script read in 3D?

creating final table when using .tif as an input

Hi,

I ran your script using the script on vignette. I have 3 .tif images, 3 channels: DAPI, GFP and TRITC. The files are like this cropped_WT_20X_00100_CH1.tif, cropped_WT_20X_00100_CH2.tif, cropped_WT_20X_00100_CH3.tif containing DAPI, GFP, and TRICT in order.

then I run the following code:

filename` = 'output/cropped_WT_20X_00100'

toolbox = '~/dotdotdot-master/toolbox'

addpath(genpath(toolbox))

DAPI = 'CH1'
LIP = ''
DROP = 'Overlay'
rnascope_human_tif(filename_wt, toolbox, DAPI, LIP, DROP)

sofar, so good. I have the following output files:

  • cropped_WT_20X_00100.png
  • cropped_WT_20X_00100_dots_of_ROI.mat
  • cropped_WT_20X_00100_img.mat
  • cropped_WT_20X_00100_segmentation.mat
  • cropped_WT_20X_00100_thresholds.mat
  • cropped_WT_20X_00100_totaldots.mat

Now, I'd like to create a final table, using the final_table function as described.

How do I proceed?

So far I tried the following:

path1 = 'output'
ext = 'cropped_WT_20X_00100*.tif'
toolbox = '~/dotdotdot-master/toolbox'
channels = {'DAPI', 'CH2', 'CH3'}

final_table(path1,ext,toolbox,channels)

however this fails... In the vignette ext expect a .czi image, but I have .tif, could that be a problem?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.