Header menu logo BioFSharp

STARSoloParams Type

Union cases

Union case Description

AdapterMismatchesNmax int

Full Usage: AdapterMismatchesNmax int

Parameters:
    Item : int

maximum number of mismatches allowed in adapter sequence.

Item : int

AdapterSequence string

Full Usage: AdapterSequence string

Parameters:
    Item : string

adapter sequence to anchor barcodes.

Item : string

length of the barcode read

Item : STARSoloBarcodeReadLengthOptions

CBlen int

Full Usage: CBlen int

Parameters:
    Item : int

cell barcode length

Item : int

matching the Cell Barcodes to the WhiteList

Item : STARSoloCellBarcodeWhiteListOptions

CBposition string

Full Usage: CBposition string

Parameters:
    Item : string

position of Cell Barcode(s) on the barcode read. Presently only works with --soloType CB_UMI_Complex, and barcodes are assumed to be on Read2. Format for each barcode: startAnchor_startDistance_endAnchor_endDistance start(end)Anchor defines the anchor base for the CB: 0: read start; 1: read end; 2: adapter start; 3: adapter end start(end)Distance is the distance from the CB start(end) to the Anchor base String for different barcodes are separated by space. Example: inDrop (Zilionis et al, Nat. Protocols, 2017): --soloCBposition 0_0_2_-1 3_1_3_8

Item : string

CBstart int

Full Usage: CBstart int

Parameters:
    Item : int

cell barcode start base

Item : int

CBwhitelist string list

Full Usage: CBwhitelist string list

Parameters:
    Item : string list

file(s) with whitelist(s) of cell barcodes. Only one file allowed with

Item : string list

CellFilter STARSoloCellFilterOptions list

Full Usage: CellFilter STARSoloCellFilterOptions list

Parameters:

cell filtering type and parameters

Item : STARSoloCellFilterOptions list

Features STARSoloFeaturesOptions list

Full Usage: Features STARSoloFeaturesOptions list

Parameters:

genomic features for which the UMI counts per Cell Barcode are collected

Item : STARSoloFeaturesOptions list

OutFileNames string list

Full Usage: OutFileNames string list

Parameters:
    Item : string list

file names for STARsolo output. default: file_name_prefix gene_names barcode_sequences cell_feature_count_matrix

Item : string list

type of single-cell RNA-seq

Item : STARSoloTypeOptions

strandedness of the solo libraries

Item : STARSoloStrandOptions

type of UMI deduplication (collapsing) algorithm

Item : STARSoloUMIDeDuplicationOptions list

type of UMI filtering

Item : STARSoloUMIFilteringOptions list

UMIlen int

Full Usage: UMIlen int

Parameters:
    Item : int

UMI length

Item : int

UMIposition string

Full Usage: UMIposition string

Parameters:
    Item : string

position of the UMI on the barcode read, same as soloCBposition Example: inDrop (Zilionis et al, Nat. Protocols, 2017): --soloCBposition 3_9_3_14

Item : string

UMIstart int

Full Usage: UMIstart int

Parameters:
    Item : int

UMI start base

Item : int

Static members

Static member Description

STARSoloParams.makeCmd

Full Usage: STARSoloParams.makeCmd

Returns: STARSoloParams -> string list
Returns: STARSoloParams -> string list

STARSoloParams.makeCmdWith m

Full Usage: STARSoloParams.makeCmdWith m

Parameters:
Returns: STARSoloParams -> string list
m : MountInfo
Returns: STARSoloParams -> string list

Type something to start searching.