-
Notifications
You must be signed in to change notification settings - Fork 1
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
AH add round robin edits #88
Conversation
Click the link below to download the manuscript build as a ZIP file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Returning a couple suggestions.
content/02.introduction.md
Outdated
|
||
Here, we present the Single-cell Pediatric Cancer Atlas as a resource for all pediatric cancer researchers. | ||
The ScPCA Portal provides downloads ready for immediate use, allowing researchers to skip time-consuming data re-processing and wrangling steps. | ||
We provide comprehensive documentation about data processing and the contents of files on the portal, including a guide to getting started working with an ScPCA dataset (https://scpca.readthedocs.io/). | ||
We provide comprehensive documentation about data processing and the contents of files on the portal, including a guide to getting started working with a ScPCA dataset (https://scpca.readthedocs.io/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe "an" is correct because "ScPCA" is pronounced starting with a vowel sound:
We provide comprehensive documentation about data processing and the contents of files on the portal, including a guide to getting started working with a ScPCA dataset (https://scpca.readthedocs.io/). | |
We provide comprehensive documentation about data processing and the contents of files on the portal, including a guide to getting started working with an ScPCA dataset (https://scpca.readthedocs.io/). |
https://blog.apastyle.org/apastyle/2012/04/using-a-or-an-with-acronyms-and-abbreviations.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, I wasn't sure because this is the only place we were using an
instead of a
before ScPCA project. I can update to use an
everywhere.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am willing to bet I wrote this, then. 🤷
Unlike its predecessor, bulk RNA-seq, which averages the profiles of all cells within a sample, single-cell technology quantifies gene expression in individual cells. | ||
Tumors are known to be transcriptionally heterogeneous, so many studies have highlighted the importance of using single-cell RNA-seq in studying tumor samples [@doi:10.1101/gr.190595.115]. | ||
Researchers can use tumor single-cell RNA-seq to analyze and identify individual cell populations that may play important roles in tumor growth, resistance, and metastasis [@doi:10.1126/science.1254257]. | ||
Additionally, single-cell RNA-seq data provides insight into how tumor cells may be interacting with normal cells in the tumor microenvironment[@10.1038/s41588-022-01141-9]. | ||
Researchers can use single-cell RNA-seq of samples obtained from patient tumors to analyze and identify individual cell populations that may play important roles in tumor growth, resistance, and metastasis [@doi:10.1126/science.1254257]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure I find this change clarifying (and it is certainly longer), but we can see what others think.
Co-authored-by: Jaclyn Taroni <[email protected]>
Click the link below to download the manuscript build as a ZIP file. |
Here I'm adding in a few edits from reading through the whole paper. They are generally pretty minimal, with most of my edits fixing typos, making formatting consistent when we refer to things, adding backticks, and then adding in the figure links. There are a few places where I adjusted the wording or rearranged a sentence, but that is pretty minimal.
The one thing I didn't do here was update the HTO workflow diagram and legend description. Right now we are showing
HTO FASTQ
as input to demultiplexing, but not as input toalevin-fry
. I'm going to make some adjustments and file as a PR toscpca-paper-figures
and then will come back and update the legend separately.