BAMsAway
Adds SNPs or positions to Big Y 'Unnamed Variants' list
BAMsAway란 무엇입니까?
BAMsAway은(는) neanderling에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds SNPs or positions to Big Y 'Unnamed Variants' list"입니다.
BAMsAway 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Allows Big Y customers to use FTDNA's Y-Chromosome Browsing Tool to inspect arbitrary SNPs or positions by temporarily adding them to the "Unnamed Variants" list. This makes it possible to review the evidence supporting a negative result in addition to that for positive results. To use this tool, go to your Big Y results and click on the "Unnamed Variants" tab. Wait for default list to finish loading, then click on the button labelled "Add SNP or position using 'BAMsAway' Chrome Extension". Enter either a SNP name or a Y chromosome position. If correctly formatted, the SNP or position will be added to the list. You can then click on the SNP or position in the list to view it in the browser, just as you would with the default variants. Note that only the SNP names known to and used by the FTDNA browser will return results. If the SNP is unknown, the window for displaying the SNP will open, but it will not populate with data; no error message will appear. Multiple SNPs and positions, separated by commas, can be added simultaneously. Any information in single quotes will be treated as a comment to be displayed along with the name or position in the variant list. Switching away from the "Unnamed Variants" tab to the "Named Variants" table or the "Matching" tab will clear any manually added SNPs or variants since the "Unnamed Variants" tab will reload the default list from FTDNA upon returning to it. Note that the "Genotype" and "Reference" items will be listed as "undefined" in the browser. These can generally be deduced from the displayed information, keeping in mind that the reference genome (the letters displayed in the browser) is itself not ancestral for all SNP markers (it is derived for U152>L2>L20 and upstream markers, and probably for certain downstream markers). Due to intrinsic ambiguity in how STRs are counted, the STR repeats listed as the "Reference" alleles for each STR should be considered provisional and subject to change. Starting after version 1.5.5, any such changes will be specifically noted below. It is not necessarily safe to use those allele repeats as a baseline for deriving STR values for direct comparison to Y12, Y37, Y67 or Y111 STR values. However, you can compare STRs derived from two different Big Y kits to one another by counting the differences from the listed reference repeats. Comparison to repeat counts derived by other companies, either from reanalysis of Big Y or from independent Next Generation Sequencing, is not advised until compatible standardization has been verified. Version 1.5.6: modified DYS578, DYS490, DYS636, DYS577, DYS499; added FTY214 Version 1.5.7: modified DYS538
확장 프로그램 기본 정보
이름 | ![]() |
ID | ogooiokaoloibapbgjmmhdekblkjokkg |
공식 URL | https://chrome.google.com/webstore/detail/bamsaway/ogooiokaoloibapbgjmmhdekblkjokkg |
설명 | Adds SNPs or positions to Big Y 'Unnamed Variants' list |
파일 크기 | 19.64 KB |
설치 횟수 | 244 |
현재 버전 | 1.5.7 |
최근 업데이트 | 2018-04-29 |
출시 날짜 | 2018-04-29 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | neanderling |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BAMsAway", "version": "1.5.7", "description": "Adds SNPs or positions to Big Y 'Unnamed Variants' list", "content_scripts": [ { "matches": [ "https:\/\/www.familytreedna.com\/my\/big-y*" ], "js": [ "contentscript.js" ], "run_at": "document_idle", "all_frames": false } ], "manifest_version": 2 } |