28 research outputs found

    The histone methyltransferase SETD2 negatively regulates cell size

    Get PDF
    Cell size varies between cell types but is tightly regulated by cell intrinsic and extrinsic mechanisms. Cell size control is important for cell function, and changes in cell size are frequently observed in cancer. Here, we uncover a role for SETD2 in regulating cell size. SETD2 is a lysine methyltransferase and a tumor suppressor protein involved in transcription, RNA processing and DNA repair. At the molecular level, SETD2 is best known for associating with RNA polymerase II through its Set2-Rbp1 interacting (SRI) domain and methylating histone H3 on lysine 36 (H3K36) during transcription. Using multiple independent perturbation strategies, we identify SETD2 as a negative regulator of global protein synthesis rates and cell size. We provide evidence that overexpression of the H3K36 demethylase KDM4A or the oncohistone H3.3K36M also increase cell size. In addition, ectopic overexpression of a decoy SRI domain increased cell size, suggesting that the relevant substrate is engaged by SETD2 via its SRI domain. These data add a central role of SETD2 in regulating cellular physiology and warrant further studies on separating the different functions of SETD2 in cancer development

    Feature centric volume visualization

    No full text
    Zsfassung in dt. SpracheDiese Arbeit beschäftigt sich mit Algorithmen und Techniken zur effektiven Exploration von volumetrischen Daten. Die Visualisierungstechniken sind mit dem Fokus auf benutzerdefinierte Merkmale entwickelt worden. Die vorgestellten Techniken sind in vier Kapitel eingeteilt: Feature Peeling, Berechnung und Darstellung von Produktionsfehlern, lokal adaptives Marching Cubes Verfahren, und vergleichende Visualisierung für Parameterstudien von Datensatzreihen.Feature Peeling ist ein neuer Darstellungsalgorithmus, der auf der Analyse von Sichtstrahlprofilen basiert. Die Strahlenprofile werden bei sogenannten Übergangspunkten also bei Hochpunkten und Tiefpunkten unterteilt. Die Empfindlichkeit dieser Übergangspunkte wird mittels zweier Schwellwerte kalibriert. Der Steigungsschwellwert basiert auf der Länge des Vektors, der einen Tiefpunkt und den darauffolgenden Hochpunkt verbindet. Der Peeling-Schwellwert bestimmt die Tiefe des Übergangspunktes im Verhältnis zu den Übergangspunkten der benachbarten Sichtstrahlen. Durch diese Technik kann ein Datensatz in eine Reihe von Merkmalsebenen zerlegt werden.Produktionsfehler sind für die Qualitätskontrolle bei der Erstinspektion einer industriellen Komponente von primärer Wichtigkeit. In dieser Arbeit werden Techniken zum direkten Vergleich eines CAD-Modells mit einem 3D Röntgen Computertomographie-Scan präsentiert. Informationen aus dem CAD-Modell werden verwendet, um korrespondierende Punkte im Volumen zu identifizieren.Anschließend werden verschiedene Vergleichsmetriken ausgewertet, um Unterschiede (Produktionsfehler) zwischen dem CAD-Modell und dem Volumen zu messen.Die Metriken können entweder global (geometry-driven) oder lokal (visual-driven) ausgewertet und angezeigt werden.Der lokal adaptive Marching Cubes Algorithmus ist eine Modifikation des ursprünglichen Marching Cubes Verfahrens, bei dem anstatt eines globalen Isowertes ein Isowert pro Voxel verwendet wird. Das dadurch definierte Isowertfeld modifiziert den Klassifikationsschritt des ursprünglichen Algorithmus. Das Isowertfeld ermöglicht die Korrektur von systematischen Messabweichungen im Datensatz, wie zum Beispiel Rauschen mit niedriger Frequenz, Kontrastverschiebungen, lokale Dichteveränderungen, etc.Außerdem kann der Algorithmus verwendet werden, um verschiedene Isoflächen (z.B. Haut und Knochen in einem medizinischen Datensatz) miteinander zu verschmelzen.Für den speziellen Anwendungsbereich der 3D Messung mittels industriellem Röntgen Computertomographen werden im Rahmen dieser Arbeit vergleichende Visualisierungstechniken vorgeschlagen. Durch das wiederholte Abtasten eines Messkörpers mit veränderten Messparametern wird eine Datensatzreihe erzeugt.Im Rahmen dieser Arbeit wurde ein Visualisierungssystem entwickelt, das sich der planaren Reformattierung bedient. Dieses System kann verwendet werden um eine hoch aufgelöste Datensatzreihe zu explorieren. Eine Mehrbildansicht und ein Werkzeng zur Kanteninspektion werden zur Verfügung gestellt, um mehrere Datensätze gleichzeitig miteinander vergleichen zu können. Die Datensätze sind in Blöcke unterteilt, um mit effizienten Datenstrukturen schnell auf die Volumendaten zugreifen zu können und eine hohe Benutzerfreundlichkeit zu gewährleisten.This thesis presents techniques and algorithms for the effective exploration of volumetric datasets. The visualization techniques are designed to focus on user specified features of interest. The proposed techniques are grouped into four chapters namely feature peeling, computation and visualization of fabrication artifacts, locally adaptive marching cubes, and comparative visualization for parameter studies of dataset series. The presented methods enable the user to efficiently explore the volumetric dataset for features of interest.Feature peeling is a novel rendering algorithm that analyzes ray profiles along lines of sight. The profiles are subdivided according to encountered peaks and valleys at so called transition points. The sensitivity of these transition points is calibrated via two thresholds. The slope threshold is based on the magnitude of a peak following a valley, while the peeling threshold measures the depth of the transition point relative to the neighboring rays. This technique separates the dataset into a number of feature layers.Fabrication artifacts are of prime importance for quality control engineers for first part inspection of industrial components. Techniques are presented in this thesis to measure fabrication artifacts through direct comparison of a reference CAD model with the corresponding industrial 3D X-ray computed tomography volume.Information from the CAD model is used to locate corresponding points in the volume data. Then various comparison metrics are computed to measure differences (fabrication artifacts) between the CAD model and the volumetric dataset. The comparison metrics are classified as either geometry-driven comparison techniques or visual-driven comparison techniques.The locally adaptive marching cubes algorithm is a modification of the marching cubes algorithm where instead of a global iso-value, each grid point has its own iso-value. This defines an iso-value field, which modifies the case identification process in the algorithm. An iso-value field enables the algorithm to correct biases within the dataset like low frequency noise, contrast drifts, local density variations, and other artifacts introduced by the measurement process. It can also be used for blending between different iso-surfaces (e.g., skin, and bone in a medical dataset).Comparative visualization techniques are proposed to carry out parameter studies for the special application area of dimensional measurement using industrial 3D X-ray computed tomography. A dataset series is generated by scanning a specimen multiple times by varying parameters of the scanning device. A high resolution series is explored using a planar reformatting based visualization system. A multi-image view and an edge explorer are proposed for comparing and visualizing gray values and edges of several datasets simultaneously. For fast data retrieval and convenient usability the datasets are bricked and efficient data structures are used.10

    Locally Adaptive Marching Cubes through Iso-Value Variation

    Get PDF
    We present a locally adaptive marching cubes algorithm. It is a modification of the marching cubes algorithm where instead of a global iso-value each grid point has its own iso-value. This defines an iso-value field, which modifies the case identification process in the algorithm. The marching cubes algorithm uses linear interpolation to compute intersections of the surface with the cell edges. Our modification computes the intersection of two general line segments, because there is no longer a constant iso-value at each cube vertex. An iso-value field enables the algorithm to correct biases within the dataset like low frequency noise, contrast drifts, local density variations, and other artefacts introduced by the measurement process. It can also be used for blending between different isosurfaces (e.g., skin, veins, and bone in a medical dataset)

    An Extension to Jab Ref for Extraction and Processing of Scholarly Articles

    No full text
    corecore