sanbomics_scripts icon indicating copy to clipboard operation
sanbomics_scripts copied to clipboard

scripts and notebooks from sanbomics

Results 15 sanbomics_scripts issues
Sort by recently updated
recently updated
newest added

Hi, Thank you for this tutorial! It is very useful and I have almost done. But I was trying to merge the data in the step: adata = scv.utils.merge(adata, ldata)....

I am curious why you are filtering the expression data to only include genes with a base mean over 50? I have not really seen this as a step in...

Hello, I loved the tutorial! I found this small bug when playing around with it: in the pp() when annotating mitochondrial genes: lowercase startswith("mt-") won't catch anything in this data...

In my dataset the mitocondrial genes are not all labeled with 'mt-', some of them are like 'NC_002333.23, NC_002333.24', for example. I have a txt file with all the mitocondrial...

Hi, Hi, I was trying to follow the complete scRNA-seq tutorial using CellBender h5 out file, by changing adata = anndata_from_h5(mtx_path) (anndata_fromh5 being https://github.com/broadinstitute/CellBender/issues/57). When I train the solo model...