We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can not get the same results from the tutorial desc_2.1.1_paul.ipynb and desc_2.0.3_paul.ipynb. https://eleozzr.github.io/desc/tutorial.html
my desc_2.1.1 env: conda create the python==3.6.13
Then, I follow the tutorial desc_2.1.1_paul.ipynb.
1.different cell matrix
desc_2.1.1_paul.ipynb. AnnData object with n_obs × n_vars = 2730 × 999 obs: 'paul15_clusters', 'celltype', 'celltype2', 'desc_0.8', 'desc_1.0' var: 'highly_variable', 'means', 'dispersions', 'dispersions_norm', 'mean', 'std' uns: 'iroot', 'log1p', 'prob_matrix0.8', 'prob_matrix1.0' obsm: 'X_Embeded_z0.8', 'X_tsne', 'X_tsne0.8', 'X_Embeded_z1.0', 'X_tsne1.0'
my script: AnnData object with n_obs × n_vars = 2730 × 1000 obs: 'paul15_clusters', 'celltype', 'celltype2', 'desc_0.8', 'desc_1.0' var: 'highly_variable', 'means', 'dispersions', 'dispersions_norm', 'mean', 'std' uns: 'iroot', 'log1p', 'prob_matrix0.8', 'prob_matrix1.0' obsm: 'X_Embeded_z0.8', 'X_tsne', 'X_tsne0.8', 'X_Embeded_z1.0', 'X_tsne1.0'
2.different t-sen picture desc_2.1.1_paul.ipynb. https://ibb.co/GsPv38j
my script: https://ibb.co/NxhHgq0
What is the cause of these differences?
The text was updated successfully, but these errors were encountered:
Maybe due to the version of scanpy. Sometimes scanpy cannot exactly identify 1000 hvgs even you set n_hvg=1000.
Sorry, something went wrong.
No branches or pull requests
I can not get the same results from the tutorial desc_2.1.1_paul.ipynb and desc_2.0.3_paul.ipynb.
https://eleozzr.github.io/desc/tutorial.html
my desc_2.1.1 env:
conda create the python==3.6.13
Then, I follow the tutorial desc_2.1.1_paul.ipynb.
1.different cell matrix
desc_2.1.1_paul.ipynb.
AnnData object with n_obs × n_vars = 2730 × 999
obs: 'paul15_clusters', 'celltype', 'celltype2', 'desc_0.8', 'desc_1.0'
var: 'highly_variable', 'means', 'dispersions', 'dispersions_norm', 'mean', 'std'
uns: 'iroot', 'log1p', 'prob_matrix0.8', 'prob_matrix1.0'
obsm: 'X_Embeded_z0.8', 'X_tsne', 'X_tsne0.8', 'X_Embeded_z1.0', 'X_tsne1.0'
my script:
AnnData object with n_obs × n_vars = 2730 × 1000
obs: 'paul15_clusters', 'celltype', 'celltype2', 'desc_0.8', 'desc_1.0'
var: 'highly_variable', 'means', 'dispersions', 'dispersions_norm', 'mean', 'std'
uns: 'iroot', 'log1p', 'prob_matrix0.8', 'prob_matrix1.0'
obsm: 'X_Embeded_z0.8', 'X_tsne', 'X_tsne0.8', 'X_Embeded_z1.0', 'X_tsne1.0'
2.different t-sen
picture
desc_2.1.1_paul.ipynb.
https://ibb.co/GsPv38j
my script:
https://ibb.co/NxhHgq0
What is the cause of these differences?
The text was updated successfully, but these errors were encountered: