get_updated_existing_annotations: Get updated annotations objects (sample_info &...

View source: R/prepare_fpkm_files_from_excel_data_functions.R

get_updated_existing_annotationsR Documentation

Get updated annotations objects (sample_info & ref_annot_to_expr_rds) of FungiExpreZ.

Description

Get updated annotations objects (sample_info & ref_annot_to_expr_rds) of FungiExpreZ.

Usage

get_updated_existing_annotations(new_sample_info = sample_info)

Arguments

new_sample_info

a tibble of SRA annotations associated with 'new_data_matrix'. This object can be generated using the function [FungiExpresZ::prepare_annotations_for_fungiexpres_data_matrix()].

Details

This function returns a list of two objects - 1) updated_ref_annot_to_expr_rds: This is the updated version of existing FungiExpresZ object -> 'ref_annot_to_expr_rds'. 2) updated_sample_info: This is the updated version of existing FungiExpresZ object -> 'sample_info'. Both these objects will be added R/sysdata.rda.

Internally it uses FungiExpresZ:::sample_info and FungiExpresZ:::ref_annot_to_expr_rds to get the access to existing annotaions.

Value

a list of two -> updated_ref_annot_to_expr_rds, updated_sample_info.


cparsania/FungiExpresZ documentation built on March 15, 2024, 5:48 p.m.