GMOD / Apollo

Genome annotation editor with a Java Server backend and a Javascript client that runs in a web browser as a JBrowse plugin.
http://genomearchitect.readthedocs.io/
Other
128 stars 85 forks source link

create data for human browser on demo server #499

Closed nathandunn closed 5 years ago

nathandunn commented 9 years ago

Variants:

Update Evidence tracks:

Relevant data types . . add to WA2:

nathandunn commented 9 years ago

JBrowse for reference: http://jbrowse.org/ucsc/hg19/touch.html?loc=chr1:208,056,300..208,073,080&tracks=DNA,knownGene,ccdsGene,snp131,pgWatson,simpleRepeat

. . I think that we'll be using hg38 unless there is a reason not to.

selewis commented 9 years ago

Check with Nicole. I think there may have been an update. Important to have the up to date version.

On Thu, Jul 23, 2015 at 8:52 PM, Nathan Dunn notifications@github.com wrote:

JBrowse for reference: http://jbrowse.org/ucsc/hg19/touch.html?loc=chr1:208,056,300..208,073,080&tracks=DNA,knownGene,ccdsGene,snp131,pgWatson,simpleRepeat

. . I think that we'll be using hg38 unless there is a reason not to.

— Reply to this email directly or view it on GitHub https://github.com/GMOD/Apollo/issues/499#issuecomment-124315331.

nathandunn commented 9 years ago

@nlwashington let me know how if this sounds like a good starting point (the checklist above). I expect we'll do a bit of iteration over it.

http://icebox.lbl.gov/WebApolloHuman/jbrowse/?loc=chr11%3A476355..654095&tracks=DNA%2CAnnotations%2COGS-GRCh38%2COGS-GRCh38-gene&highlight=

cmdcolin commented 9 years ago

I mentioned this awhile back but the gene track is getting confused by the presence of some of the pseudogenes for some reason (I don't have the data file but generally I would load pseudogenes as a separate track anyways). I would load just the genes from the file using either using the --type "gene" argument for a CanvasFeatures type track or --type "mRNA" in HTMLFeatures. We would normally prefer HTMLFeatures in WebApollo anyways so --type "mRNA" is most likely the best option

screenshot-icebox lbl gov 2015-07-24 15-20-35

cmdcolin commented 9 years ago

The Red highlighted features in the above image are technically a glitchy pseudogene, probably just need to clean up the GFF if these need to be loaded cc @deepakunni3

nathandunn commented 9 years ago

definitely need to clean up the GFF . . . I don't even think that all of the chromosomes load.

nathandunn commented 7 years ago

@monicacecilia @selewis This is the human server corresponding to our deliverables and what we'd put in the grant (as opposed to icebox):

https://genome.monarchinitiative.org/apollo/507/jbrowse/index.html?loc=chr7:102240331..102240644&tracks=dbsnps,clinvar,GenBank%20TopLevel%20MRNA

I'm not sure which of this we want to move over. The ClinVar and dbSnp data is manageable, but the modEncode data is massive.

nathandunn commented 5 years ago

Kind of done