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

Add verification step for raw GEO data vs. prepared CSV #105

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jul 21, 2024

  1. Add verification step for raw GEO data vs. prepared CSV

    Show that the CSV file provided does in fact contain the same information as the raw data files deposited on GEO for each GSM.
    ttriche authored Jul 21, 2024
    Configuration menu
    Copy the full SHA
    68b15de View commit details
    Browse the repository at this point in the history
  2. Tidy up a little bit

    One needs to use "[[" rather than `[[` in webR (I know not why). 
    
    Also, breaking up the challenge solution with comments is more considerate of the learner's attention.
    ttriche authored Jul 21, 2024
    Configuration menu
    Copy the full SHA
    0d29cd0 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. install GEOquery if not yet installed

    like it says on the tin.  should ensure build check passes...
    ttriche authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    ff4a0d6 View commit details
    Browse the repository at this point in the history
  2. get rid of GEOquery dependency

    Check that compiled counts are the same as from the raw data.
    ttriche authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e8cc792 View commit details
    Browse the repository at this point in the history