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

Additional step for Diff Exp tutorial #50

Closed
AlexanderPico opened this issue Nov 1, 2020 · 2 comments
Closed

Additional step for Diff Exp tutorial #50

AlexanderPico opened this issue Nov 1, 2020 · 2 comments
Assignees

Comments

@AlexanderPico
Copy link
Member

AlexanderPico commented Nov 1, 2020

A recent helpdesk question revealed that we are missing a major step in our intro tutorial on diff exp. We start with upregulated gene lists... but we don't have any fold change data associated with them. This is an odd case. We only show data overlay for the generic disease case and miss showing how to map your own data to your own protein query network.

Things to change:

  • We should prepare sample dataset with gene names, fold change and adjusted pvalues.
  • STRING query would be the same (using the gene names) https://cytoscape.org/cytoscape-tutorials/protocols/differentially-expressed-genes/#/5
  • The next step should be to upload the data and perform a basic node fill color mapping. This should happen before the enrichment analysis.
  • Skip the down regulated case. Just do a single example to keep it simple. The example could be BOTH up and down or just one or the other.
@AlexanderPico
Copy link
Member Author

Even better, we should extract out this simple, most common use case on it's own:

  1. query STRING by gene name (based on example dataset)
  2. load data (mapping via "query term" column)
  3. style network
  4. comment on largest connected subnetwork

This should be separated from the disease query use case. So, maybe just split the current tutorial into two: diff exp network viz and disease network viz.

@khanspers
Copy link
Collaborator

Update:

We should prepare sample dataset with gene names, fold change and adjusted pvalues.

=> done, except we are using gene identifier

STRING query would be the same (using the gene names) https://cytoscape.org/cytoscape-tutorials/protocols/differentially-expressed-genes/#/5
The next step should be to upload the data and perform a basic node fill color mapping. This should happen before the enrichment analysis.

=> done

Skip the down regulated case. Just do a single example to keep it simple. The example could be BOTH up and down or just one or the other.

=> up/down is one example, disease is another (in the same protocol)

As for the proposed simplified workflow (query STRING by gene name (based on example dataset); load data (mapping via "query term" column); style network; comment on largest connected subnetwork), we don't have this protocol yet. Will open a separate issue for that.

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

No branches or pull requests

2 participants