top of page

Search Results

Search results for "AutoSpectral"

20 results found for "AutoSpectral"

  • AutoSpectral in Honeychrome

    I'm going to call mine AutoSpectral Demo. To use the AutoSpectral control cleaning workflow, tick the box for "Show AutoSpectral Cleaning". To use this, head over to the AutoSpectral AF tab. Tick the "Show AutoSpectral AF process" to use it. Suggested Reading: AutoSpectral pre-print AutoSpectral help pages David Novo, A comparison of spectral

  • AutoSpectral: cleaning

    In this article, we’ll try to cover the functions that AutoSpectral offers for cleaning your single-stained AutoSpectral provides some tools to help reduce the influence of these problems, aiming to give you cleaner Right, so there are two main cleaning options in AutoSpectral: AF exclusion . AutoSpectral identifies populations of cells with high variance and signal in the unstained sample, and Okay, let’s go over some data as an example. library (  AutoSpectral  ) We need to set up our experiment

  • AutoSpectral: plotting

    In this article, let’s look at a couple of the functions that AutoSpectral offers for plotting your AutoSpectral isn't intended to replace flow analysis software like FlowJo or FCS Express, but it's essential to have some options for visualizing the outputs. library (  AutoSpectral  ) Let’s load in some spectra To start, we can load in an FCS file–let’s use the OMIP-102 file–and we need to call up the AutoSpectral You can play around with the automated gating functions in AutoSpectral if you want (these work okay

  • AutoSpectral: gating

    In this article, we’ll try to cover some of the features and tuning for the automated gating in AutoSpectral This was developed by Carlos Roca in AutoSpill , and has been lightly modified for use in AutoSpectral ) As always, we’ll start by loading in the parameters and telling AutoSpectral where the control files You can get the data from Mendeley (see AutoSpectral: 40-colour ID7000 dataset) . AutoSpectral looks for the cells within a boundary (expecting the cells to be up a bit off the axis)

  • AutoSpectral: Automated Workflow

    Installation You will need R to run AutoSpectral. Install that first. On Windows, install Rtools first. pak::pak("DrCytometer/AutoSpectralRcpp") Once installed, AutoSpectralRcpp Start-up Now we can load AutoSpectral. library(AutoSpectral) Getting your fluorophore spectra from the More on plotting on the dedicated article on GitHub or Colibri. autospectral.unmixed.lung <- "AutoSpectral_unmixed <- AutoSpectral::readFCS(autospectral.unmixed.lung) sf.lung <- AutoSpectral::readFCS(spectroflo.unmixed.lung

  • AutoSpectral: Gating troubleshooting

    In this article, we'll go into more depth on how the automated density-based gating in AutoSpectral This article is most relevant if you are using a version of AutoSpectral prior to 1.5.0 or if you are I don't have the marker names in the FCS file names, so AutoSpectral can't match the markers. Let's look at that: AutoSpectral is looking for your beads or cells in a specific region. The bandwidth controls how smooth the data looks to AutoSpectral when defining the gates.

  • AutoSpectral: New Features

    I will try to use this page to track changes to AutoSpectral that introduce new features or improvements help you do some quality control and assess how well the fluorophore spectra have been identified in AutoSpectral This would be true in any system, not just AutoSpectral, but AutoSpectral is very sensitive and quite ---------------- More Autofluorescence Extraction Status: currently available As of version ~1.1.0, AutoSpectral AutoSpectral automatically picks what it thinks are the two worst channels (the ones most affected by

  • AutoSpectral: reopening and rerunning

    In this article, we'll cover some shortcuts to allow you to return to AutoSpectral once you've already We’re going to start, as always, by loading AutoSpectral and setting the parameters for our cytometer You should already have all of this. library ( AutoSpectral ) asp <-  get.autospectral.param (cytometer If we’ve run AutoSpectral already, these will be in . /table_spectra and will, by default, be called something like “Initial autospectral spectra.csv”.

  • AutoSpectral: basic workflow

    In this article, I'll cover the basic workflow for using AutoSpectral for unmixing spectral flow cytometry data. library ( AutoSpectral ) To start, we need to get the relevant parameters for the cytometer. This tells AutoSpectral a lot about what you’re doing. By default, AutoSpectral extracts a single AF parameter, much like selecting the "spectral unmixing with /Aurora_example/AutoSpectral/Aurora_fully_stained/" ,              spectra, asp, flow.control, method

  • AutoSpectral: Single Cell Autofluorescence

    The aim of this article is to show you how to use AutoSpectral ’s per-cell autofluorescence (AF) extraction ()`. library (  AutoSpectral  ) Before doing the single-cell AF extraction, you’ll need to either run the AutoSpectral workflow to extract your fluorescence spectra or extract the spectra using another This is done by using AutoSpectral’ per-cell autofluorescence extraction on the unstained sample. For this, you will need to install AutoSpectralRcpp .

  • AutoSpectral: Full workflow example

    Start-up Now we can load AutoSpectral. library(AutoSpectral) Getting your fluorophore spectra from the Unmixing AutoSpectral provides options for unmixing. On Windows, you will first need to install Rtools. pak::pak("DrCytometer/AutoSpectralRcpp") Once AutoSpectralRcpp , asp, flow.control, method = "AutoSpectral", # use AutoSpectral unmixing af.spectra = lung.af <- AutoSpectral::readFCS(autospectral.unmixed.lung) sf.lung <- AutoSpectral::readFCS(spectroflo.unmixed.lung

  • AutoSpectral: OMIP-102 examples

    Most of the examples in the AutoSpectral pre-print come from a pretty lousy dataset that was designed What happens if we run AutoSpectral on a good dataset, with cell-based controls?

bottom of page