Skip to content
New issue

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

QC questions #196

Open
slzhao opened this issue Apr 23, 2024 · 1 comment
Open

QC questions #196

slzhao opened this issue Apr 23, 2024 · 1 comment

Comments

@slzhao
Copy link

slzhao commented Apr 23, 2024

Hello,

Can someone help me to understand the QC process?
Based on this link:
https://www.bioconductor.org/packages/release/workflows/vignettes/GeoMxWorkflows/inst/doc/GeomxTools_RNA-NGS_Analysis.html#4_QC__Pre-processing

It mentioned:

Raw sequencing reads: segments with >1000 raw reads are removed.

in fact in the code (NanoStringGeoMxSet-qc.R), it works as:

lowReads <- sData(object)["Raw"] < cutoff
This looks correct in code (fewer raw reads than cutoff was labeled) but incorrect in the document (more raw reads than cutoff was removed).

Similarly (but reversely), the document mentioned:

segments with low negative counts (1-10) are not necessarily removed

But in the code, it works as:

    lowNegs <- 
        data.frame("LowNegatives"=apply(negativeGeoMeans < cutoff, 1, sum) > 0)

This looks incorrect in code (fewer negative counts than cutoff was labeled) but correct in the document (more negative counts should be labeled).

Copy link

Thank you for contacting us about our tools! To receive assistance, kindly email [email protected] with detailed information about your issue. If applicable, attach a screenshot of any encountered errors and include a copy of the modified script in Notepad. Our customer support team will help facilitate a review and resolution of the issue.

Thank you for choosing NanoString,
NanoString Dev Team

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant