Code for the manuscript "Image processing code for the manuscript "Long noncoding RNA SAM promotes myoblast proliferation through stablizing Sugt1 and facilitating kinetochore assembly"
All code here are tested in Matlab R2014b.
Code for Figure 6C: calculate the mean non-zero pixel intensity in the red channel and store the output image finally.
Code for Suppl Figure 6C: calculate the mean non-zero pixel intensity in the red channel and store the output image finally.
Code for Figure 6D and Suppl Fig 5I: quantify the mean green channel intensity inside the nucleus (blue color) and store the output image finally.
Code for Figure 6E and Suppl Fig 6D: quantify the mean green channel intensity in each filtered dot, not generating the final output image.
Code for Figure 6E and Suppl Fig 6D: store the final output image.
Interative software used for easily quantifying Collagen 1 in Dia muscle Collagen staining images and Collagen positive areas in Masson's Trichrome staining on Dia muscles. More detailed explanation on the four functions:
Can conduct Collagen 1 quantification in Dia muscle Collagen staining images. Firstly remove the possible very large interstitial regions (black regions) in the image, then count the percentage of pixels that brighter than an automatically-defined threshold (decided by graythresh() function) in the green channel. The results will be included in "celldata.txt". This function is used in Figure 3I in the manuscript.
Similar with (1), but do not include the interstitial region elimination step.
Can conduct Collagen positive area quantification in Dia muscle Masson's Trichrome staining images. Firstly remove the possible very large interstitial regions (white regions) in the image, then count the percentage of pixels that brighter than an automatically-defined threshold (decided by graythresh() function) in the blue channel. The results will be included in "celldata.txt". This function is used in Figure 3J in the manuscript.
Similar with (3), but do not include the interstitial region elimination step.