Skip to content

Commit

Permalink
make it optional to change the gene name to lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
Hejin Huang committed Aug 15, 2022
1 parent 02b20aa commit e881b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial_tangram_without_squidpy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@
"- Also, the gene order needs to be the same in the datasets. This is because Tangram maps using only gene expression, so the $j$-th column in each matrix must correspond to the same gene.\n",
"- And if data entries of a gene are all zero, this gene will be removed\n",
"- This task is performed by the helper `pp_adatas`.\n",
"- if the gene names in single cell and spatial transcriptomics data are different due to inconsistent capitalization, we can set in the tg.pp_adatas function gene_to_lowercase = True to convert the whole name to the lower case"
"- In the pp_adatas function, the gene names are converted to lower case to get rid of the inconsistent capitalization. If the gene names in single cell and spatial transcriptomics data are different due to inconsistent capitalization, we can set in the tg.pp_adatas function gene_to_lowercase = True to convert the whole name to the lower case"
]
},
{
Expand Down

0 comments on commit e881b67

Please sign in to comment.