This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| chr1 0 10000 telomere | |
| chr1 248946422 248956422 telomere | |
| chr10 0 10000 telomere | |
| chr10 133787422 133797422 telomere | |
| chr11 0 10000 telomere | |
| chr11 135076622 135086622 telomere | |
| chr12 0 10000 telomere | |
| chr12 133265309 133275309 telomere | |
| chr13 0 10000 telomere | |
| chr13 114354328 114364328 telomere |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| chrI 230218 | |
| chrII 813184 | |
| chrIII 316620 | |
| chrIV 1531933 | |
| chrV 576874 | |
| chrVI 270161 | |
| chrVII 1090940 | |
| chrVIII 562643 | |
| chrIX 439888 | |
| chrX 745751 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (ns distblast-cluster.vagrant | |
| (:require [pallet.compute :as compute] | |
| [pallet.phase :as phase] | |
| [pallet.core :as core] | |
| [pallet.utils :as utils] | |
| [pallet.compute.node-list :as node-list] | |
| [pallet.action.exec-script :as exec-script])) | |
| (defn test-script [session] | |
| (-> session |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from Bio import Entrez | |
| def fetch_gene_coordinates(search_term): | |
| handle = Entrez.esearch(db="gene", term=search_term) | |
| rec = Entrez.read(handle) | |
| gene_id = rec["IdList"][0] # assuming best match works | |
| handle = Entrez.efetch(db="gene", id=gene_id, retmode="xml") | |
| rec = Entrez.read(handle)[0] | |
| gene_locus = rec["Entrezgene_locus"][0] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def simple_add_update(): | |
| """Test adding and updating a collection to reproduce certificate error. | |
| """ | |
| project_uuid = "pirca-j7d0g-h13mew3i5ya8cqq" | |
| name = "save_new_test" | |
| fname = "seqs.fa" | |
| avoid_an_error = True | |
| arvados_conn = get_connection_config() | |
| c = arvados.collection.Collection(apiconfig=arvados_conn) | |
| with c.open(fname, "wb") as writer: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env Rscript | |
| library(GenomicDataCommons) | |
| library(dplyr) | |
| manifest = GenomicDataCommons::files() %>% | |
| GenomicDataCommons::filter(~ cases.project.project_id == "TCGA-LUAD" & | |
| experimental_strategy == "WXS" & | |
| data_format == "BAM") %>% | |
| GenomicDataCommons::manifest() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| with open ("dna.txt", "r") as myfile: | |
| data=myfile.readlines() | |
| mRNA=data[1] | |
| def next_transcript(mRNA, cur_pos): | |
| initial=mRNA.find("AUG", cur_pos) | |
| for i in range(initial, len(mRNA),3): | |
| if mRNA[i:i+3] == "UAG": | |
| return initial, i |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sample | locus | alleles | expected | validates | |
|---|---|---|---|---|---|
| NA12878 | A | HLA-A*01:01;HLA-A*11:01 | HLA-A*01:01;HLA-A*11:01 | yes | |
| NA12878 | B | HLA-B*56:01;HLA-B*08:01 | HLA-B*08:01;HLA-B*56:01 | yes | |
| NA12878 | C | HLA-C*07:01;HLA-C*01:02 | HLA-C*01:02;HLA-C*07:01 | yes | |
| NA12891 | A | HLA-A*24:02;HLA-A*01:01 | HLA-A*01:01;HLA-A*24:02 | yes | |
| NA12891 | B | HLA-B*08:01;HLA-B*07:02 | HLA-B*07:02;HLA-B*08:01 | yes | |
| NA12891 | C | HLA-C*07:01;HLA-C*07:02 | HLA-C*07:01;HLA-C*07:02 | yes | |
| NA18526 | A | HLA-A*24:02;HLA-A*33:03 | HLA-A*24:02;HLA-A*33:03 | yes | |
| NA18526 | B | HLA-B*40:01;HLA-B*58:01 | HLA-B*40:01;HLA-B*58:01;HLA-B*58:02 | no | |
| NA18526 | C | HLA-C*03:02;HLA-C*07:02 | HLA-C*03:02;HLA-C*07:02 | yes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # snpEff executable shell script | |
| # http://snpeff.sourceforge.net/ | |
| # Extracts memory and system property Java arguments from the list of provided arguments | |
| # (ie -Xms 1g -Xmx 2g) | |
| jardir="$(cd "$(dirname "$0")" && pwd -P)" | |
| java=java | |
| if [ -e "$JAVA_HOME/bin/java" ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2-584759 no MET | |
| 2-584751 MET (FISH and ddPCR) | |
| 2-584699 MET (FISH and ddPCR) |
NewerOlder