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
I had a dataset of bulkRNAseq that was processed via DESeq2. For a sample, I selected the top 100 highly expressed genes as below using the vat-transformed values.
I now want to check whether there was any genes within these 100 top-highly expressed genes by RNAseq that were not detected by scRNAseq.
I don't think I should use scale.data here, but actually scale.data being z-scored/variance-stabilized data would be more equivalent to vst, because SCT data would only be normalized and log (and not variance-stabilized).
My question is would the SCTransform layer of data be appropriate for this purpose, as below? If so, should I use counts(dds_Exvivo_DatePlSubs, normalized = TRUE) instead to select top highly expressed genes in RNAseq to compare?
The text was updated successfully, but these errors were encountered:
denvercal1234GitHub
changed the title
SCT data or scale.data to select top highly expressed genes to compare with VST-transformed values in bulkRNAseq?
SCT data or scale.data to select top highly expressed genes in scRNAseq to compare with VST-transformed values in bulkRNAseq?
Jan 31, 2025
Hi there,
I had a dataset of bulkRNAseq that was processed via DESeq2. For a sample, I selected the top 100 highly expressed genes as below using the vat-transformed values.
I now want to check whether there was any genes within these 100 top-highly expressed genes by RNAseq that were not detected by scRNAseq.
I don't think I should use
scale.data
here, but actuallyscale.data
beingz-scored/variance-stabilized data
would be more equivalent tovst
, becauseSCT data
would only be normalized and log (and not variance-stabilized).My question is would the SCTransform
layer
ofdata
be appropriate for this purpose, as below? If so, should I usecounts(dds_Exvivo_DatePlSubs, normalized = TRUE)
instead to select top highly expressed genes in RNAseq to compare?Thank you for your help!
Related: https://support.bioconductor.org/p/9161164/#9161168
The text was updated successfully, but these errors were encountered: