Skip to content
#

ngs

Here are 374 public repositories matching this topic...

bklein345
bklein345 commented Feb 20, 2020
  • Search whether this issue (or a similar issue) has been solved before
    using the search tab above. Link the previous issue if appropriate below.

  • Paste your deepTools version (deeptools --version) and your python
    version (python --version) below.
    deeptools 3.3.2
    Python 3.6.0

  • Paste the full deepTools command that produces the issue below
    (ignore if you simply sp

training-material
JEFworks
JEFworks commented Nov 27, 2016

From Nikolas:

"The last lines of the tutorial with the tSNE embedding don't quite work out of the box. You may want to substitute with the following:

tSNE.pagoda <- Rtsne(cell.clustering$distance,is_distance=T,initial_dims=100,perplexity=10)

embed.tSNE <- tSNE.pagoda$Y

rownames(embed.tSNE) <- cell.clustering$clustering$labels

app <- make.pagoda.app(tamr2, tam, varinfo, go.env, pwpca

tfenne
tfenne commented Jul 23, 2019

Our current UMI pipelines tend to involve going to uBAMs with UMIs in them, then using a chain of picard SamToFastq | bwa or other aligner | MergeBamAlignment. Both of the picard tools have grown in complexity over the years, and can be quite intimidating for folks who haven't used them before. In addition the need to sort BAMs into htsjdk-queryname order adds an extra time-consuming sort to t

NShaforostov
NShaforostov commented Nov 6, 2019

Describe the bug
When trying to download *.txt document from the pipeline DOCUMENTS tab - the downloaded file contains error instead of the document content

To Reproduce
Steps to reproduce the behavior:

  1. Open any pipeline, select the DOCUMENTS tab
  2. Upload the document with txt extension
  3. Click the Download button next to the uploaded document (or click the doc

Improve this page

Add a description, image, and links to the ngs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ngs topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.