https://github.com/bernatgel/findfocals

A small R package to find focal genomic gains and losses in SNP array data

https://github.com/bernatgel/findfocals

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

A small R package to find focal genomic gains and losses in SNP array data

Basic Info
  • Host: GitHub
  • Owner: bernatgel
  • Language: R
  • Default Branch: master
  • Size: 11.7 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 9 years ago · Last pushed almost 9 years ago
Metadata Files
Readme

README.md

FindFocals - An R package to detect focal gains and deletions in SNP array data

Description

FindFocals is a simple package to detect small focal gains and deletions in SNP array data. It uses a naive approach to find clusters of SNPs above or below the expected range.

Notes:

  • The package is still in early development and may or may no work as expected.
  • This package has been developed for a specific need in our lab. It might not be developed further or maintained in any way.

Install

The easiest way to install the package is using devtools

library(devtools)
install_github("bernatgel/FindFocals")

How to use it

Load the data with loadSNPData and then process the results with findFocals. The resulting object will contain the raw data and the focal gains and deletions. Two additional functions are available to plot the raw data (plotSNPData) and the complete results (plotFocals).

Owner

  • Name: Bernat Gel
  • Login: bernatgel
  • Kind: user
  • Location: Barcelona, Spain
  • Company: Germans Trias Research Institute (IGTP)

Bioinformatician at IGTP. Interested in cancer genomics, data analysis and visualization. Working on NF1, Hereditary Cancer and genetic diagnostics.

GitHub Events

Total
Last Year

Committers

Last synced: 12 months ago

All Time
  • Total Commits: 4
  • Total Committers: 1
  • Avg Commits per committer: 4.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Bernat Gel b****l@g****m 4

Issues and Pull Requests

Last synced: 11 months ago