# HG changeset patch # User iuc # Date 1730807695 0 # Node ID a7af4acac32c2e5693560844bb0a327654cda989 # Parent d0c26c9430f284dfab2b98b3a71391527b55fd78 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat_v5 commit 566984b588e88225f0b3f2dae88c6fd084315e7c diff -r d0c26c9430f2 -r a7af4acac32c create_seurat.xml --- a/create_seurat.xml Wed Sep 11 10:21:11 2024 +0000 +++ b/create_seurat.xml Tue Nov 05 11:54:55 2024 +0000 @@ -3,6 +3,7 @@ macros.xml + `__ @@ -477,28 +478,28 @@ CreateSeuratObject ================== -Create a Seurat Object from raw data in RDS format. +Create a Seurat Object from raw data in RDS format. names.field -For the initial identity class for each cell, choose this field from the cell's name. +For the initial identity class for each cell, choose this field from the cell's name. E.g. If your cells are named as BARCODE_CLUSTER_CELLTYPE in the input matrix, set names.field to 3 to set the initial identities to CELLTYPE. names.delim -For the initial identity class for each cell, choose this delimiter from the cell's column name. +For the initial identity class for each cell, choose this delimiter from the cell's column name. E.g. If your cells are named as BARCODE-CLUSTER-CELLTYPE, set this to “-” to separate the cell name into its component parts for picking the relevant field. meta.data -Additional cell-level metadata to add to the Seurat object. Should be a data.frame where the rows are cell names and the columns are additional metadata fields. +Additional cell-level metadata to add to the Seurat object. Should be a data.frame where the rows are cell names and the columns are additional metadata fields. Row names in the metadata need to match the column names of the counts matrix. Filtering can also be performed on: -min.cells = only include features/genes detected in at least this many cells +min.cells = only include features/genes detected in at least this many cells -min.features = only include cells where at least this many features are detected +min.features = only include cells where at least this many features are detected Some QC metrics are added when creating a Seurat Object (nCount_RNA and nFeature_RNA). Mito percentage can optionally be calculated - it will be based on gene names starting with "MT-". If this pattern does not work for your gene names then you can use the separate 'Calculate QC Metrics' function instead. @@ -509,7 +510,7 @@ Calculate QC Metrics ==================== -Calculate the percentage of all the counts belonging to a subset of the possible features for each cell. This is useful when trying to compute the percentage of transcripts that map to mitochondrial genes for example. +Calculate the percentage of all the counts belonging to a subset of the possible features for each cell. This is useful when trying to compute the percentage of transcripts that map to mitochondrial genes for example. The calculation here is simply the column sum of the matrix present in the counts slot for features belonging to the set divided by the column sum for all features times 100. Feature sets can be defined by entering a list of genes or using a shared pattern in the gene names, such as "^MT-" or "^RP[LS]" for human mitochondrial or ribosomal genes. @@ -520,7 +521,7 @@ Filter Cells ============ -Filter cells based on QC metrics. +Filter cells based on QC metrics. nFeature_RNA = number of unique genes identified in the cell diff -r d0c26c9430f2 -r a7af4acac32c macros.xml --- a/macros.xml Wed Sep 11 10:21:11 2024 +0000 +++ b/macros.xml Tue Nov 05 11:54:55 2024 +0000 @@ -2,6 +2,11 @@ 5.0 0 23.0 + + + seurat + + r-seurat @@ -141,7 +146,7 @@