FamilyInfoPrep: Mapping Realtionship to unique nanoIDs

Description Usage Arguments Value Examples

View source: R/mergesmap_SVMerge_SE.R

Description

Mapping Realtionship to unique nanoIDs

Usage

1
2
3
4
5
6
FamilyInfoPrep(
  Samplecodes = "X:/Hayks_Materials/BNG/Projects/nanotatoR_sample_codes.csv",
  mergeKey = "X:/Hayks_Materials/BNG/Projects/MergeKey.csv",
  outMode = c("Text", "dataframe"),
  outpath = "X:/Hayks_Materials/BNG/Projects/VAP_DLE1_solo_SMAPs/Merged"
)

Arguments

Samplecodes

character. File containing relations and IDs associated to them.

mergeKey

character. File containing sample ID and relation.

outMode

character. The ouput mode. Choices, dataframe or Text.

outpath

character. Path where the dual labelled merged samples are kept. Is mandatory if outMode is Text.

Value

Text files containg merged smaps from different samples

Examples

1
2
3
4
FamilyInfoPrep(
Samplecodes = system.file("extdata", "nanotatoR_sample_codes.csv", package="nanotatoR"),
mergeKey = system.file("extdata", "nanotatoR_control_sample_codes.csv", package="nanotatoR"),
outMode = c("dataframe"))

VilainLab/nanotatoR documentation built on Oct. 10, 2021, 2:18 a.m.