transcripts_from_gene | R Documentation |
Get the names of the transcripts associated to a gene, assuming genes are added to the input sleuth
object.
transcripts_from_gene(obj, test, test_type, which_model, gene_colname, gene_name)
obj |
a |
test |
a character string denoting which beta to use |
test_type |
either 'wt' for wald test or 'lrt' for likelihood ratio test |
which_model |
a character string denoting which model to use |
gene_colname |
the name of the column in which the desired gene apperas gene appears. Once genes have been added to a sleuth
object, you can inspect the genes names present in your sleuth object via |
gene_name |
a string containing the name of the gene you are interested in |
a vector of strings containing the names of the transcripts that map to a gene