You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thank you for developing a useful tool.
I am confused about the output of sEV_recognizer function. The n_obs of raw_SEVtras.h5ad file has 1129,431 lines, nearly 10 times more cells than my original cell count. The code as follows: import SEVtras SEVtras.sEV_recognizer(sample_file='sample_file', out_path='./', species='Homo', predefine_threads=10, dir_origin=True)
There are 9 samples in this sample_file, and I compared the raw data of one sample to the output of sEV. I'm sure the sample is running successfully.
The number of barcodes in these two files is quite different, and I don't know why.
More surprising,when I compared the original barcode (cellRanger output) with the barcode in the sEV_SEVtras.h5ad file of the sample, there was no duplication between the two.
I don't know if this result is normal, could you please explain it?
The text was updated successfully, but these errors were encountered:
The raw gene-barcode matrix includes all valid barcodes from GEMs (Gel Bead-In EMulsions) captured in the data. However, since most GEMs do not actually contain cells, it follows that most barcodes in the data do not correspond to cells, which has the potential to identify sEVs.
The filtered gene-barcode matrix will only include barcodes where GEMs are likely to contain cells. There would be no overlapping barcodes between potential cells and potential sEVs.
Hi,
Thank you for developing a useful tool.
I am confused about the output of sEV_recognizer function. The n_obs of raw_SEVtras.h5ad file has 1129,431 lines, nearly 10 times more cells than my original cell count. The code as follows:
import SEVtras SEVtras.sEV_recognizer(sample_file='sample_file', out_path='./', species='Homo', predefine_threads=10, dir_origin=True)
There are 9 samples in this sample_file, and I compared the raw data of one sample to the output of sEV. I'm sure the sample is running successfully.
SEVtras output
adata_ev = sc.read_h5ad('./01.sEV_recognizing/tmp_out/cellranger_SRR17008554/cellranger_SRR17008554.h5ad')
cellRanger output
adata_o = sc.read_10x_mtx('/home/cellranger/SRR17008554/outs/filtered_feature_bc_matrix')
The number of barcodes in these two files is quite different, and I don't know why.
More surprising,when I compared the original barcode (cellRanger output) with the barcode in the sEV_SEVtras.h5ad file of the sample, there was no duplication between the two.
I don't know if this result is normal, could you please explain it?
The text was updated successfully, but these errors were encountered: