Giter Club home page Giter Club logo

histogene's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

histogene's Issues

skin_hvg_cut_1000.npy

Hi there,

I notice that skin_hvg_cut_1000.npy is missing when I try to run the ViT_SKIN dataset.

The cscc dataset files have been downloaded correctly. I have tried to use the preprocess functions in utils.py, and scanpy package functions like highly_variable_genes, filter_genes according to the description of preprocess in the paper:

We then select the top 1,000 highly variable genes in each tissue section and eliminate genes that are expressed in less than 1,000 spots across all tissue sections.

like this:

adata = ad.concat(adata_list, merge='only')
adata.obs_names_make_unique()
adata.var_names_make_unique()
sc.pp.normalize_total(adata)
sc.pp.log1p(adata)
sc.pp.highly_variable_genes(adata, n_top_genes=1000, subset=True)
sc.pp.filter_genes(adata, min_counts=1000)

but the result is different from 134 genes remained according to Supplementary Note 1.

So can we have the real preprocess function that can generate skin_hvg_cut_1000.npy?

Thank you!

Inquire about model parameters

Thank you for providing such excellent work. We would like to use the model for some analytical tasks. Could you please provide parameters for other sliced models? We appreciate your help very much.

training and validation loss

Hi there! Thanks a lot for the great work!
I am currently applying your method on my dataset. May I know how large the training and validation loss were during your experiments? Thanks!

About ST-Net

Hello!

I find that When I try to realize ST-Net and calculate its ARI on this dataset, the result is different from what the paper describes, though I have applied the default hyperparameters mentioned in the ST-Net paper.

So could you offer your trained ST-Net, or detailed hyperparameters you used to train (such as backbone(DenseNet or ResNet), epochs, learning rate, optimizer and so on)?

Thank you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.